lab-antwerp-1 / home

https://lab-antwerp-1.github.io/home/randomizer
MIT License
3 stars 13 forks source link

Daniel: asynchronous programming, 3 chapters #320

Open denrique-alvarez opened 2 years ago

denrique-alvarez commented 2 years ago

Study Plan

Learning Objectives

    • [x] Callbacks
    • [x] Promises
    • [x] async/await
denrique-alvarez commented 2 years ago

Week 21

Practice repo

Check-In

I Need Help With:

Nothing so far. Just taking the time to absorb new concepts and syntax.

What went well?

Advancing through the material steady and solid.

What went less well?

Lessons Learned

A lot of new concepts and syntax: promises, then and catch, executor callbacks...

Sunday Prep Work

Keep going through the material and revisit a couple key concepts.

denrique-alvarez commented 2 years ago

Week 22

Practice repo

Check-In

I Need Help With:

Nothing so far. Just more practice in different contexts.

What went well?

Progressing through the material felt pretty smooth and gradual.

What went less well?

Despite solving the exercises some concepts seem still too abstract.

Lessons Learned

Using promises in different contexts. Promise.all(), sequential vs. parallel execution, more practice with callback functions...

Sunday Prep Work

Keep going through the material and revisit a couple key concepts, again.

denrique-alvarez commented 2 years ago

Week 23

Practice repo

Check-In

I Need Help With:

Nothing so far. This module has been very useful to see everything working together. A lot is more clear now.

What went well?

Seeing the same concepts over and over again really helps me consolidate my understanding.

What went less well?

Still trying to see everything in practical terms as a bigger picture. No rush though.

Lessons Learned

Use of API's, promises, better understanding of rendering and components, lots of new syntax and language features.

Sunday Prep Work

I have done the first reverse-engineering exercise. I will try to finish the next one at least.