Projects

This website

This website is a side project I started in mid-2022 originally to get more familar with docker and gain experience in cloud hosting. The site is custom built, with no Content Management System (CMS) like Wordpress or a website builder like Wix or Squarespace. More information coming soon on my blog.

Homelab

I have a small homelab which includes an 8 port unmanaged switch, OPNSense router and a Raspberry Pi running PiHole. These devices allow me to have greater control over my home network and experiment with linux and networking technologies. More information coming soon on my blog.

dotfiles

Linux configuration is often done in text files colloquially named "dotfiles" that are hidden by default. I decided a few years ago to start putting my customisations in a git repository and upload it publically to Github. This is a common practice among linux users and it allows me to quickly get a new system configured to my liking.

PSUserInput

For Windows automation, I often use Powershell to write scripts. I soon realised that user input was a frequent operation so I created a small C# cmdlet for this. The most useful feature is the list input, which allows the script writer to quickly create a list of entries the user can select. The project is also available on Github with install instructions.

Pages