~/uses
My daily tools, hardware, and setup. Updated when things change.
# Editor & Terminal
VS Code
Primary editor. Dark theme (obviously). Key extensions: Python, Remote-SSH, GitLens, Docker.
Vim
For quick edits on remote machines and when SSH'd into CoreOS instances.
Zsh + Oh My Zsh
With Powerlevel10k theme. Custom aliases for podman, git, and cosa (coreos-assembler).
tmux
Terminal multiplexer for managing long-running builds and multiple SSH sessions.
# Development
Podman
Rootless, daemonless container engine. Used daily for CoreOS development and testing.
Git
Version control for everything. Contributor workflow with forks, rebases, and signed commits.
Python 3
Primary language for tooling, automation, and web apps (Flask). Also used for interview prep.
Go
Used in coreos-assembler and other Red Hat tooling. Systems-level work.
Bash / Shell
Glue for everything. CI/CD scripts, automation, and system configuration.
Jenkins
CI/CD pipelines for CoreOS builds and testing.
# OS & Infrastructure
Fedora Workstation
Daily driver for development. Latest stable release, always.
Fedora CoreOS
What I build at work — minimal, immutable, auto-updating container host.
Docker Compose
For local development stacks and deploying this very website.
RackNerd VPS
2 cores, 8GB RAM, €16/year. Runs this site, the DSA Tracker, and anything else I need.
# Learning & Docs
Sphinx + ReadTheDocs
For my developer notes — reStructuredText docs published automatically.
HackerRank / LeetCode
Daily problem solving for interview prep. Tracked with my own DSA Tracker.
YouTube
@Linuxdeveloper — Linux and development content.