Reading Notes


Reading Notes

This is my notebook contains the notes for knowledge that I self-studied and learned from Code Fellows.

Self-Study Notes

Bootstrap

  1. Basic styles

  2. Mastering layout with Bootstrap

  3. Navs and Navbar

  4. Style element

Test-Driven Development in Django

  1. summary

Python Notes

  1. 3-2 Loops

  2. 3-3 Logical and bit operations

  3. 3-4 Lists

TypeScript notes

  1. OOP with TypeScript

  2. Inheritance in TypeScript



Code Fellows notes

Code 201 Reading Notes

  1. Read: 02 - HTML Text, CSS Introduction, and Basic JavaScript Instructions.

  2. Read: 03 - HTML Lists, CSS Boxes, JS Control Flow

  3. Read: 04 - HTML Links, CSS Layout, JS Functions

  4. Read: 05 - HTML Images; CSS Color & Text

  5. Read: 06 - JS Object Literals; The DOM

  6. Read: 07 - HTML Tables; JS Constructor Functions

  7. Read: 08 - More CSS Layout

  8. Read: 09 - Forms and Events

  9. Read: 10 - JS Debugging

  10. Read: 11 - Assorted Topics

  11. Read: 12 - Docs for the HTML <canvas> Element & Chart.js

  12. Read: 13 - Local Storage

  13. Read: 14a - CSS Transforms, Transitions, and Animations

  14. Read: 14b - What Google Learned About Teams

Code 301 Reading Notes

  1. Read: 01 - SMACSS and Responsive Web Design

  2. Read: 02 - jQuery, Events, and The DOM

  3. Read: 03 - Flexbox and Templating

  4. Read: 04 - Responsive Web Design and Regular Expressions

  5. Read: 05 - Heroku Deployment

  6. Read: 06 - Node, Express, and APIs

  7. Read: 08 - SQL

  8. Read: 09 - Refactoring

  9. Read: 10 - The Call Stack and Debugging

  10. Read: 11 - EJS

  11. Read: 12 - Components

  12. Read: 13 - Update/Delete

  13. Read: 14 - DB Normalization

  14. Read: 15 - Diversity and Inclusion

Code 401 advanced Python Reading Notes

  1. Class 01 reading

  2. Class 02 reading

  3. Class 03 Readings: FileIO & Exceptions

  4. Class 04 readings: Classes and Objects

  5. Class 05 readings: Linked Lists

  6. Class 06 readings: Random Module and Dependency Injection

  7. Class 07 readings: Python scope

  8. Class 08 readings: List Comprehensions

  9. Class 09 readings: Basic Statistics in Python — Probability

  10. Class 10 readings: Stacks and Queues

  11. Class 11 readings: Numpy

  12. Class 12 readings: pandas

  13. Class 13 readings: Linear Regressions

  14. Class 14 readings: Tree

  15. Class 15 readings: Data Visualization

  16. Class 17 readings: Web Scraping

  17. class 18 readings: Cryptography

  18. Class 19 readings: Automation

  19. Class 26 readings: Django

  20. Class 27 readings: Dango admin and models

  21. Class 28 Readings: Dango forms

  22. Class 29 readings: Django Custom user model

  23. Class 30 readings: Hash Table

  24. Class 31 readings: docker and Django REST Framework

  25. Class 32 readings: Django Permissions

  26. Class 33 readings: JSON web token

  27. Class 34 readings: Django Settings: Best Practices

  28. Class 35 readings: Graphs

  29. Class 36 readings: whiteboard interview tips

  30. Class 37 readings: REACT part 1

  31. Class 38 readings: REACT part 2

  32. Class 39 readings: REACT part 3

  33. Class 40 readings: App Security

  34. Class 41 readings: Misc

  35. Class 42 readings: Pythonisms

  36. Class 43 readings: SASS

JS 401 notes

  1. Prep readings: Engineering Topics

  2. Class 1 readings: Node Ecosystem, TDD, CI/CD

  3. Class 2 readings: Classes, Inheritance, Functional Programming

  4. Class 3 readings: Data Modeling & NoSQL Databases

  5. Class 4 readings: Advanced Mongo/Mongoose

  6. Class 6 readings: HTTP and REST

  7. Class 7 readings: Express

  8. Class 8 readings: Express Routing & Connected API

  9. Class 9 readings: API Server

  10. Class 10 readings: Authentication

  11. Class 11 readings: OAuth

  12. Class 13 readings: Bearer Authorization

  13. Class 14 readings: Access Control (ACL)

  14. Class 16 readings: Event Driven Applications

  15. Class 17 readings: TCP Servers

  16. Class 18 readings: Sockets

  17. Class 19 readings: Message Queues

  18. Class 26 readings: Component Based UI

  19. Class 27 readings: Props and State

  20. Class 28 readings: Component Composition

  21. Class 29 readings: Readings: Routing

  22. Class 31 readings: Readings: Hooks API

  23. Class 32 readings: Readings: Custom Hooks

  24. Class 33 readings: Readings: Context API

  25. Class 34 readings: Readings: <Login /> and <Auth />

  26. Class 36 readings: Readings: Application State with Redux

  27. Class 37 readings: Readings: Combined Reducers

  28. Class 38 readings: Readings: Asynchronous Actions

  29. Class 39 readings: Readings: Additional Topics

JS 401 notes

  1. Class 1 readings: Java Basics