nodejs How to write async await without try-catch blocks in Javascript -------------------------------------------------------------------------------- ES7 Async/await allows us as developers to write asynchronous JS code that look synchronous. In current JS version we were introduced to Promises, that allows us to simplify our Async flow
nodejs Expressjs tips For those of you who don't familiar with expressjs [https://expressjs.com/], it's a nodejs web framework, that allows you to build web applications and API's. I would suggest reading Build a Complete