top of page
Search
The Tech Platform
Dec 28, 2021
Create a Fraud Detection Microservice in .NET and Vonage
When you sign up for services like insurance policies, financing assets like a mortgage, or even something like a mobile phone plan, the...
The Tech Platform
Dec 24, 2021
How Micro Frontend changes the Future of Angular?
Micro Frontend — is a client-side architecture design when individual components or pages are hosted in separate domains and integrated...
The Tech Platform
Dec 20, 2021
How to Choose a Database for Microservices — CAP Theorem
Choosing the right database for microservices is a critical decision that can significantly impact the success and performance of your...
The Tech Platform
Dec 20, 2021
Microservice Data Management when performing Queries between Services
In this section, we will explore how to effectively perform queries across microservice and discover the patterns and practices that...
The Tech Platform
Dec 18, 2021
Microservices: Orchestration vs. Choreography
Microservices orchestration Orchestration promotes a centralized approach in which a controller process calls each of the services...
The Tech Platform
Dec 15, 2021
The Microservices Principles: Building Scalable and Resilient Systems
Microservice architecture has gained significant popularity due to its ability to create scalable and modular systems. To effectively...
The Tech Platform
Nov 30, 2021
Scalable Logging for Microservices
A log management and exploration platform is really important for a team of engineers who work on the backend of a medium to large-sized...
The Tech Platform
Nov 24, 2021
Design Pattern vs Anti Pattern in Microservices
In the world of software development, there are certain design principles and practices that have stood the test of time, while others...
The Tech Platform
Nov 12, 2021
Dynamic Data Transfer Object in .Net Core
In c# to assemble property values from source to destination can be achieved by mapping source DTO properties to destination DTO class...
The Tech Platform
Oct 29, 2021
How to Use Saga Pattern in Microservices
Using the microservices architecture has many benefits. It has become the norm for many large-scale applications. However, Microservices...
bottom of page