Now, what is this “Detour” pattern all about? It’s essentially a rerouting exercise, not unlike the way you’d avoid a construction zone on your daily commute. In Azure terms, it’s…
Post by: syed hussain in All Best Practice
Here is a collection of API design guidelines that I've curated over the last two years working on a data-intensive Payment Gateway with the folks over at Stripe.
Post by: syed hussain in All Integration Design Patterns
Right, let’s dive into the world of Durable Subscribers and how they help us avoid losing messages like forgotten emails in an overloaded inbox. Picture this scenario: you’ve got a…
Post by: syed hussain in All Application Design Patterns C#
This tutorial walks you through creating a microservices-based architecture using Dapr and C#. We'll build 5 microservices that work together to process a customer form submission. Dapr will handle service…
Post by: syed hussain in All Application Design Patterns Integration Design Patterns Microsoft Azure
Leadership is messy, whether it’s among humans or machines. The only difference is that machines, particularly in distributed systems, don’t bring ego into it. They just want a fair, reliable…
Post by: syed hussain in All Application Design Patterns Integration Design Patterns Microsoft Azure
A Service Mesh is an infrastructure layer built into an application that facilitates service-to-service communication in a microservices architecture. It provides features like load balancing, service discovery, encryption, authentication, authorization,…
Post by: syed hussain in All Architecture Best Practice Microsoft Azure
This post outlines key best practices for optimising Azure API Management, focusing on security, performance, and scalability. It covers advanced topics such as OAuth 2.0 integration, content-based routing, and distributed…
Post by: syed hussain in All Integration Design Patterns
Enterprise Integration Patterns (EIPs) provide a well-established vocabulary and set of design guidelines for building cohesive and scalable messaging architectures. The Splitter Router pattern, a fundamental component of EIPs, plays…
Post by: syed hussain in All Architecture Data Design Patterns
Azure SQL Database and Azure Database for PostgreSQL offer two primary data replication solutions: Azure Data Sync and Read-Only replica. While both services facilitate data replication, they serve distinct purposes…