codenio.hashnode.devpre-commit : Shift Left & Prevent Issues from Entering Your RepoThe Problem: Bad Code Slipping Through You're in the zone, making changes, and you commit. Then you push. Then CI fails. Or worse—someone reviews your PR and points out formatting issues, linting errors, or security vulnerabilities that you could've ...Feb 8·4 min read
codenio.hashnode.devCron + pmset : A Cron-Based Battery Low Alerts on macOSThe Low Battery Problem You're deep in work when suddenly your Mac shuts down. Battery dead. No warning, no heads-up—just darkness. You've plug in and wait till its back to work. macOS has built-in low battery warnings, but they're easy to miss. They...Dec 27, 2025·3 min read
codenio.hashnode.devKUBE-PS1 + KUBESWITCH : A better way to manage Kubernetes contextsKubernetes Context Chaos: The Struggle is Real Juggling a fleet of Kubernetes clusters? Welcome to the club !. Maybe you’re bouncing between dev, staging, and prod, or wrangling clusters for different clients and clouds. Either way, context chaos is ...Sep 6, 2025·4 min read
codenio.hashnode.devVSCODE: Quik diff checker at your localQuick Diff checker with VS Code We all need to compare and contrast files: two configurations, different code versions, and environmental differences. Most people download diff tools or use online comparison sites. Why go through all that when VS Cod...Aug 16, 2025·2 min read
codenio.hashnode.devBash + fzf - V2.0: One Hop Function to Rule Them AllBuilding on the Foundation: Project Switching Gets Even Better A few months ago, I shared a Bash function for faster project switching using fzf. It was simple, effective, and saved me countless keystrokes daily. But as I kept using it, I noticed som...Aug 9, 2025·3 min read