NashTech Insights

Huỳnh Minh Tú

Senior Software Engineer

Posts by categories

Posts by tags

Sidecar Design Pattern – Fundamental and Code sample

What The sidecar pattern is a structural pattern that is used to separate concerns in a microservices architecture. The sidecar pattern enables offloading the processing of some kind to a separate module that gets deployed along with the main service component. The sidecar pattern is sometimes referred to as a decomposition pattern. Why Fundamentally, in …

Sidecar Design Pattern – Fundamental and Code sample Read More »

woman writing on whiteboard

Minimal API – how to organize the minimal API structure effectively

Create a Minimal API project Before we analyze on proper ways to organize APIs, let’s create a simple Minimal API project. From the visual studio, create an ASP.NET Core Web app. At the step of filling in additional information, uncheck the Use Controllers ( uncheck to use minimal APIs ) Click Create then we have …

Minimal API – how to organize the minimal API structure effectively Read More »