Recent Blog

Service Mesh - with Banking System Microservices using Consul

Consul is a multi-networking tool that offers a fully-featured service mesh solution. It solves the networking and security challenges of operating microservices and cloud infrastructure in multi-cloud and hybrid cloud environments.

Adding OpenAPI to NestJS App | Time Saving

Creating a NestJS application that serves as an OpenAPI (formerly known as Swagger) documentation for your RESTful API can be a valuable addition to your project. This allows you to automatically generate API documentation for your endpoints.

SAGA Microservices Architecture Patterns - NodeJs & Kafka

Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. Combines elements OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

JavaScript Best Practices for Readable and Maintainable Code

Good code is easy to understand and maintain. It achieves the three Rs of Software Architecture: Refactorability, Reusability & Readability.