This is a self-paced coding curriculum I created to teach myself how to code. Hope it helps you and others in their coding journey. Best wishes!
- HTML/CSS Tutorial
- HTML forms Note: Do the “Try it yourself” exercises in each section.
- Layout basics (READ!)
Project: You can use an online text editor to write your code: www.jsbin.com
- Responsive Web Design (READ)
- Media Queries (READ) Note: Do the “Try it yourself” exercises in each section.
- JavaScript Tutorial
- Intermediate JavaScript Tutorial
- JavaScript Exercises (Do 7 from these sections: Functions, Recursions, Conditionals, and HTML DOM)
Tip: Read solution first. Understand it. Then code it till you can do it without looking.
Note: Google/StackOverflow anything you’re not familiar with.
Tip: Read solution first. Understand it. Then code it till you can do it without looking.
Note: Do this Sinatra tutorial first, to make Rails easier to pick up.
Extra Reference: