Important Links
Hey again! Here is a list of links that we consider important in learning how to do web development.
C4C Resources
- C4C Jumpstart Docs/Learning Resources (the homepage to this website)
- Jumpstart Frontend Starter Code
- Jumpstart Backend Starter Code
- C4C Slack Workspace
- We really recommend you join us!
- C4C Youtube Channel
- This is where we'll be putting our recordings after the weekly meetings
- C4C GitHub Repository
- If you want to check us out on GitHub
- C4C Website
- C4C Dev Docs
- Some documentation we give to our development teams
Courses and Documentation
- Codecademy Java Course
- We HIGHLY recommend you check this out if you don't know Java
- Codecademy JavaScript Course
- You can do this one if you want to, but the Java course is a priority
- Mozilla Developer Network
- A resource we highly recommend for HTML, CSS, or JavaScript help
- Jumpstart Dictionary (the look to the left 😃)
- A dictionary we created with important terms in web development
- Jumpstart Important Links (this page 😃)
Setup Videos
Weekly Catch-Up Code
The weekly catch-up code will be provided in git tags. You should be able to view
the tags by typing git tag -l
or going to GitHub, clicking on the "master" dropdown,
and selecting the "tags" tab.
It will probably be easiest to look at it on github, so just use the starter code links above to get to the pages, and look at the tag for the week you're interested in.
Note: the tags are listed as a week later than when the material is taught. For example, the catch-up code for week 6 will be listed as 'week-7-...', where the '...' represent the name of the workshop.