CLI Tools
- bat cat with syntax highlighting
- fd simple, fast alternative to find
- fzf fuzzy finder for everything
- lazygit terminal UI for git
- ripgrep fast recursive search
- sq jq for databases, CSV, Excel, JSON
- Starship cross-shell prompt
- tmux terminal multiplexer
DevOps
- act run GitHub Actions locally
- Docker Reference Dockerfile, Compose, CLI -- the actual docs
- mkcert zero-config local HTTPS certs
- Watchtower auto-update running Docker containers
Lua
- LOVE 2D game framework
- Lua 5.4 Reference the manual
- LuaRocks package manager
- PICO-8 fantasy console
- PICO-8 BBS community carts and source code
Industry Toolbelt
- Shape Up free book on how Basecamp builds software
- Getting Real free book on building web apps with less
- REWORK counterintuitive business advice that holds up
- 🤖CLI AI Agents Compared 15 terminal coding tools, honest tradeoffs
- 🤖Claude API Docs best-in-class LLM documentation
- Linear Method opinionated guide to building products
- Learn WordPress free official courses and workshops
- WP REST API Handbook the reference, not the marketing site
PHP
- PHP Manual the actual language reference
- PHPStan static analysis
- FrankenPHP modern PHP app server in Go
- Docker PHP (serversideup) production-ready PHP Docker images
- Pint code style fixer
- Pest: Configuring Tests the part of the docs you actually need first
- Saloon API integration framework
- Livewire Quickstart zero to working component
- Filament: Getting Started admin panel up in minutes
Reference
- Can I Use browser support tables
- DevDocs unified API documentation browser
- MDN Web Docs the web platform reference
- web.dev performance, accessibility, best practices
- commandlinefu practical shell one-liners
- Diffchecker compare text, images, PDFs
Small Internet
- Bandcamp buy music from artists
- ListenBrainz open scrobbling
- Neocities the web is yours
- Pleroma lightweight fediverse server
TypeScript & Frontend
- Biome migration guide drop ESLint + Prettier in one move
- Chrome Extensions: Develop MV3 development guides, not the overview fluff
- Playwright Best Practices the page that actually improves your tests