Development Minimal C# program to host an Angular application The other day I needed to host a compiled Angular application in a pipeline (to run UI test against it). I wanted this to be a C# program, because that
Development Dynamically named trusted certificates for docker hosted kestrel app Huh wut? Yes, let me explain. Suppose you want to host a C# WebAPI application in a docker container, and the hostname used is changing all the time be
Development Running Unifi controller on K8s In my quest to get everything that was previously running in Docker on my Synology to (micro)K8s, I now want to run my Unifi controller on it. Of cours
Development Upgrading my K8s cluster from 1.19 to 1.20 Somehow I installed 1.19 as my MicroK8s cluster version. Of course I want 1.20. This should be easy because of the version skew support [https://kuberne
kubernetes Using Synology NFS persistent volume for my K8s hosted SonarQube I'm already running SonarQube on K8s [/sonarqube-on-my-microk8s-setup/]. But I took a shortcut there using hostpath persistent storage. So the pod must
Development Cloning VMs in EXSi 7.x without vCenter Since I'm not running vCenter in my 2 ESXi 7.x node homelab, I'm missing out on some features. Actually the only one I really miss the ability to clone
Development Easy way to get a self signed openssl certificate in ESXi I'm running two ESXi servers but I'm not using vCenter because I find it to be too resource intensive. And to run my K8s host VM's I don't really need i
Development SonarQube analysis fails on K8s setup After getting SonarQube up and running [/sonarqube-on-my-microk8s-setup/] on my K8s setup, I started moving my project analysis to that setup. To find o
Development SonarQube on my MicroK8s setup Next up in my migration to K8s is SonarQube. SonarQube needs persistent storage so the first thing to enable is the storage add-on in MicroK8s: sudo mi
Development MS Sql server on K8s for my github runner My Github runner [/migrating-from-synology-docker-to-k8s/] is running only unittests right now. But I also have a test set that are sort of integration
Development MicroK8s observability in Lens So, I'm running a three node MicroK8s cluster and I am migrating my containers running on my Synology to it. I am already running my github runners [/mi
kubernetes Migrating from Synology Docker to K8s I've been using the ability to run containers with the docker functionality on my Synology for some time now. I've upgraded the memory to 8Gb just to be
Development Fix for TKG UI installer blank screen The other day I was trying to install a Kubernetes cluster using the Tanzu Kubernetes Grid (TKG). But I ran into a problem that I cannot find anywhere d
Development Package my custom Cloud Foundry buildpack for offline use I've made my custom buildpack here [/using-environment-variables-from-cloud-foundry-in-angular-with-the-staticfile_buildpack/] but that only works onli
Development Applying self-signed certs to your Cloud Foundry GoRouter So, you've build your own homelab hosted Cloud Foundry environment, but forgot to apply a proper certificate to the gorouter. Let's fix that.. First we
Development Using environment variables from Cloud Foundry in Angular with the staticfile_buildpack Ofcourse I want to follow the 12 factor app rules as much as possible, and ofcourse I also want to deploy my apps in Cloud Foundry. When it comes to ht
EV Getting OpenEVSE firmware to compile With all the hardware for my openEVSE done, I started focussing on the software part. That is the openEVSE firmware. Because I only need the basic func
Blazor Mixing Blazor and MVC pages in one app So, you have this MVC app that you want to convert to Blazor. But you can't do this in one big bang, simply because it's too much work. One approach wo
Blazor Blazor custom component with two way databinding This article is written for blazor 0.4. The things here are most certainly to change in the future. Blazor is all about components, so the first thing t
Blazor Material button as blazor component The material components MDC [https://material.io/develop/web/] are pretty slick, so I want to use them in combination with blazor. Since blazor 0.3 this
Development Blazor 0.1 caveats Although the 0.2 release is around the corner, I thought it might still be usefull to list some caveats of the 0.1 blazor release to get you up and runn
Development Azure AD graph client demo The other day I was trying to get this demo to work: Azure AD graph API demo [https://github.com/Azure-Samples/active-directory-dotnet-graphapi-console
Development EF Core inmemory as a serious option? So.. I have this use case in which a memory database could be a solution. So I wondered if maybe the inmemory option of EF Core could be used for that.
Development EF core equivalent of MigrateDatabaseToLatestVersion This one was somewhat hard to find because all examples use the command line, so documenting here. Suppose you want to build a asp.net core application
Electronics USB Serial on Windows 10 IoT core #3 This is a follow up on two earlier posts.. this [/usb-serial-on-windows-10-iot-core-2/] and this one [/serial-usb-on-windows-10-iot-core/] So I ordered
Development USB Serial on Windows 10 IoT core #2 This is a follow up on this [/serial-usb-on-windows-10-iot-core/] earlier post. Today the release version of Windows 10 IoT core became available. So I
Development USB Serial on Windows 10 IoT core So.. I wanted to do some experimenting with Win10 IoT core. I've got this Usb to serial plug that I wanted to get working. Plugged it in and tested thi