Skip to content

Latest commit

 

History

History
102 lines (72 loc) · 5.74 KB

File metadata and controls

102 lines (72 loc) · 5.74 KB

This is reading and summarizing the books and notes Websites in GitHub:

Reading-note for Code 201 - Foundations of Software Development:

Numbers Links
1 Introductory HTML and JavaScript
2 HTML Text, CSS Introduction, and Basic JavaScript Instructions
3 HTML Lists, Control Flow with JS, and the CSS Box Model
4 HTML Links, CSS Layout, JS Functions
5 Images, Color, Text, and More Work With Functions
6 JS Object Literals, The DOM
7 Object-Oriented Programming, HTML Tables
8 CSS Layout
9 Forms and JS Events
10 JS Debugging
11 Audio, Video, Images
12 Chart.js, Canvas
13 HTML5 Storage
14 Read14a
15 Read14b

reading-note for Code 301 - Intermediate Software Development:

Numbers links
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 Authentication
12 Mongo and Mongoose
13 CRUD

reading-note for Code 401 - Advanced Software Development :

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