docker
Install the Azure CLI on a Raspberry Pi
I do a lot with Raspberry Pis, and sometimes I want all my tools installed in one place so I can use my Pi for everything, rather than flipping back to my Mac. One thing I use a lot is Azure - funny really as I work for Microsoft! I often use the Azure portal as I prefer UIs to CLIs, but when …
Run Appwrite on a Raspberry Pi
TL;DR - use Raspberry Pi OS 64-bit if you want to run Appwrite on a Pi I’ve started working on a personal project, so thought it might be fun to give Appwrite a spin. Appwrite is an open-source app backend for web and mobile projects, you can think of it as a competitor to Firebase. Rather …
Auto-posting to dev.to using a GitHub action
I’ve been wanting to build a tool to post markdown automatically to blogging platforms. That way I (or anyone else) can write a blog post in markdown, save it in a GitHub repo, and have it automatically posted to a blogging platform of their choice. I’ve created a small Python app to do …