Projects
Filter
SHOWING 14 OF 14 PROJECTS
- Jun 21, 2026Enterprise .NET ModernisationBefore/after demo for migrating enterprise .NET apps to modern .NET — async, DI, EF Core Code First, Polly v8, health checks, Serilog, and the Strangler Fig pattern. Companion repo for the article.
- dotnet
- csharp
- architecture
- aspnetcore
- legacy
- refactoring
- Jun 07, 2026Uncle Bob's Agent Pipeline (.NET)A multi-agent pipeline — Specifier, Coder, Refactorer, Architect — that turns informal requirements into mutation-tested, property-verified .NET code. Companion repo for the article.
- ai
- dotnet
- csharp
- testing
- agents
- mutation-testing
- Jun 02, 2026HybridCache in .NET 9Two-tier caching with built-in stampede protection and tag invalidation, replacing the IMemoryCache/IDistributedCache split with one API. Companion repo for the article.
- dotnet
- csharp
- caching
- redis
- performance
- aspnetcore
- May 25, 2026Uber-like Driver Matching (.NET)Nearest-driver matching, surge pricing and the full request-to-completed-trip flow — the third part of the Uber-like System Design series. Companion repo for the article.
- dotnet
- csharp
- redis
- efcore
- architecture
- May 17, 2026Trip State Machine (.NET + EF Core)Modelling Uber's trip lifecycle — requested, assigned, en route, completed, cancelled — as an explicit state machine with EF Core. The second part of the Uber-like System Design series. Companion repo for the article.
- dotnet
- csharp
- efcore
- architecture
- patterns
- May 11, 2026Real-time Driver Location Tracking (.NET)Millions of GPS updates a second, handled with Redis GEO, a mutable state buffer and SignalR. The first part of the Uber-like System Design series. Companion repo for the article.
- dotnet
- csharp
- redis
- signalr
- architecture
- May 04, 2026CQRS Without MediatR (.NET)Clean, testable command and query handlers built with nothing but the built-in DI container — no MediatR required. Companion repo for the article.
- dotnet
- csharp
- architecture
- cqrs
- patterns
- Apr 26, 2026Anti-Corruption Layer (.NET)Protecting your domain from external APIs — model changes, renamed fields, deprecated endpoints — using the Anti-Corruption Layer pattern. Companion repo for the article.
- dotnet
- csharp
- ddd
- architecture
- patterns
- Apr 22, 2026Kubernetes Probes for .NETLiveness, Readiness and Startup probes configured correctly for .NET — tagged Health Checks, production YAML, and the reasoning behind every parameter. Companion repo for the article.
- dotnet
- kubernetes
- aspnetcore
- healthchecks
- devops
- Apr 12, 2026ASP.NET Core Health ChecksHealth checks that actually tell you what's wrong — database, external APIs, disk space — beyond the basic /health endpoint. Companion repo for the article.
- aspnetcore
- dotnet
- csharp
- healthchecks
- devops
- Mar 12, 2025Blog con Next.jsBlog con Next.js
- Next js
- Javascript
- Typescript
- Tailwind
- MDX
- Oct 12, 2024Wedding AppWedding App Adrian & Ana
- Next js
- Javascript
- Typescript
- Tailwind
- Css
- Apr 30, 2024Design PatternsThis repository contains a Visual Studio Code solution for implementing various design patterns in C# using .NET Core. Each design pattern is implemented in a separate console project within the solution.
- C#
- .NET
- Jul 29, 2023Algorithms in C#Welcome to the Algorithms in C# repository! In this project, you will find implementations of various popular algorithms written in C#. The goal of this repository is to provide examples of common algorithms and serve as a reference for students and developers looking to learn and improve their C# and algorithmic skills.
- C#
- .NET