Contract testing helps ensure the compatibility of microservices and decouples the development and deployment processes of software teams. In this article, you'll learn more about contract testing and how to use Pact to verify and ensure your Node.js micr... (more…)
Read more »
Written by Yagiz Nizipli, a blog about Software Engineering & Technology focusing on backend and mobile systems, including Node.js, Swift and Kotlin. (more…)
Read more »
In this post, we will look at using Hasura Actions to convert your Node.js REST API to GraphQL. (more…)
Read more »
Amazon’s Lambda service executes
functions in response to events. Which isn’t all that interesting: an abacus
executes functions in response to events. What makes Lambda appealing is the
attitude it takes toward disobedience.
Read more »
In this benchmark test, we compare three web application servers—Go, Node, and Elixir (Cowboy)—by subjecting each to a synthetic workload, first with 10k, and later with 100k connections. (more…)
Read more »