reading-notes

Code Fellows Notes

View the Project on GitHub stephnitis/reading-notes

Reading Notes

Who Am I?

My name is Stephanie Hill, and I am a student at Code Fellows!

Learn more about me on my profile page

Code 102 Reading Notes

Table of Contents:

Code 201 Reading Notes

Table of Contents:

  1. Introductory HTML & JavaScript
  2. HTML Text, CSS Introduction, and Basic JavaScript Instructions
  3. HTML Lists, CSS Boxes, JS Control Flow
  4. HTML Links, CSS Layout, JS Functions
  5. HTML Images; CSS Color & Text
  6. JS Object Literals; The DOM
  7. HTML Tables; JS Constructor Functions
  8. More CSS Layout
  9. Forms and Events
  10. JS Debugging
  11. Assorted Topics
  12. Docs for the HTML <canvas> Element & Chart.js
  13. Local Storage
  14. CSS Transforms, Transitions, and Animations
  15. What Google Learned About Teams

Code 301 Reading Notes

Table of Contents

  1. Introduction to React and Components
  2. State and Props
  3. Passing Functions as Props
  4. React and Forms
  5. Putting It All Together
  6. Node.JS
  7. REST
  8. APIs
  9. Functional Programming
  10. In Memory Storage
  11. Mongo and Mongoose
  12. CRUD
  13. More CRUD
  14. Diversity & Inclusion in the Tech Industry
  15. Authentication
  16. Classes
  17. Arrow Functions

Code 401 Reading Notes

Table of Contents

  1. Node Ecosystem
  2. Express, NPM, TDD, CI/CD
  3. Express REST API
  4. Data Modeling
  5. Linked Lists
  6. Authentication
  7. Bearer Authorization
  8. Access Control (ACL)
  9. Implementation: Stacks and Queues
  10. Event Driven Applications
  11. Socket.io
  12. Message Queues
  13. Implementation: Trees
  14. AWS: Cloud Servers
  15. AWS: S3 and Lambda
  16. AWS: API, Dynamo and Lambda
  17. AWS: Events
  18. Component Based UI
  19. useState() Hook
  20. Component Lifecycle / useEffect Hook
  21. Advanced State with Reducers
  22. Hash Maps
  23. Context API
  24. Context API - Behaviors
  25. <Login /> and <Auth />
  26. API Integration
  27. Graphs
  28. Application State with Redux
  29. Combined Reducers
  30. Asynchronous Actions