May 3 · 16 min read · "The difference between a DevOps engineer and someone who just runs commands is one word: automation." Why This Article Exists Every team running workloads on AWS faces the same quiet problem: "Wha
Join discussion
Apr 22 · 7 min read · My .zshrc is 350 lines and I mass-replaced every core Unix command Every developer has a dirty secret. Mine lives in two files. .zshrc — 350 lines. Organized, sectioned, commented like production code. The refined version. The tuxedo. .bash_aliases —...
Join discussionApr 22 · 5 min read · dfree: stop digging with your hands, you've got an axe now There's a special kind of panic that hits when someone pings you at work and says: "Vineeth, we can't upload anymore." Not "something is slow." Not "there's a bug." Just — the server is ful...
Join discussionApr 21 · 4 min read · Originally published at recca0120.github.io Every time you cd into a Python project, you manually run source .venv/bin/activate.fish. Leaving means remembering to deactivate. Jumping with z is worse — the venv never activates at all. auto-venv handle...
Join discussionApr 9 · 12 min read · 1. The Unix pipeline Every Unix user knows the pipe operator. Typing ls | wc -l, and two independent programs exchange data as if they were designed together. That simplicity reflects a deliberate des
Join discussion
Mar 3 · 6 min read · Zsh Setup Guide: Fast, Functional, and Not Bloated Zsh is the default shell on macOS and the most popular shell choice on Linux for developers. But a fresh Zsh install is bare. The ecosystem of frameworks, plugin managers, and themes can turn a simpl...
Join discussionMar 3 · 7 min read · Starship: The Minimal, Blazing-Fast Cross-Shell Prompt Your shell prompt is the piece of your development environment you look at more than anything else. It tells you where you are, what branch you are on, whether your last command succeeded, and w...
Join discussionMar 3 · 8 min read · Nushell: A Modern Shell That Treats Data as Structured Tables Nushell (Nu) is a shell that treats everything as structured data. Instead of piping text between commands and parsing it with grep, awk, and cut, Nu pipelines pass tables, records, and li...
Join discussion