Featured Engineering Articles

Latest Insights

.NET 9 dropped Swashbuckle — but you can still keep Swagger UI backed by OpenAPI

So, .NET 9 showed up and decided Swashbuckle’s time in the templates was over. No AddSwaggerGen(), no...

356 views 0 reactions
0 comments

JWT with OIDC Authentication in Distributed Systems: Building Trust at Scale

When you’re wrangling a distributed system, authentication can feel like herding cats while riding a...

182 views 1 reactions
0 comments

EF Core 10's ExecuteUpdateAsync: Finally, Delegates That Don't Hate Developers

The Problem: Expression Trees Were a Pain // EF Core 9's special kind of...

690 views 1 reactions
0 comments

The Secret to Scalability: Architecting a High-Performance .NET Puppeteer Page Pool

Launching individual Chromium processes per request is fundamentally incompatible with...

358 views 0 reactions
0 comments

HTTP Server Management in Go: Graceful Shutdowns and Error Handling

Running a web server isn’t just about handling requests—it's about lifecycle control. You want...

82 views 0 reactions
0 comments

The Truth About AddAsync: When to Use It in EF Core (and When Not To)

Let's crack open that EF Core mystery: Why does AddAsync() exist when there's no UpdateAsync() or...

270 views 1 reactions
0 comments