Using Docker for development has a great advantage of unifying development environments across the development team and provides a consistent and reproducible experience… read more
Express is a microframework that according to 2018 Node.js User Survey Report is used by 4 in 5 back-end and full-stack node.js developers. Thanks to its simplicity… read more
Docker is the response to an ongoing problem of differences between environments in which application runs. Whether those differences are across machines of the… read more
Sequelize is an ORM for Node.js written in JavaScript, not TypeScript. Despite that good quality typings are available, it is not straightforward how to get up to speed… read more