Wiki Index
Catalog of all pages in this wiki, maintained by Claude. Updated on every ingest.
Last updated: 2026-04-09
AI & LLM Tools
- AI — hub page linking to AI engineering resources, SWE-bench, Latent Space, and the Spec Kit for Claude Code
- Auto-GPT — self-hosted autonomous GPT-4 agent deployable via Docker
- Claude Code — Anthropic’s agentic CLI tool with sub-agents, hooks, plugins, and skills
- Cursor — AI code editor with @Git context for diff-aware code suggestions
- GitHub Copilot — AI coding assistant in VS Code with chat, slash commands, and context symbols
- LangChain — Python framework for building context-aware LLM applications
- Open Interpreter — natural language interface for executing code on your computer
- Prompt Engineering — techniques for writing effective prompts (3S principle, role-based prompting)
Cloud & Infrastructure
- AWS — AWS CLI installation, configuration, and basic S3 usage
- certbot — Let’s Encrypt SSL certificate installation via certbot
- Create an instance — GCP Compute Engine instance creation with startup script
- Deleting an Instance — GCP Compute Engine instance deletion commands
- Firewall — Google Cloud firewall rule setup via gcloud CLI
- gcloud — Google Cloud SDK installation and Docker-based authentication
- ip — commands to retrieve public and local IP addresses
- List compute instances — GCP command to list all Compute Engine instances
- Loki — Grafana Loki log querying with the logcli tool
- Tailscale — VPN mesh network installation on Linux
- Ubuntu — Ubuntu server initial setup with git, vim, tmux, Docker, and VSCode
Containers & Orchestration
- Buildx — Docker Buildx for multi-architecture image building
- Development Containers — open spec and CLI for enriching containers with dev-specific content
- Docker — container platform with full build, ship, and run commands and terminology
- Docker Compose — plugin installation for multi-container application management
- kubectl — Kubernetes CLI with resource management commands
- Kubernetes — production container orchestration (pods, services, deployments)
- lazydocker — terminal UI for managing Docker containers and services
- Nixpacks — auto-detect and containerize applications without a Dockerfile
- Portainer — web UI for managing Docker environments
Databases
- Apache Hive — SQL-like data warehouse on Hadoop with HiveQL
- Elasticsearch — search and analytics engine with Docker setup
- MongoDB — NoSQL document database with shell CRUD commands and aggregation
- MySQL — MySQL Docker Compose setup
- NocoDB — open source Airtable alternative deployable via Docker
- pg_dump — PostgreSQL backup utility for consistent database dumps
- pg_restore — PostgreSQL restore utility for custom-format backups
- Postgres Docker — PostgreSQL Docker Compose configuration
- PostgreSQL — PostgreSQL installation and .pgpass configuration
- psql — PostgreSQL CLI client with connection and query commands
- Redis — in-memory key-value store Docker setup with AOF persistence
- Redis CLI — Redis CLI batch commands, backup, and restore operations
- sqlite3 — SQLite CLI usage and Safari browser history queries
- Supabase — open source Firebase alternative with CLI
Developer Tools & CLI
- asdf — extendable version manager for Ruby, Node.js, and more
- Atuin — shell history replacement using SQLite with end-to-end encrypted sync
- npm — default Node.js package manager and public registry
- bash — Bash exit status and shell basics
- bruno — open source API testing IDE (Postman alternative)
- CLI — Command Line Interface guidelines reference
- Commitizen — conventional commit message tool for standardized git commits
- crontab — scheduled task management with cron expressions
- Difftastic — structural diff tool that understands code syntax
- FFmpeg — multimedia processing CLI for video and audio conversion
- Git — version control with worktrees, squash commits, undo, and gitignore
- GitHub CLI — official GitHub CLI with Copilot AI integration
- gogs — self-hosted Git service deployable with Docker
- gsplit — GNU split utility for splitting large files into chunks
- journalctl — systemd journal log viewer for service logs
- lazygit — terminal UI for git commands
- lsof — list open files and find or kill processes by port
- Oh My Zsh — Zsh configuration framework with plugins (autosuggestions, syntax highlighting) and themes
- ssh — SSH setup with key-based authentication and config file
- sudo vim etc hosts — block distracting websites by editing /etc/hosts
- tar — create and extract compressed tar archives
- tmux — terminal multiplexer with Plugin Manager (TPM) and session resurrect
- tree — directory tree display tool
- vim — Vi text editor (references Neovim tutorial)
- zsh — Zsh shell with corrupt history repair command
Frameworks & Libraries
- Angular — TypeScript-based web framework by Google
- Create React App — React project scaffolding with Prettier, husky, and lint-staged
- Cypress — JavaScript end-to-end testing framework with data-testid selectors
- Docusaurus — React-based documentation site generator
- ElectricSQL — local-first sync layer that works directly on PostgreSQL
- Electron — cross-platform desktop apps using JavaScript, HTML, and CSS
- Evolu — local-first platform with SQLite backend for privacy-focused apps
- Expo — React Native development platform with async storage support
- Frappe — full-stack Python web framework (ERPNext ecosystem)
- Next.js — React framework for production with SSR, SSG, and App Router
- Rails — Ruby on Rails MVC web framework
- React — declarative UI library (“view as a function of state”)
- React Native — cross-platform mobile framework with NativeWind and Expo
- RxJs — Reactive Extensions library with Observables and Subjects
- SciPy — scientific computing tools for Python (NumPy, Pandas, matplotlib)
- Tailwind CSS — utility-first CSS framework
- Vite — fast build tool and dev server with env variable support
Languages & Runtimes
- Bun — fast all-in-one JavaScript runtime and package manager
- JavaScript — interpreted, multi-paradigm language — the scripting language of the web
- Kotlin — Google’s preferred language for Android development
- Node — Node.js runtime with npkill for cleaning node_modules
- nvm — Node Version Manager with .nvmrc auto-switching
- pipx — install and run Python applications in isolated environments
- pnpm — fast disk-efficient Node.js package manager
- Poetry — Python dependency management and packaging tool
- pyenv — simple Python version management with virtualenv support
- Python — Python with uv package manager
- Ruby — Ruby programming language installation
- TypeScript — JavaScript with static types — full type system reference
- volta — JavaScript tool manager for pinning Node and yarn versions per project
- yarn — JavaScript package manager
macOS & Apps
- Android — Google’s mobile OS; Kotlin and React Native development
- Apple CUPS — Common UNIX Printing System web interface for macOS
- Apps — developer’s Android apps on Google Play (Calculator, etc.)
- Asahi Linux — Linux distribution for Apple Silicon Macs
- Bitwarden — open source password manager with self-hosted Vaultwarden setup
- Bitwarden CLI — Bitwarden command-line interface for vault management
- Dropbox — cloud storage with command to exclude files from sync
- Google Chrome — browser with keyboard shortcuts and extension list
- Habitica — gamified habit tracker with local macOS dev setup
- Homebrew — macOS package manager
- iOS — iOS reference page
- Mac Menu Bar Apps — curated directory of 750+ macOS menu bar apps
- macOS — macOS setup with recommended apps (Bitwarden, Raycast, Docker, etc.)
- Pieces — AI-enabled developer productivity and snippet manager
- Printing — printer management resources
- Raycast — fast, extensible Spotlight replacement for macOS
- scrcpy — mirror and control Android devices from your computer
- Setapp — Mac app subscription service with curated app list
Notes & PKM
- Excalibrain — interactive mind-map plugin for Obsidian vaults
- Obsidian — Markdown note-taking app with plugins and themes
- Obsidian Callouts — Obsidian callout block syntax (note, tip, warning, etc.)
- OPS — Claude Code operations reference for this Quartz wiki (ingest, query, lint)
- PKM — Personal Knowledge Management tools (Dendron reference)
- Quartz — fast Markdown-to-website static site generator
Web & APIs
- Freqtrade — open source crypto trading bot with backtesting
- Gmail — Gmail keyboard shortcuts and auto-advance settings
- Markdown — extended Markdown syntax (strikethrough, footnotes, highlighting)
- Mermaid — JavaScript-based diagramming with Markdown-inspired syntax
- Microsoft Graph — Microsoft API for accessing Office 365 data and permissions
- Mosquitto — Eclipse Mosquitto MQTT broker with TLS/SSL setup
- MQTT — Eclipse Mosquitto MQTT broker Docker deployment
- OneDrive — OneDrive REST API and SharePoint via Microsoft Graph
- OpenAPI — OpenAPI specification tools and Redocly CLI
- Pine Script — TradingView scripting language for building trading strategies
- PWA — Progressive Web App resources and tools
- Rclone — cloud storage sync tool (“rsync for cloud storage”)
- SEO — search engine optimization techniques and HTTP status codes
- Stripe — payment processing Stripe CLI setup
Services & Platforms
- Baserow — open source no-code database (Airtable alternative)
- Crypto — cryptocurrency trading and blockchain tools (Freqtrade, Metamask)
- Firebase — Google’s app development platform with local emulator
- Grist — modern relational spreadsheet with Docker deployment
- LocalSend — cross-platform AirDrop alternative for local file sharing
- Metabase — open source business intelligence tool with Docker
- Metamask — Ethereum wallet browser extension with Chainlist
- Services — free developer services directory (free-for.dev)
- SharePoint — Microsoft SharePoint platform accessible via Microsoft Graph API
- Umami — privacy-focused web analytics alternative to Google Analytics
- Vercel — cloud deployment platform CLI for linking and deploying projects
Concepts
- Amdahl’s Law — parallel computing law defining the speedup limits of parallelization
- Back-of-the-envelope Estimation — techniques for estimating system capacity (powers of two, latency, availability)
- Computer Science — CS hub: system design, databases, algorithms, and fundamentals
- CSS — CSS fundamentals — selectors, box model, flexbox, and positioned layout
- Database — database concepts — SQL vs NoSQL, replication, and sharding
- Desktop Apps — native desktop applications (macOS, Linux, cross-platform)
- Docs — documentation system methodology reference (The Documentation System)
- LATCH — information organization framework (Location, Alphabet, Time, Category, Hierarchy)
- Programming Language — overview of programming languages in this wiki
- RegEx — regular expression resources, tools, and pattern reference
- Self-Hosted — running software on your own infrastructure
- SPOF — Single Point of Failure: definition, examples, and mitigation
- System Design — scalable system design patterns (caching, CDN, load balancers, sharding)
- Web Apps — web-based applications (browser-accessible services)
- Web Development — web development overview: languages, frameworks, and tooling
Personal Projects
- Baby Milestones Tracker — iOS app for tracking baby development milestones
- gdd — macOS SD card cloning tool using the gdd command
- OpenClaw — personal AI assistant project for any OS or platform
- Simplest Baby Tracker — simple iOS app for logging diaper changes and feedings
IDE & Editor
- Jupyter — JupyterLab installation and launch for Python data science
- Neovim — Vim fork with NvChad configuration and full tutorial
- Snippets in Visual Studio Code — VS Code custom snippet creation guide
- Visual Studio Code — Microsoft’s code editor with Vim and Wallaby extensions