Tags Overview for All Blog Topics

Observability and Monitoring

Observability

Observability is the practice of understanding what’s happening inside complex distributed systems by examining their external outputs. Unlike traditional monitoring that asks “is this thing broken?”, observability enables teams to ask arbitrary questions about system behavior without predicting failure modes in advance.

On-Premises Infrastructure and Datacenter Operations

On-Premises

On-premises infrastructure encompasses the physical and virtual systems organizations own and operate in their own datacenters. This collection addresses server management, network topology, operational practices, and connecting on-prem workloads to Azure through hybrid connectivity patterns.

Open Source

Open source software forms the foundation of modern development. This collection explores contributing to OSS projects, maintaining libraries, licensing considerations, and sustainable open source participation.
Operations

Operations

Operations-focused articles covering maintenance, upgrades, monitoring, incident response, and day-to-day infrastructure management.

Performance

Performance optimization requires profiling, measurement, and evidence-based improvements. This collection explores benchmarking techniques, memory management, allocation reduction, and practical optimization strategies for .NET applications.

Platform Engineering

Platform Engineering creates internal developer platforms (IDPs) that provide self-service infrastructure, automated workflows, and golden paths. Teams treat platforms as products, focusing on developer experience to reduce toil and accelerate delivery.
Privacy by Design in .NET

Privacy

Privacy is not enforced by legal teams. It is enforced by how you design database schemas, structure APIs, implement logging, and manage data workflows. Privacy by design means treating personal data as toxic waste requiring systematic containment and controlled disposal.

RBAC

RBAC governs who can do what across platforms and resources. Articles cover Kubernetes RBAC, Azure RBAC, identity federation, permission layering, and practical authorization patterns.

RCDA

Risk and Cost Driven Architecture (RCDA) by Eltjo Poort aligns architectural decisions with business goals by balancing risks and costs. This pragmatic approach delivers value early while managing complexity and uncertainty.

Reliability

Reliability isn’t about zero failures—it’s about making failures visible and recoverable. Regular resets, reproducibility checks, and forced restarts surface problems while they’re manageable, not at 3am in production.'

Security

Security is an engineering constraint woven throughout development, deployment, and operations. This collection examines secure coding, dependency management, secrets handling, and DevSecOps integration practices.

Software Engineering

Software engineering encompasses principles, methodologies, and practices for professional development. This collection covers clean code, architecture, testing, design patterns, and building maintainable software systems.