Data Synchronization in Microservices with PostgreSQL, Debezium, and NATS: A Practical Guide
This guide provides a step-by-step approach to building a data synchronization stack using PostgreSQL, Debezium, and NATS

Search for a command to run...
Articles tagged with #microservices
This guide provides a step-by-step approach to building a data synchronization stack using PostgreSQL, Debezium, and NATS

Materialized views are a powerful tool in database management systems that allow users to pre-compute and store the results of a query, improving performance and reducing the need for expensive computations. However, in modern, fast-paced business en...

Nowadays we usually build multiple services for a single product to work and client apps need to consume functionality from more than one service. Microservices architecture has become a popular approach for building scalable and resilient applicatio...

The distributed systems architecture has become increasingly popular due to its flexibility, scalability, and fault tolerance. However, querying data from multiple microservices in real-time can be challenging, as it may require complex and time-cons...

The API Gateway topic could easily carry several blog posts like this one. In this section, we focus specifically on the usage of Apache APISIX API Gateway for applications developed in ASP.NET Core (Assume that you have an API that manage products) ...

In this post, we are going to shortly describe different authentication methods, overview the use-cases and benefits of centralized authentication with Apache APISIX API Gateway and we will learn how to configure common authentication plugins like ba...
