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 […]