Last updated: 2023-04-23
459 words
3 minutes
As a reminder for my future self and anyone that might find it useful, here’s a quick look at setting up ssh for GitHub actions.
Last updated: 2023-03-29
722 words
4 minutes
Goal The goal here is to setup a local development dockerized python project that utilises CI/CD to my linode VPS.
Last updated: 2023-03-29
337 words
2 minutes
Problem Statement: After an update of the VPS server using apt update && apt upgrade nothing worked.
Last updated: 2023-01-24
263 words
2 minutes
I recently finished the Google IT Automation with Python Professional Certificate course on Coursera.
Last updated: 2023-01-10
631 words
3 minutes
Capturing Groups Say we want to do more than just print or return a match, but instead want to use the result and/or manipulate it.
Last updated: 2023-01-09
1354 words
7 minutes
A powerful tool for my IT toolbox.
A search query of text using a string.
Last updated: 2022-11-17
180 words
1 minute
Using the django-admin startporject --template flag, I wanted to create my projects with a lot of the tedious work already done.