Microservice Architecture: Circuit Breakers
I have been working lately to implement some techniques regarding fault tolerance and chaos control...
2022-07-10
2 mins read
Microservice Architecture: Eventual Consistency
The main questions this article will answer: How to persist data in microservices architecture?...
2022-07-09
2 mins read
Microservices anti-patterns
This blog mainly talks about the anti-patterns of building microservice architecture systems. A...
2022-06-04
2 mins read
React Error Boundaries
This article explains how to use React error boundaries to catch errors and shows an abstract error...
2022-05-21
2 mins read
Scheduling and delaying queue messages
This article mostly talks about different approaches to scheduling and delaying queue messages and...
2022-05-20
4 mins read
Redis and cache
What is cache? The cache is an in-memory data store that allows us to store repetitive...
2022-05-17
2 mins read
Using Webpack with Typescript
What is Webpack all about? Webpack is a Bundling and building orchestration tool. It is a...
2022-05-13
2 mins read
Docker and Dockerfile
Overview Docker is a platform that allows containerizing software projects. What I mean by...
2022-05-04
3 mins read
Microservice Architecture - Asynchronous Messaging
This article explains the core benefits of asynchronous communication, queues, and microservice...
2022-04-29
2 mins read
Using Amazon SQS in Nest.
I have been working lately with Amazon SQS on a nest project. I thought of sharing the experience...
2022-04-27
2 mins read