A technical article discussing small but high-leverage programming tricks and knowledge nuggets that improve engineering productivity, including command-line tools, database techniques, git commands, and JavaScript features. The author emphasizes that accumulating these practical tricks—both technical and company-specific—significantly enhances daily work efficiency.
Code Snacks is a weekly educational resource explaining terminal and command-line engineering concepts for visual learners, covering shells, CLI tools, scripts, working directories, and SSH remote access.
Incr is a system that accelerates shell program re-execution by automatically detecting and reusing intermediate results from prior runs, avoiding full re-computation when programs are modified. It achieves average speedups of 34.2× and maximum speedups of 373.3× while requiring no developer annotations or code changes.
Claude Code leverages Unix philosophy and terminal-based shell tools to enhance AI-native engineering workflows. Key tools like jq, yq, gh, and acli enable Claude Code to manipulate text streams, query structured data efficiently, and integrate with GitHub and Atlassian platforms, maintaining lean context windows while automating development tasks.