Service Proxy, Pod, Sidecar, oh my!
Explains how sidecar proxies in containerized environments handle cross-cutting concerns like retries and tracing, reducing code complexity.
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.
A software engineer reflects on leaving Buffer after 4.5 years to join Netflix, discussing career growth, transitioning to infrastructure work, and seeking new challenges.
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.