Hi there 馃憢

Warning: Contents highly volatile.

Being enthusiastic is worth 25 IQ points

Enthusiasm makes one care and improve their output

April 4, 2026 路 7 min 路 Me

Fixing .NET Watch & Hot Reload in Aspire without Leaving .NET 8

.NET Watch鈥檚 unexpected behavior with Aspire in .NET 8

February 7, 2026 路 5 min 路 Me

Google Also De-Indexed My Blog

My blog is not on google. It doesn鈥檛 exist to the world.

December 12, 2025 路 2 min 路 Me

Data-Driven? No, We Are "Vibes-Driven" Now

LLMs are in a toxic pit of hype and irrationality and talking about them is not fun or engaging anymore.

November 30, 2025 路 6 min 路 Me

Today, I Thoroughly Enjoyed... (November 21, 2025)

A great video about how CPUs work

November 21, 2025 路 1 min 路 Me

Today, I Thoroughly Enjoyed... (November 11, 2025)

A very good talk about some low-level .NET concepts.

November 11, 2025 路 1 min 路 Me

Importing bacpac into an Aspire DB resource

I adopted .NET Aspire to manage my growing web application鈥檚 microservices and containerized dependencies, making it easy for me and my team to launch the entire codebase with a single command. To solve the problem of starting with an empty database, I created a custom Aspire command that lets me easily drop the existing database and import a BacPac file directly from the Aspire dashboard.

November 1, 2025 路 6 min 路 Me

Self-hosting My Blog

This blog is built with Hugo. It鈥檚 an open-source static site generator that let鈥檚 me create blog posts using simple markdown files.

October 28, 2025 路 4 min 路 Me

Serving Multiple Single Page Applications (SPA) with ASP.NET Core

Recently, I had a need to host 2 Single Page Applications (SPA) from the same .NET backend using ASP.NET Core.

October 26, 2025 路 3 min 路 Me

Track Source of Transitive Dependency

I recently ran into an issue related to source generation in dotnet when using the FastEndpoints.Generator package.

April 12, 2025 路 1 min 路 Me