Skip to content

shriyanevatia/rithm-online-coursework

Repository files navigation

Rithm School Prep Work & Course Work, Apr 24 Cohort

Shriya Nevatia, April 2017 - May 2017

  • 0 Terminal & UNIX
    • (done) Terminal Fundamentals
    • (done) Permissions, Redirection, and Piping
    • (done) Environment, Process, and Finding
    • Advanced Terminal Commands
  • 1 Git and Github
    • (done) Git Basics
    • (done) Branching and Merging
    • (done exc. murder mystery) Github Fundamentals
    • Advanced Git Commands
  • 2 HTML & CSS Basics
    • (done) HTML Fundamentals
    • (done) Semantic & Intermediate HTML
    • (done exc. rebuilt websites) CSS Introduction
    • (done exc. flexbox exercises) CSS Display
  • 3 Intermediate CSS
    • (done) Transitions, Transforms, and Animations
    • (done) Responsive Design
    • (done) Twitter Bootstrap
    • (done exc. Amazon S3) Deploying Static Websites
  • 4 Javascript Fundamentals
    • (done) Javascript Introduction
    • (done) Javascript Arrays
    • (done) Javascript Objects
    • (done) Javascript Functions
  • 5 Intermediate Javascript Part I
    • (done) Debugging Javascript
    • (done) Nested Data Structures
    • (done) Higher Order Functions, Timers, and Closures
    • (done) Document Object Model
    • (done exc. Part 4 of exercises - LocalStorage) Events & LocalStorage
    • Final Project
  • 6 Intermediate Javascript Part II
    • (done) Intro to jQuery
    • (done exc. Part 1 refactor & Part 2 Bonus) Intermediate jQuery
    • How the Web Works
    • AJAX with jQuery
    • Javascript Iterators
    • Final Project
  • 7 Advanced Javascript Part I
    • Testing with Mocha and Chai
    • The Keyword 'this'
    • Object Oriented Programming
    • Final Project
  • 8 Advanced Javascript Part II
    • ES2015
    • Managing Asynchronous Code
    • Regular Expressions
    • Odds and Ends
  • 9 Data Structures & Algorithms / CS Fundamentals
    • Complexity Analysis & Recursion
    • Search & Sorting Algorithms
    • Linked Lists
    • Stacks and Queues
    • Binary Search Trees and Heaps
    • Hash Tables
    • Graphs
  • 10 Node & Express Fundamentals
    • Intro to Node & NPM
    • Intro to Express
    • Express Middleware & Routing
    • Intro to MongoDB and Mongoose
    • Depolying Apps w Heroku
  • 11 Intermediate Node & Express
    • Password Hashing, Cookies and Sessions
    • Authentication with Passport.js
    • Building, Securing and Testing APIs
    • Real Time Applications, Mailers and Scraping
  • 12 React.js Fundamentals
    • Intro to React
    • Props, State, and Component Architecture
    • Events, Forms, Refs, and Life Cycle
    • Final Project
  • 13 Python Fundamentals I
    • (done) Python Introduction
    • (done) Python Lists
    • (done) Python Dictionaries
    • Python Functions
    • Debugging and Modules
  • 14 Python Fundamentals II
    • Object Oriented Programming with Python
    • File I/O
    • Generators, Iterators and Decorators
    • (part 1 out of 3 done) Web Scraping and Server Side Requests