You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**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?):**
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?):
Get to iteration 5, hopefully with some extensions. Gain more knowledge in Class use and array prototypes. Use SASS for CSS. Make a working app!
Team strengths & collaboration styles (consider discussing your Pairin qualities here):
Raisa: Confident in Javascript and array prototypes. Patient, and willing to discuss problems that come up.
Ben: Willing to work as long as needed. Patient, willing to work seperately and together depending on tasks at hand.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Who your contact is, why you want to connect with them, and what you want to talk about?
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.
When you will contact them by and how you plan to meet?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.