JavaScript Docker: Hot Reloading React and Express There is little doubt that Docker has improved developer experience over the years but it's also easy to argue that continually rebuilding images to pull in changes takes away from developer experience. Let's look at introducing hot reloading in our docker flow!
JavaScript The Power of Async Await Working with promises has become more comfortable since the introduction of async/await and in my opinion it makes code more readable.
Node Babel Configuration I use Babel, a JavaScript compiler, in order to write bleeding-edge JavaScript which runs well on a variety of targets. I have a go-to setup for Node which has a few neat features that makes code easier to read and maintain.