tesh.digitalUsing AI to generate repetitive code automatically with Pythonhttps://github.com/JTSG1/GreyhoundDash I’m building GreyhoundDash, a monitoring dashboard that can run either self-hosted or as SaaS. The dashboard is intended as a tool to help users monitor their self-hosted applications from a single view. This is...Jul 1, 2025·7 min read
tesh.digitalQuick tip: using curl to pipe into docker composeEver needed to spin up a Docker Compose setup from a GitHub repo, but didn't want to clone the whole thing? I recently ran into this with Netflix Conductor. Instead of cloning or manually copying, try this: Turns out we can use curl and pipe the cont...Jun 16, 2025·1 min read
tesh.digitalTaming the RX 7800 XT: Clean GPU Reset in Windows VMs Without a Reboot (QEMU)Intro I recently rebuilt my PC into a Fractal Mood — a minimalist case that blends beautifully with my office setup. That’s not the story though. This was the moment I decided to finally switch from Windows 11 to Linux. I already spend most of my tim...Jun 15, 2025·4 min read
tesh.digitalK8s, Helm, and Container OrchestrationIntroduction Over the past year, my role has increasingly involved containerization technology, particularly Kubernetes. Kubernetes is a fantastic tool for deploying applications and enabling them to scale according to demand. Once you're comfortable...Mar 17, 2025·6 min read
tesh.digitalSet up a CI/CD server and Configure for use with Private Github RepositoriesRecently I have been exploring more Devops subjects and have been interested in setting up a CI/CD pipeline for a private project I have been working on. This article covers the basics of setting up a private Jenkins instance (customised with Python)...Aug 9, 2024·6 min read