RogerDavidCruz / roger-learning-plan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“š Roger Learning Plan

A 90 day learning plan to learn the basics of OOP, get a command of Full Stack Javascript, build clean UIs with React, explore the cutting edge, and practice skills you'll need to be productive team member like advanced git and TDD.

Skills Covered:

  • πŸ’Ž Object Oriented Programming
  • πŸ’Ž ES6+ Javascript
  • πŸ’Ž Node
  • πŸ’Ž Mongo
  • πŸ’Ž PostgreSQL
  • πŸ’Ž React
  • πŸ’Ž Redux
  • πŸ’Ž React Native
  • πŸ’Ž Git/Github
  • πŸ’Ž CS Theory
  • πŸ’Ž Test Driven Development

How it works

The plan is broken down into 9 week chunks. Each week will have the following:

  • πŸ“– Important Readings
  • πŸ“Ό Supplemental Videos To Watch
  • πŸ’» Practice Problems
  • πŸ‘©πŸ½β€πŸ’» A project that you will submit via Github to receive feedback

Weekly Plans


Week01

Day 01 Material Why
Read The JS Way Ch. 01 To help refresh the basics of JS
Read The JS Way Ch. 02 Learn the new ES6+ variable syntax
Watch JS Fundamental Video Review of all the major concepts in JS
Do Sign Up for JS30 Daily Challenges that will help you learn JS
Do Sign Up for CodeWars Daily Challenges that will help you learn JS
Day 02 Material Why
Read The JS Way Ch. 03 Learn proper conditional syntax including switch statements
Read The JS Way Ch. 04 Better understand loops
Do JS30 #01 Learn to interact with the DOM && use Audio
Do CodeWars Fundamentals JS syntax / problem solving practice
Day 03 Material Why
Read The JS Way Ch. 05 Learn all about functions including new ES6+ fat arrow syntax
Read The JS Way Ch. 06 Get comfortable with objects again
Watch JS Object Fundamentals Video Review JS Objects
Do CodeWars: 1 Kata JS syntax && problem solving practice
Day 04 Material Why
Read The JS Way Ch. 07 Get comfortable with using / manipulating arrays 🚨 IMPORTANT FOR INTERVIEWS
Read The JS Way Ch. 08 Learn important string methods 🚨 IMPORTANT FOR INTERVIEWS
Do JS30 #02 Learn JS Fundamentals && CSS manipulation with JS
Do CodeWars: 1 Kata JS syntax && problem solving practice
Day 05 Material Why
Read The JS Way Ch. 09 Dive into the basics of Object Oriented Javascript
Watch JS OOP Crash Course Review OOJS
Do Build a Simple Calculator using JS OOP best practices Reinforce OOP and get comfortable submitting PRs on Github
Weekend Material Why
Read You Don't Know JS: this & Object Prototypes REALLY LEARN JS OOP principles
Do Refactor your Calculator and Resubmit Reinforce OOP and get comfortable submitting PRs on Github

About