My journey into event sourcing
A developer shares key talks that guided their journey into event sourcing and event-driven development, covering foundational concepts and practical applications.
A developer shares key talks that guided their journey into event sourcing and event-driven development, covering foundational concepts and practical applications.
Explores using Azure Event Grid to manage service dependencies and simplify communication in serverless architectures, improving maintainability.
A developer explains why they stopped using microservices for their solo side-projects, citing the complexity for a single person.
A tutorial on deploying a multi-container microservices application (React & .NET Core) to Azure using Service Fabric, including CI/CD setup.
A guide to getting started with Azure Service Fabric for microservices development, covering setup, comparisons, and key features.
A tutorial on using Dapr with .NET Core to securely read and access Kubernetes secrets within a microservices application.
Analyzes reliability challenges in synchronous communication between microservices, using calculations to show how dependencies impact overall system uptime.
Explores architectural drivers like functional requirements and quality attributes that influence the choice between a Modular Monolith and Microservices.
A developer shares a real-world challenge of migrating from a monolith to microservices, highlighting the complexities of intermediate architectures and circular dependencies.
Explains the correlated error logging pattern for tracking errors across microservices using unique request IDs.
An introduction to Modular Monolith architecture, contrasting it with microservices and defining its core principles.
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.
A tutorial on integrating and calling gRPC services from a server-side Blazor application, covering setup and basic implementation.
A developer's perspective on how service meshes could have solved challenges in early container and microservices platforms like dotCloud.
A guide to implementing Consumer-Driven Contract Testing with Pact to prevent API breakage in Service Oriented Architectures.
A critique of microservices complexity, advocating for the simplicity and maintainability of monolithic architectures in software development.
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.
Analyzes the debate between using lean single-purpose AWS Lambda functions versus monolithic functions, discussing pros, cons, and best practices.