Stars
Learn System Design concepts and prepare for interviews using free resources.
Notes on books I read, talks I watch, articles I study, and papers I love
Sample implementation and comparison of various approaches to building DDD applications. Useful as a baseline to quickly start a DDD dot net project.
Become a better software engineer 👈
A C# architecture test library to specify and assert architecture rules in C# for automated testing.
A selection of resources that Trussels have found useful for sharing mental state and aspirations
Twitter-Server defines a template from which services at Twitter are built
Conductor is a microservices orchestration engine.
Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.
This is a repository containing the list of company wise questions available on leetcode premium
Repository for Serverless Design Patterns and Best Practices book
Microservices on .NET platforms used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD,…
Jeff Dean's latency numbers plotted over time
Enriches Serilog events with Aspnetcore HttpContext.
Sample code for the Clean Testing talk given at NDC {Olso}.
A toolkit for developing high-performance HTTP reverse proxy applications.
Sample code for the Clean Testing talk.
Preparation links and resources for system design questions
Source code for the Anemic Domain Model Pluralsight course
Welcome to the GitHub repository of the cloud design patterns. This repository contains the examples for the Pluralsight course series: Cloud Design Patterns for Azure. You can download a copy and …
Example application for CQRS Theory and Practice.
An Hexagonal Architecture service template with DDD, CQRS, TDD and SOLID using .NET Core 2.0. All small features are testable and could be mocked. Adapters could be mocked or exchanged.
Clean Architecture Solution Template for ASP.NET Core