6 followers
Software developer with interests in distributed systems, database internals and software architecture.
Introduction: Many a time when working on an application we want to make multiple co-related reads and writes to database to complete a single unit of...
Every developer who has used Node.js knows that its runtime, although single-threaded, handles concurrent requests efficiently thanks to asynchronous...
Introduction: A few years ago, logs had a simple meaning to me: data written to standard output on the terminal or a file to monitor an application...
In the world of distributed systems and microservices, we often want to communicate with different services hosted on different servers in various...
Isolation in DynamoDB transactions or any data system for that matter is often an overlooked property but it is very important to understand, as...
If your looking for easy and quick way to send messages to slack channels programmatically then you're at the right place, in this post I will walk...