- Practice the concepts
- Prep exercises
- Assignments exercises
- Career Training 1 (If not completed yet)
This week is tough, asynchronous coding is another one of these programming things that takes awhile to get your head around. Let's start this week off with some interactive exercises! Visit the following link to get started:
- Visualising Asynchronicity. Note that you do not need to actually solve anything here, but you can use this visualizer to see how asynchronicity works under the hood. Very cool!
- Learn JavaScript: Promises. Note that the last exercise is not necessary, it is very complicated and something that is rarely used. You will not need to be able to do this. See it as a challenge!
- JavaScript promises, mastering the asynchronous
Prep exercises are exercises that you should work on before the session on Sunday. These are a little more difficult or show an important concept and as such are a great exercise to talk about with your class and your Q&A mentor. Have a solution ready by Sunday as you may be asked to show what you did.
Inside your Using API's
fork, go to the folder Week1
. Inside of that folder, navigate to /prep-exercises
. For each exercise, you will find a separate folder. The README
explains what needs to be done. There will also be some questions at the bottom to think about. Go through them before the session on Sunday as it will be covered then.
This week we expect you to do the exercises in the corresponding module/week folder (Using API's / Week 1). Have a look at the assignments guide to see how to hand in your assignments.
NOTE: do NOT forget to checkout the main branch before creating the branch for this week. Otherwise your previous assignments will be a part of the PR
Remember that the Career Training 1 session is coming up (check your class channel on slack for the exact date). Before the session make sure you have:
- Read the whole personal brand repository.
- Done the assignments for the repository.
Have a look at the material for next week!