September 2023
M T W T F S S
« Jul    
 123
45678910
11121314151617
18192021222324
252627282930  

Categories

Archives

Archives

Promised Properties

 Three weeks ago I started a new project that uses nodejs and which forced me to learn some asynchronous programming. I couldn’t quite manage to adapt.

Because this was server code that ties together other web services and my own database, many of the helper functions ended up having multiple asychronous steps. The lack […]