I'm a DevOps Engineer, Python Developer, and Open-Source Contributor passionate about cloud-native automation, reproducible infrastructure, and improving developer experience.
I love building internal tools, crafting streamlined setups for engineers, and experimenting with infrastructure on real hardware.
I self-host a Kubernetes cluster using k3s on a Lenovo Legion Y540. The cluster is managed end-to-end using FluxCD (GitOps) and runs a variety of services like Mealie, Linkding, and Vault β with Traefik as the ingress controller and External Secrets Operator for syncing secrets from Vault.
The homelab is fully declarative and managed through GitOps workflows. Itβs documented using MkDocs and serves as both a personal learning environment and a testing ground for production-grade infrastructure patterns.
π Explore: github.com/HYP3R00T/homelab
I maintain a cross-platform dotfiles and bootstrapping toolkit designed to provision bare metal machines, WSL, and dev containers with minimal effort.
It combines:
- π οΈ Ansible for OS-level package installation
- π¦ mise-en-place for runtime and developer tool management
- π§© chezmoi for templated dotfile application
- π§ͺ A strict Bash bootstrapper that auto-detects environment and applies everything idempotently
π Explore: github.com/HYP3R00T/dotfiles
- Automating workflows with GitHub Actions, Terraform, and Ansible
- Developing Python-based tools and publishing packages to PyPI
- Running secure, self-hosted services using Vault, Cloudflared, and GitOps
- Creating documentation using MkDocs, Astro, and custom site generators
I believe in learning in public, writing great documentation, and making DevOps workflows accessible and reusable.
- π Blog: Code to Clusters
- π Notes: rosetta.hyperoot.dev
- π°οΈ CelestialDocs β A minimal, fast, and customizable docs template built with Astro, Tailwind CSS, and Shadcn UI.
- π§° dotfiles β Cross-platform bootstrap toolkit using Ansible, mise, chezmoi, and a strict Bash orchestrator.
- π homelab β Self-hosted Kubernetes cluster with GitOps, Traefik, Vault, and full declarative infra.
- π§Ή Settings Organizer β VSCode extension to group and declutter workspace settings across projects.
- Deploying HashiCorp Vault on Kubernetes with Helm and Flux
- The Developer's Guide to Editable Python Installs: A Workflow Revolution
- SSH 101: A Beginner's Guide to Secure Shell
- Unlock Lightning-Fast Searches in Kubernetes Docs! | Efficiency Unlocked
- Omnishare - Introduction & Setup (Part 1) | Practical Projects
- How to make Python type safe? | Python Quickie
- Mastering Exception Handling in Python: A Beginner's Guide | Python Quickie
- How to make python module executable? | Python Quickie