Terminal
11 guides covering terminal tools
-
Runtime Version Managers Guide
A practical guide to mise, asdf, fnm, nvm, pyenv, rbenv, and Volta -- covering how they work, performance, shell integration, and team standardization with .tool-versions.
-
Best Terminal Emulators in 2026: Kitty vs Alacritty vs WezTerm vs iTerm2 vs Windows Terminal
A practical comparison of the best terminal emulators across platforms, covering GPU acceleration, configuration, and which one you should actually use.
-
Regex and Text Processing Tools for Developers
A practical guide to regex tools, text processing utilities, and data transformation -- regex101, jq, yq, sed, awk, and modern alternatives.
-
Task Runners: Make, Just, Task, and npm Scripts
A practical comparison of task runners for development workflows -- Makefiles, just, Task (go-task), npm scripts, and when to use each.
-
tmux vs Zellij: Terminal Multiplexers Compared
A head-to-head comparison of tmux and Zellij, covering configuration, plugin systems, keybindings, and when to pick each one.
-
DNS and Networking Tools Every Developer Should Know
A practical guide to DNS debugging, network analysis, and HTTP inspection tools -- dig, dog, curl, mtr, Wireshark, and modern alternatives.
-
Zsh Setup Guide: Fast, Functional, and Not Bloated
How to set up Zsh with the right plugins, prompt, and configuration without killing your shell startup time.
-
Modern CLI Tools That Replace Unix Classics
A practical guide to bat, eza, fd, ripgrep, delta, dust, and bottom -- the modern replacements for cat, ls, find, grep, diff, du, and top.
-
SSH for Developers: Config, Keys, Tunneling, and Security
Master SSH configuration for development workflows including config file setup, ed25519 key management, SSH agent integration, jump hosts, port forwarding, and secure practices.
-
Developer Environment Management: Version Managers and Dotfiles
A practical guide to managing development environments -- mise, asdf, nvm, direnv, dotfiles, and reproducible dev setups across machines.
-
CLI Tools for Working with JSON and YAML
A practical guide to jq, yq, fx, gron, jless, dasel, and jsonnet -- covering recipes, piping patterns, and real-world data transformation examples.