Checking the Health of an ASP.NET Core Application
Explains how to implement and use health checks in ASP.NET Core applications to monitor system status and resource utilization.
Explains how to implement and use health checks in ASP.NET Core applications to monitor system status and resource utilization.
Explains service discovery in .NET 8, covering the built-in NuGet package, configuration, and integration with HttpClient.
Critique of superficial tech transformations that rename teams and processes without addressing root causes, leaving delivery slow and ineffective.
Explores building AI Agents as streaming SQL queries using platforms like Apache Flink for improved consistency, scalability, and developer experience.
Explains the concept of a 'synchrony budget' for designing distributed systems, advocating for asynchronous communication to improve performance and availability.
A technical analysis of the Outbox Pattern for microservices, its implementation, criticisms, and modern alternatives in 2024.
An introduction to NATS, an open-source technology for connecting applications and microservices over a network.
The latest episode of Building SaaS covers post-launch improvements and user experience polishing for the JourneyInbox application.
A case study on implementing a custom microservice (Chronos) to measure end-to-end latency in a microservice architecture.
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.
A technical tutorial on building a resilient microservice architecture for a fictional Santa delivery system using MicroProfile and Quarkus.
Author announces two new books on Quarkus, a Java framework: one explaining its architecture and one providing hands-on microservice development.
A guide to creating microservices with Merver, a lightweight Node.js web framework built on core HTTP libraries.
A developer explains why they stopped using microservices for their solo side-projects, citing the complexity for a single person.
A tutorial on setting up a minimal Django REST API microservice using Docker, PostgreSQL, and Gunicorn for development.
An improved Go webserver implementation using chi router and zap logger for better performance and easier project integration.
Two tech talks from ConFoo Montreal: one on application request throttling strategies and another on the microservices architecture of JetBrains Rider IDE.
A talk exploring the microservices architecture and design decisions behind building the JetBrains Rider .NET IDE, including its reactive protocol.
Explains how to use Angular Libraries to implement the Client-side UI Composition pattern for integrating multiple microservice UIs into a single, consistent front-end.
Explores the similarities between the Reactive Streams API and the AMQP 1.0 protocol, proposing AMQP 1.0 as a reactive protocol for messaging in microservices.