by Nicolas DESCARTES
How to write resilient .NET applications ?
by Taiseer Joudeh
Part 1 of a 10 post tutorial where we will build a full microservices app using Dapr and then deploy it to Azure Container Apps
by Nicolas DESCARTES
Comprehending the CQRS architecture and learning how to implement it
by Michael Yuan @WasmEdge
How to create lightweight and high-performance web services in the WebAssembly sandbox, and then deploy them for free on edge cloud provider fly.io.
by Trần_Tuấn_Anh
In today's digital landscape, securing APIs is crucial for safeguarding sensitive data and ensuring the integrity of your Microservices architecture. Spring Boot, a popular framework for building Java applications, offers robust tools for implementing API security.
by Trần_Tuấn_Anh
Continuous Integration and Continuous Deployment (CI/CD) are fundamental practices in modern software development. When applied to microservices architecture, CI/CD ensures that each service is built, tested, and deployed independently, allowing for more frequent and reliable releases.
by Trần_Tuấn_Anh
As microservices architecture becomes more prevalent, monitoring and observing these services is crucial for maintaining performance and reliability. Tools like Zipkin and Jaeger have become essential in the toolbox of developers and DevOps engineers.
by Nicolas DESCARTES
Understanding more advanced concepts in GraphQL with HotChocolate