- In the terminal run:
npx create-react-app NAME-OF-APP
- Cd into the new directory:
cd NAME-OF-APP
- Run:
npm install
. - You can run
npm start
to see if the app was set up correctly.
npm i redux react-redux redux-devtools-extension -S
What is one command that you'll incorporate into your daily workflow and why? | |
- I used to use stash a lot more and have weened away from it. I want to start using that more. One that I definitely will use more frequently is git log, so I have a better idea of what has been going on. | |
How does rebasing work compared to a merge workflow? | |
- Rebasing essentially places the most updated version of master as the 'base' to the feature branch work you've done. That changes the timestamp logs, to put all the commits in order of sections, so they aren't scattered around everywhere. | |
Why would we ever use git stash? |
Benjamin Firth
My current plan is to reach out to two contacts I have from my last job in the outdoor industry. I'd love to work in that arena still, and The North Face is moving here so there should be some jobs available. I'd like to talk with those folks about how working in software within the outdoor industry is, and what their path towards that looked like.
I grew up in Washington State, and from an early age I've been passionate about the environment and world around me. Going through college, this led me to studying Geographic Information Systems and Geography. I loved the challenge that GIS gave me, with each problem being at least slightly new and different. After college I spent a few years working in the industry, both remotely for a non-profit conservation group, as well as in a more traditional GIS role as an analyst for the City of Centennial, Colorado. As I progressed in the career, it became apparent that with the improvement of GIS software, tasks that used to be challenging and time consuming were becoming easier and easier. While this is great for increasing efficiency at work, it also meant that what used to be a highly technical profession was becoming more mundane and entry level. To really be at the cutting edge I would have to be highly proficient in software development as well as GIS.
Thinking that p
UserRepository Class: | |
Description: Contains all users data. | |
Properties: | |
- userData (array of users) | |
- userId | |
- stepGoal | |
Methods: | |
- find user by ID / return user object based on the ID. | |
- calculate average step goal / return average step goal for all users. | |
- getAllUserAverageQualtiy / takes information about all user's quality numbers and calculates average |
Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):
Team strengths & collaboration styles (consider discussing your Pairin qualities here):
# Template for DTR Memo | |
## Project: Number Guesser Doubles | |
### Group Member Names: Raisa & Ben | |
**Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):** | |
**Team strengths & collaboration styles (consider discussing your Pairin qualities here):** | |
**How we can use our strengths to overcome obstacles:** | |
**Schedule Expectations (When are we available to work together and individually? What constraints do we have?):** | |
**Communication Expectations (How and often will we communicate? How do we keep lines of communication open? How will we make decisions as a team?):** | |
**Abilities & Growth Expectations (Technical strengths and areas for desired improvement):** | |
**Workload Expectations (What features do we each want to work on?):** |
Agile & Feedback Reflection | |
Benjamin Firth | |
Check Yo Self Project / Mod One | |
________________________________ | |
What have you learned about the use of agile vs. waterfall in software projects? | |
-Agile is much more reflective. It's a constantly looping process with a lot of outside feedback. |
Group Member Names: Trond and Ben
What feedback did you get on Dog Party today? What was your biggest takeaway?
Goals and Expectations for the Project (You don't know the details of the project yet. But as you go into any project, how do YOU define success?)