top of page
Search

Redis Pub/Sub with .net Core
As the needs of the users increase and in order to meet these needs, we have to figure out some new architectural solutions. Meeting...
The Tech Platform
Oct 28, 2021

Introduction to Message Queue.
A message queue is a form of asynchronous service-to-service communication used in serverless and microservices architectures. Messages...
The Tech Platform
Oct 25, 2021

Scaling software development with Micro Frontends
This is the example process I want to refer to within the article: You might be familiar with the process. It is the process of serving a...
The Tech Platform
Oct 21, 2021


Microservices vs. Serverless Architecture
What is Microservice Architecture? Microservices is an architectural approach where a large application is divided into smaller,...
The Tech Platform
Oct 12, 2021

Gateway Aggregation Pattern
Gateway Aggregation pattern is similar with Gateway Routing but extra it is offering aggregation of services. Basically Gateway...
The Tech Platform
Oct 6, 2021

Microservice Architecture Patterns and Principles
Managing a database in a microservices architecture can be a significant challenge. In order to tackle this challenge effectively, it is...
The Tech Platform
Oct 4, 2021


Exception Handling In Spring Boot
As we all know exception handling is the most important and crucial thing in SpringBoot Rest APIs, which helps us to perform conditional...
The Tech Platform
Sep 25, 2021

Scaling Databases in Microservices Architecture
Scaling Database in Microservices Architecture with different data partitioning strategies: horizontal, vertical, and functional...
The Tech Platform
Sep 24, 2021

Event Driven Microservices with Spring Cloud Stream and RabbitMQ
The world of microservices is dominated by REST based applications. When we talk about microservices, a natural assumption is a set of...
The Tech Platform
Aug 6, 2021


How to create a microservice
To create a microservice, we need access to the following tools - Visual Studio (For implementing C# based code for the service) SQL...
The Tech Platform
Aug 2, 2021
bottom of page