Class lesson breakdowns, etc
| Date | Lesson | PSET |
|---|---|---|
| 3/5/2019 | Unit 4 Final Codealong | |
| 3/10/2019 | Jest & Unit Testing Intro | |
| 3/11/2019 | Integrating CI/CD pipeline | |
| 3/12/2019 | Intro to Firebase & Uploading Files to Cloud Storage | PSET |
| 3/13/2019 | Help Fellows integration CI/CD into personal repos | |
| 3/16/2019 | Firebase Authentication & Server-Side Protected Routes | PSET |
| 3/17/2019 | Deployment | |
| 3/18/2019 | Integrating Deployment into CI/CD | |
| 3/19/2019 | Intro to React Context | |
| 3/20/2019 | Intro to Component Testing | |
| 3/23/2019 | React Context & Client-Side Protected Routes | PSET |
| 3/24/2019 | Component Testing and Stage based deployments | |
| 3/25/2019 | Help integrating component tests into personal repos | |
| 3/26/2019 | Intro to React Native | |
| 3/27/2019 | Intro to Service Workers |
| Week | Lessons | Lab | DSA Topic |
|---|---|---|---|
| 1 | Why React? | Linked List | |
| 1 | ES6 Class Review | ||
| 1 | React Introduction | ||
| 1 | Local Setup | ||
| 1 | Props and Component Structure | Donation App | |
| 2 | Lifecycle Methods | Lab 1: Calculator | Linked List |
| 2 | State and Events | ||
| 2 | Styling Components | ||
| 2 | React Forms 1 - Text and Select | ||
| 2 | React Forms 2 - Checkboxes and Radio | ||
| 2 | React Forms 3 - The Form Tag | Lab 2: Pokedex | |
| 3 | AJAX | Stacks | |
| 4 | React Router | Queues | |
| 4 | React Router 2 |
| Topic | Lessons | PSETS | Lab | DSA Topic | Notes |
|---|---|---|---|---|---|
| HTML+CSS | HTML Intro | ||||
| HTML+CSS | Paragraphs and Headings | ||||
| HTML+CSS | Lists, Links, and Images | ||||
| HTML+CSS | Tables and Forms | Cookie Recipe, Batman Profile | |||
| HTML+CSS | CSS Intro | Relative Paths | |||
| HTML+CSS | Selectors | CSS Selectors | |||
| HTML+CSS | Box Model | Box Model Basics | |||
| HTML+CSS | Reset | Wendy Bite | Big-O Complexity | ||
| Advanced CSS | Flexbox | ||||
| Advanced CSS | Review 1 | PSET1 | |||
| Advanced CSS | Review 2 TODO | PSET2, PSET3, PSET4, PSET5 | |||
| Advanced CSS | Review 3 TODO | PSET6 | |||
| Advanced CSS | Review 4 TODO | PSET7 | |||
| Advanced CSS | Responsive Dev | ||||
| Advanced CSS | FE Frameworks | Matchmaker | Recursion, PSET | ||
| DOM | DOM 1 | ||||
| DOM | DOM 2 | Selection review | |||
| DOM | Events 1 | ||||
| DOM | Events 2 | Events review | |||
| DOM | Events Loop | PSET8, PSET9 | Spotify Playlist | Binary Search | |
| Async | API Intro | ||||
| Async | RESTful APIs | ||||
| Async | AJAX | ||||
| Async | Promises | PSET10 TODO | |||
| Async | Fetch | ||||
| Async | Axios | ||||
| Async | Async/Await | Giphy Search Engine | Bubble Sort |