PinnedPublished inKlarna EngineeringDistributed Systems — Key Concepts & PatternsIf you are working in a modern tech company, you must have come across the term, “Distributed Systems”. In this blog post, I’ll go through…Jan 17, 20231Jan 17, 20231
Published inNode.js CollectionBuilding your First Serverless App in Node.js with AWS Lambda + S3 + API GatewayIn this article, we are going to build a simple Serverless application using AWS Lambda with S3 and API Gateway. We’ll use Node.js 8.10.0…May 10, 20188May 10, 20188
A list of major/notable changes in Node.js versions to help you migrate.This article contains info on major/notable changes in Node.js versions to help you migrate.Apr 25, 2018Apr 25, 2018
Published inNode.js CollectionSwitching from cluster module to PM2 & RabbitMQ in Node.jsIf you have been using Node.js for sometime, you should know that it is single threaded. This is why you can’t take full advantage of…Apr 18, 201814Apr 18, 201814
Published inNode.js CollectionHow to Mock an Express sessionAre you using an Express app and need to add integration (end-to-end) testing? Here’s what I discovered when I was trying to do this for a…Feb 14, 20185Feb 14, 20185