

#125 - Your Side Project Cheat Sheet - 6 steps to create cool sh*t
11 snips Apr 4, 2024
Explore the benefits of creating side projects, starting with API data and minimal features. Learn about user flow, technology choices, and practical knowledge. Dive into project management, planning, and hosting on AWS for career growth.
AI Snips
Chapters
Transcript
Episode notes
Career Transition
- Brian transitioned from AngularJS/C#/SQL to React/Node/Mongo for a mid-level role.
- This career jump was facilitated by building a complex real estate app, despite the startup failing.
API-First Approach
- Start with an API if you're unsure what to build.
- Base your project around the API's data and available functionalities.
Framework Selection
- Choose React/Next.js as your framework for a safe bet due to its popularity.
- If you're already comfortable, explore other frameworks like Angular, Vue, or state management libraries.