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.'
Roslyn
Roslyn is the compiler platform behind C# and Visual Basic, exposing the parser, semantic model, and diagnostic pipeline that source generators, analyzers, and code fixes are built on.
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.