Hello, world!

Welcome to my basic website where I will be posting my projects and other things I find interesting.

Im a Freelance Software Developer working on various projects.

Feel free to explore!

Recent Posts

SSH Key Generation for Use in GitHub Actions

August 10, 2025

How to generate a SSH Key and integrate it in github actions.

Read more

Deploy to Linux .Net App With Github Actions

August 10, 2025

A workflow script for deploying a .net app to a linux server with github actions.

Read more

Streaming Video Files From Kestrel Server

August 08, 2025

Here is a setup to support streaming for MP4 files on a Kestrel server.

Kestrel Streaming Setup Read more

Playing Blackjack with a Transformer Agent

August 08, 2025

At the end of all this work you will see a UI where an agent plays Blackjack by itself.

Read more

Deploying Blazor To Linux Server

August 07, 2025

There are a couple reasons to use a linux server to host your blazor app.

  • Cost: we can use low cost vms running ubuntu minnimal to get the most for our money.
  • Available tooling to configure a secure website with Lets Encrypt for free SSL certificate.
  • Flexibility: Linux servers offer more flexibility in terms of configuration and customization.
...
Read more

Building a Blazor App in 2025 - A Beginner's Guide

August 07, 2025

In this post, I will guide you through the process of building a Blazor app in 2025...

Read more