Async Await Ever since node 7.10.1 async-await functionality has been available, making our asyncronous code look more like syncronous code and therefore more readable. The Problem With my node up to date, I began using async await in my code. I was loving how clean and readable everything was when I ran into an error. […]
Deploying a complex nodeJS application on Elastic Beanstalk is MUCH harder than I expected it to be but after slaving through it for a couple of days, I’ve decided to share some steps that should hopefully make it easier for you. My personal computer is a mac so I’m going to assume you’re using one […]
Over the past few months, we’ve been getting really into Node here at Chiedo Labs. And man, it’s powerful. With that being said, you know how the saying goes. With great power comes great responsibility. If you’re not writing tests for your code, it’s quite arguable that you aren’t being responsible. So we stopped being […]