TL;DR–Explore the example repository This is the typical structure I use for my medium-sized Node backends. For small backends, I’d probably just put everything in one file and I might not bother with build tooling. Let’s start in the package.json. ...

On April 30th 2021, Node v10 will officially reach it’s “end of life” (learn more on the Node Releases page). This is exciting because it means that every supported version of the Node.js JavaScript runtime will support Node’s official EcmaScript ...

SaaS applications are the new normal nowadays, and software providers are looking to transform their applications into a Software As a Service application. For this, the only solution is to build a multi-tenant architecture SaaS application. Have you ever wondered ...

The availability of various tools in the market has often kept you thinking about which tool is appropriate for testing the web application. It is important to test the web application to ensure that it functions as per the user’s ...

When it comes to infrastructure provisioning, including the AWS EKS cluster, Terraform is the first tool that comes to mind. Learning Terraform is much easier than setting up the infrastructure manually. That said, would you rather use the traditional approach ...