Students, welcome to Code Platoon! Be prepared to push yourself and to work hard towards your new career. We are happy you are here and are here to support you. If you need anything, please don't hesitate to ask. There are many resources available to you on your journey!
You can view our cohort's curriculum calendar, which is broken down by weeks and days.
Click here to view the student handbook.
Please join the Code Platoon's #self_paced_curriculum
Slack Channel here.
Before anything, read through Slack etiquette.
Questions should be asked in the #self_paced_curriculum
public Slack channel using proper formating (see Inline code section), not via TA or instructor DM. This reflects the industry norms - companies want their engineers to have discussions publicly so that questions can be easily searched and referenced.
Your questions should be pointed (i.e., not "Can someone help me?"), show that you’ve read through the code/error, should contain your thought process / some potential solutions, and should not be anything that is easily Google-able. Once you ask a question and find a solution, please update your question thread so that other students can benefit from seeing the question and answer.
- Navigate to your desktop from your terminal(
cd ~/desktop
) - Hit the
Fork
icon on the top right to copy the repo to your username instead ofcodeplatoon
- Clone down the repository to your desktop (
git clone REPO_LINK.git
) - Checkout a new branch (
git checkout -b SOLO/PAIR_YOUR_GITHUB_USERNAME
) - Update whatever work you need to
- Add the changes (
git add CHANGED_FILENAME
) - Commit the changes (
git commit -m "SOME MESSAGE HERE"
)- Repeat the above three steps until you've completed your work, and it's ready to review
- Push the changes up to Github (
git push origin NAME_OF_BRANCH
) - Open a pull request, comparing your forked
branch
to the originalmaster
branch
- Help those around you. Teaching solidifies learning.
- Watch tomorrow's video to get yourself a leg up on the next day!
- Go through Code Wars
- Visit Pramp to interview with other people - we have an agreement with them to get their premium plan for free!
- Interview Cake
Classroom videos/lectures will be recorded and posted to YouTube. If you need lecture videos immediately, please bring a USB drive to Tom, Ankur, or Chad and we'll get you the video.
Students from previous cohorts have added a list of resources that they found helpful broken down by week and day. Please take a look at this link and add your own for future cohorts!