February 2021
-
Personal Productivity: Through the Lens of Executive Functions
February 24, 2021Notes Slides PDF Bullet Journal TomatoTimer Pomodoro Technique
-
Async/Await for callback users
February 9, 2021I have a friend that writes node.js code with callbacks. There are some cases where I think using promises or async/await syntax might be advantageous. Here, I'm going to try to connect the dots. Here is an example of an asynchronous function that uses callbacks: function...