Being enthusiastic is worth 25 IQ points
Enthusiasm makes one care and improve their output
Enthusiasm makes one care and improve their output
.NET Watch’s unexpected behavior with Aspire in .NET 8
My blog is not on google. It doesn’t exist to the world.
LLMs are in a toxic pit of hype and irrationality and talking about them is not fun or engaging anymore.
A great video about how CPUs work
A very good talk about some low-level .NET concepts.
I adopted .NET Aspire to manage my growing web application’s 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.
This blog is built with Hugo. It’s an open-source static site generator that let’s me create blog posts using simple markdown files.
Recently, I had a need to host 2 Single Page Applications (SPA) from the same .NET backend using ASP.NET Core.
I recently ran into an issue related to source generation in dotnet when using the FastEndpoints.Generator package.