dev-guide
Things Every Developer Should Knowβ
-
Zip Files β Understand compression formats and master cross-platform zipping/unzipping (Windows, macOS) for sharing code, datasets, and agent artifacts quickly.
-
File Extensions β Always show extensions in Finder/Explorer to prevent mistakes when agents or scripts process files by name.
-
Screenshots & Screen Recording β Capture and annotate visuals efficiently (Win + Mac shortcuts) for clear bug reports, PR reviews, and prompting visual agents.
-
Command Line Basics β Get comfortable with terminal (PowerShell/CMD on Windows, zsh on macOS) because most agentic tools, dev containers, and AI workflows run via CLI.
-
Relative vs Absolute Paths β Master both so you (and your agents) can reliably reference files across local machines, repos, cloud builds, and multi-agent setups.
-
Environment Variables & PATH β Know how to read, set, and manage env vars (especially PATH) on Windows and macOSβcritical for configuring AI tools, API keys, model paths, and agent toolchains.