Welcome to Read: 01



Pre-Work - Code 401: Advanced Javascript Development

In this Read: 01, I will talk about those topics:



How to Solve Programming Problems
When most programmers are given a programming problem in an interview, they make several key mistakes. The most severe of those is the improper allocation of time.
If you have heard the saying “measure twice and cut once,” then you are probably familiar with the idea of spending upfront time to make sure something is done right, rather than diving right in.

for further inforamtion please click here



Become 100x More Productive
You have very few hours here on on this earth. Still, many people waste much of their time on pointless, low-quality activities that don’t help them reach their true goals — their mission.
The truth is, most people value their time at far, far less than it’s worth.
They say yes to things they have no business doing. They give away their talents, attention, and effort to others who take, take, take.
They spend hours watching low-quality television and social media when they should be productive and effective.

for further inforamtion please click here




How to think like a programmer — lessons in problem solving
Problem solving is the meta-skill. We all have problems. Big and small. How we deal with them is sometimes, well…pretty random.

The 4-Hour Chef

for further inforamtion please click here



5 Whys
Have you ever had a problem that refused to go away? No matter what you did, sooner or later it would return, perhaps in another form.
Stubborn or recurrent problems are often symptoms of deeper issues. “Quick fixes” may seem convenient, but they often solve only the surface issues and waste resources that could otherwise be used to tackle the real cause.

How to Use the 5 Whys


for further inforamtion please click here




Read Title ToGo
Read: 01 Pre-Work - Code 401: Advanced Javascript Development
Read: 02 Readings: Express
Read: 03 Readings: Express REST API
Read: 04 Readings: Data Modeling
Read: 06 Readings: Authentication
Read: 07 Reading: Bearer Authorization
Read: 08 Reading: Access Control (ACL)
Read: 09 Reading: OAuth 2
Read: 11 Readings: Event Driven Applications
Read: 12 Readings: Socket.io
Read: 13 Readings: Message Queues
Read: 14 Readings: Event Driven Architecture
Read: 16 Readings: AWS: Cloud Servers
Read: 17 Readings: AWS: S3 and Lambda
Read: 18 Readings: AWS: API, Dynamo and Lambda
Read: 18 Readings: AWS: Events
Read: 26 Reading: Component Based UI
Read: 27 Reading: Props and State
Read: 28 Readings: Component Composition
Read: 29 Readings: Routing
Read: 31 Reading: Hooks API
Read: 32 Reading: Custom Hooks
Read: 33 Reading: Context API
Read: 34 Reading: <Login /> and <Auth />
Read: 36 Reading: Application State with Redux
Read: 37 Readings: Redux - Combined Reducers
Read: 38 Readings: Redux - Asynchronous Actions
Read: 39 Readings: Redux - Additional Topics