© 2026 Hashnode
This article explains why many developers are choosing Pulumi (and when Terraform is still the better choice) TL;DR Pulumi and Terraform both solve Infrastructure as Code well, but they optimise for different people. Terraform is great when you want ...

Unit test automation uses specialized software to conduct and manage unit tests automatically. A unit test involves testing individual components of an app to ensure each part functions correctly. Typically, these units are the smallest testable part...

However, repeatedly testing it can be time-consuming, especially considering all the different operating scenarios it can use or the number of external dependencies involved. Instead, most developers opt for unit testing, where — as the name suggests...

Code Coverage is a valuable metric in software development, especially when it comes to testing. It provides insights into how much of your codebase is exercised by your test suite. However, we must recognize that Code Coverage alone should not be th...

Introduction I’m going to build a twitter clone using NodeJS, but without any dependencies. I’ve written many Node applications using dependencies like express, jest, lodash, webpack, typescript, typeorm and many more. My applications can have tens o...

Are you ready to take your GraphQL API testing to the next level? If you've ever wondered how to test your GraphQL endpoints using Jest effectively, you're in the right place. Testing GraphQL APIs can be challenging due to their unique query language...
