Introduction to gRPC
A guide introducing gRPC for API development, comparing it to REST, GraphQL, and other protocols, and outlining a hands-on tutorial series.
A guide introducing gRPC for API development, comparing it to REST, GraphQL, and other protocols, and outlining a hands-on tutorial series.
A tutorial on deploying Open Service Mesh (OSM) with mTLS on Azure Kubernetes Service (AKS) using Terraform for secure microservice communication.
Announcing Pulumi's support for Azure Container Apps, a new serverless container platform for microservices, with details on its features and open-source integrations.
Explores the concept of Micro Applications, defining them as small, focused apps with both a frontend and backend, contrasting them with Microservices and Micro Frontends.
Explores how reusable APIs can reduce complexity in microservices architecture and discusses the benefits and challenges of implementation.
Explains the three core components—structured logging, health checks, and tracing—needed to build a reusable .NET microservices platform.
Explains how to use Kubernetes Network Policies to restrict communication between microservices for improved security.
Explains the core concepts of Event-Driven Architecture, comparing commands, queries, and events for building decoupled systems.
Learn how to build resilient, event-driven microservices using .NET and Dapr to overcome common distributed system challenges.
Explores using Project Tye to simplify development and deployment of .NET Core microservices, focusing on distributed tracing setup.
A technical guide on implementing distributed tracing for ASP.NET Core microservices using Jaeger and Tye to improve system observability.
A guide for .NET developers on implementing event-driven architecture using Apache Kafka, focusing on setting up the environment and creating an event producer.
A technical tutorial on building a resilient microservice architecture for a fictional Santa delivery system using MicroProfile and Quarkus.
A guide exploring the reasons, benefits, and limitations of containerizing existing .NET Framework applications using Windows Containers.
Analyzes the Cloud Native ecosystem, arguing many tools solve technical problems created by adopting microservices, which primarily address organizational challenges.
Author announces two new books on Quarkus, a Java framework: one explaining its architecture and one providing hands-on microservice development.
DevOps Notts event recap featuring technical talks on microservices lessons and using Terraform with Azure DevOps.
A guide to creating microservices with Merver, a lightweight Node.js web framework built on core HTTP libraries.
Explains how sidecar proxies in containerized environments handle cross-cutting concerns like retries and tracing, reducing code complexity.
A workshop guide for migrating monolithic .NET Framework applications to microservices on AWS using the Strangler Fig Pattern.