Hi there 👋

Welcome to my blog

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’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.

November 1, 2025 · 6 min · Me

Self-hosting My Blog

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.

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
Post thumbnail showing the nanoFramewokr logo, the schematics, an ESP32 Dev Board, and the LD2410 module.

Automatically Lock a PC Using Nanoframework

There’s something very exciting when working directly with hardware as a professional dotnet software developer that has spent over a decade developing for desktop, mobile, and web. It feels great being able to put my code on a small, low-powered, resource-constrained Microcontroller and have it solve a specific problem I have… or just do fun little projects. After all, it’s why I got into programming in the first place.

January 27, 2024 · 10 min · Me

Controlling My AC Unit With nanoFramework

My room’s AC unit (Panasonic) is quite old. It does a great job cooling/heating the place after all these years, but also lacks any “smart” capabilities found on modern units.

April 12, 2023 · 26 min · Me

Using the DHT22 sensor with Nanoframework

I have recently discovered Nanoframework which is a community-led project to bring C# and Dotnet to the world of micro-controllers. Since then, I have been tinkering with IoT and embedded devices using C# to connect with sensors and play around with them.

September 10, 2022 · 3 min · Me

Uwp IoC Support

I have been developing UWP applications for a few years now and I truly enjoy it. It’s been the platform where I experiment with and used it to learn a lot about programming.

November 16, 2019 · 5 min · Me

Create a Dotnet Framework and Node Build Environment in Docker

At the company I currently work for, our CI pipelines run on a dedicated server that we own and manage on premise. This build server is using Atlassian Bamboo and is configured to run the builds using agents running directly inside the host OS which means builds share and depend on components installed on the host OS.

October 1, 2019 · 6 min · Me