I Built Telekube
I built telekube, a terminal UI for Kubernetes clusters. Pretty straightforward motivation: I was constantly inspecting the same resources, usually in the same namespaces: pods, deployments, services....
I built telekube, a terminal UI for Kubernetes clusters. Pretty straightforward motivation: I was constantly inspecting the same resources, usually in the same namespaces: pods, deployments, services....
I always forget how to squash commits. It should be a standard part of my workflow, but every time I need to clean up my history and combine a few commits, I never remember the process and since it might break badly, I freeze....
Neovim Workflow: Mastering Git Conflict Resolution This is mostly a “note to myself” kind of post, to celebrate my win against my own laziness....
Last week, I made a small change to my tmux configuration....
As developers, many of us keep some form of journal or notes to track our daily work, and Markdown is often the format of choice....
As developers, we’re constantly sifting through code, often needing to capture snippets and their context for personal notes, team discussions, or future reference....
Everybody knows cron jobs, right? But not everybody knows its sibling at....
Bash scripting is a powerful tool that allows you to automate various tasks on your computer....
I use some plugins in Obsidian to help me keep track of job tasks....
What if you want to test a USB drive kernel module in a Virtualized environment?...