Reading Kubernetes Secrets with Dapr and .NET Core
A tutorial on using Dapr with .NET Core to securely read and access Kubernetes secrets within a microservices application.
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.
A tutorial on building a Domino's-style order tracker microservice using Node.js, Express, and Firebase Realtime Database.
Analyzes the debate between using lean single-purpose AWS Lambda functions versus monolithic functions, discussing pros, cons, and best practices.
Part 2 of a series on AWS serverless architecture mistakes, covering design principles like single-purpose functions and designing for failure.
A tutorial on building a CRUD API using Node.js, gRPC, and PostgreSQL, covering service definition, server/client setup, and Protocol Buffers.
An overview of key cloud computing trends and the essential skills needed for a career in cloud technology, including serverless, containers, and AI.
A team wins a tech hackathon by creating an AR app that uses AI and computer vision to recommend web content based on what a phone camera sees.