Dev Competencies
저자: Mihai Banulescu

1. Meta
1.1. Setting up your dev environment
1.2. Troubleshooting
1.3. Thinking Clearly
1.3.1. Pseudo-coding
1.3.1.1. Algorithms
1.4. Choosing and using libraries
1.5. Reading docs
1.6. Documenting your project
1.6.1. CONTRIBUTING.md
1.7. Understanding code quality
1.7.1. linters
1.7.1.1. standardJS
1.8. Using Git
2. Team
2.1. Agile / Scrum
2.1.1. Roles
2.1.1.1. Scrum Master
2.1.1.2. Product Owner
2.2. Meetings
2.2.1. Stand-Up
2.2.2. Iteration Planning
2.2.3. Retro
2.3. Pair Programming
2.3.1. Conversations
2.3.1.1. Check-In
2.3.1.2. Check-Out
2.3.1.3. "Yellow" flag
2.4. Project management
2.4.1. Storying out features
2.4.1.1. As a...
2.4.1.2. I want to...
2.4.1.3. So that...
2.4.2. Tracking bugs+features
2.4.2.1. Trello
2.4.2.2. PivotalTracker
3. Hard
3.1. Languages/Frameworks
3.1.1. Ruby
3.1.1.1. Rails
3.1.2. Python
3.1.2.1. Django
3.1.2.2. Tornado
3.1.3. Javascript
3.1.3.1. Node/Express
3.1.3.2. Angular
3.1.3.3. React
3.2. Unix
3.2.1. installing
3.2.1.1. homebrew, npm
3.2.2. bash
3.2.2.1. .bash_profile, ENV variables, |