Reading List

The most recent articles from a list of feeds I subscribe to.

Setting up a beginner Kubernetes infrastructure in Digital Ocean with Terraform

This guide will go step by step in creating some web development infrastructure with Kubernetes, managed database, domain name and other stuff, ready to have a project deployed to it. All of this will be done through a single configuration file, which I will write piece by piece in this article. I’m not a devops […]

Building a personal inventory application in Laravel

I’m going to build myself an inventory system in Laravel, as a way to keep a track of where everything we have a round the house is kept. I also have visions of it notifying me each morning, of certain foods that are approaching their use-by date. I thought it would be interesting to share […]

My workflow for building an open-source project

Note: This is currently a brain dump. Pre-requisites Workflow

How I use vimwiki in neovim

Please view the official Vimwiki Github repository for up-to-date details of Vimwiki usage and installation. This page just documents my own processes at the time. Installation Add the following to plugins.lua Run the following two commands separately in the neovim command line: Close and open Neovim. Initalizing Vimwiki pressing <leader>ww for the first time will […]

Resetting mastodon user password on YunoHost

SSH on to the server Switch to “root” sudo su .