Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.36 KB

File metadata and controls

19 lines (14 loc) · 1.36 KB

Starting a Personal Project

Personal projects are huge for CS careers -- when you don't have much on your resume, personal projects can help you out immeasurably by:

  • Filling out the empty space
  • Showing employers that you...
    • Know how to solve complex problems
    • Can learn new technologies readily
    • Have experience with tech they use regularly

To help with the development process, we've broken it down into many pieces:

  1. Choosing an Idea
  2. Fleshing out the Details - Using Acceptance Criteria, Minimum Viable Product, and Agile to organize and manage your idea.
  3. Choosing Your Tech Stack and Prototyping - Picking the right tools for the job and starting to outline your project.
  4. Clean Code - Making your code easier to work with for yourself and others.