Reading Notes
This is my notebook contains the notes for knowledge that I self-studied and learned from Code Fellows.
Self-Study Notes
Bootstrap
-
Basic styles
-
Mastering layout with Bootstrap
-
Navs and Navbar
-
Style element
Test-Driven Development in Django
- summary
Python Notes
-
3-2 Loops
-
3-3 Logical and bit operations
-
3-4 Lists
TypeScript notes
-
OOP with TypeScript
-
Inheritance in TypeScript
Code Fellows notes
Code 201 Reading Notes
-
Read: 02 - HTML Text, CSS Introduction, and Basic JavaScript Instructions.
-
Read: 03 - HTML Lists, CSS Boxes, JS Control Flow
-
Read: 04 - HTML Links, CSS Layout, JS Functions
-
Read: 05 - HTML Images; CSS Color & Text
-
Read: 06 - JS Object Literals; The DOM
-
Read: 07 - HTML Tables; JS Constructor Functions
-
Read: 08 - More CSS Layout
-
Read: 09 - Forms and Events
-
Read: 10 - JS Debugging
-
Read: 11 - Assorted Topics
-
Read: 12 - Docs for the HTML <canvas>
Element & Chart.js
-
Read: 13 - Local Storage
-
Read: 14a - CSS Transforms, Transitions, and Animations
-
Read: 14b - What Google Learned About Teams
Code 301 Reading Notes
-
Read: 01 - SMACSS and Responsive Web Design
-
Read: 02 - jQuery, Events, and The DOM
-
Read: 03 - Flexbox and Templating
-
Read: 04 - Responsive Web Design and Regular Expressions
-
Read: 05 - Heroku Deployment
-
Read: 06 - Node, Express, and APIs
-
Read: 08 - SQL
-
Read: 09 - Refactoring
-
Read: 10 - The Call Stack and Debugging
-
Read: 11 - EJS
-
Read: 12 - Components
-
Read: 13 - Update/Delete
-
Read: 14 - DB Normalization
-
Read: 15 - Diversity and Inclusion
Code 401 advanced Python Reading Notes
-
Class 01 reading
-
Class 02 reading
-
Class 03 Readings: FileIO & Exceptions
-
Class 04 readings: Classes and Objects
-
Class 05 readings: Linked Lists
-
Class 06 readings: Random Module and Dependency Injection
-
Class 07 readings: Python scope
-
Class 08 readings: List Comprehensions
-
Class 09 readings: Basic Statistics in Python — Probability
-
Class 10 readings: Stacks and Queues
-
Class 11 readings: Numpy
-
Class 12 readings: pandas
-
Class 13 readings: Linear Regressions
-
Class 14 readings: Tree
-
Class 15 readings: Data Visualization
-
Class 17 readings: Web Scraping
-
class 18 readings: Cryptography
-
Class 19 readings: Automation
-
Class 26 readings: Django
-
Class 27 readings: Dango admin and models
-
Class 28 Readings: Dango forms
-
Class 29 readings: Django Custom user model
-
Class 30 readings: Hash Table
-
Class 31 readings: docker and Django REST Framework
-
Class 32 readings: Django Permissions
-
Class 33 readings: JSON web token
-
Class 34 readings: Django Settings: Best Practices
-
Class 35 readings: Graphs
-
Class 36 readings: whiteboard interview tips
-
Class 37 readings: REACT part 1
-
Class 38 readings: REACT part 2
-
Class 39 readings: REACT part 3
-
Class 40 readings: App Security
-
Class 41 readings: Misc
-
Class 42 readings: Pythonisms
-
Class 43 readings: SASS
JS 401 notes
-
Prep readings: Engineering Topics
-
Class 1 readings: Node Ecosystem, TDD, CI/CD
-
Class 2 readings: Classes, Inheritance, Functional Programming
-
Class 3 readings: Data Modeling & NoSQL Databases
-
Class 4 readings: Advanced Mongo/Mongoose
-
Class 6 readings: HTTP and REST
-
Class 7 readings: Express
-
Class 8 readings: Express Routing & Connected API
-
Class 9 readings: API Server
-
Class 10 readings: Authentication
-
Class 11 readings: OAuth
-
Class 13 readings: Bearer Authorization
-
Class 14 readings: Access Control (ACL)
-
Class 16 readings: Event Driven Applications
-
Class 17 readings: TCP Servers
-
Class 18 readings: Sockets
-
Class 19 readings: Message Queues
-
Class 26 readings: Component Based UI
-
Class 27 readings: Props and State
-
Class 28 readings: Component Composition
-
Class 29 readings: Readings: Routing
-
Class 31 readings: Readings: Hooks API
-
Class 32 readings: Readings: Custom Hooks
-
Class 33 readings: Readings: Context API
-
Class 34 readings: Readings: <Login />
and <Auth />
-
Class 36 readings: Readings: Application State with Redux
-
Class 37 readings: Readings: Combined Reducers
-
Class 38 readings: Readings: Asynchronous Actions
-
Class 39 readings: Readings: Additional Topics
JS 401 notes
- Class 1 readings: Java Basics