Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

milanjovanovic.tech

Milan's .NET Weekly

Get the latest updates from Milan's .NET Weekly directly as they happen.

Follow now 29 followers

Latest posts

Last updated 6 days ago

Let Postgres Enforce Tenant Isolation

5 days ago

PostgreSQL row-level security (RLS) adds a database check behind EF Core query...

Four Years of Writing Every Week

12 days ago

Four years and 210 weekly issues taught me more than the topics...

Your ASP.NET Core Endpoints Don't Have a Timeout

19 days ago

ASP.NET Core request timeouts can be configured globally or per endpoint with...

From 17ms to 0.04ms: How to Design the Right SQL Index

26 days ago

A good SQL index comes from the queries your application runs, not...

How Do You Build a Social Media Feed? (System Design)

about 1 month ago

Every social app has a home feed, and it looks like the...

Persisting a Rich Domain Model With EF Core

about 1 month ago

Whenever I write about refactoring an anemic domain model into a rich...

Should You Split That Into Microservices? Ask These 5 Questions First

about 2 months ago

I've helped teams adopt microservices, and I've helped teams dig themselves out...

The System Design Behind My New SaaS

about 2 months ago

For the past few months, I've been building the most fun system...

How I Migrated My Website to Cloudflare and Saved $228

2 months ago

Earlier this month, I migrated this website from Netlify to Cloudflare The...

Testcontainers - Integration Testing Using Docker In .NET

about 3 years ago

Modern software applications rarely work in isolation On the contrary, a typical...

Solving Race Conditions With EF Core Optimistic Locking

about 3 years ago

How often do you think about concurrency conflicts when writing code You...

Feature Flags in .NET and How I Use Them for A/B Testing

about 3 years ago

The ability to conditionally turn features on or off in your application...