DevTools Guide
Page 8 of 11
-
API Design Tools: OpenAPI, Swagger, and API-First Development
A practical guide to API design and documentation tools -- OpenAPI specifications, Swagger UI, Stoplight, Redocly, and the API-first development workflow.
-
Code Search at Scale: Sourcegraph, OpenGrok, and Alternatives
A guide to code search tools beyond grep -- Sourcegraph for large codebases, structural search, regex across repos, and alternatives like Hound and livegrep for developer productivity.
-
Developer Workstation Setup: Dotfiles, System Provisioning, and Automation
A practical guide to automating your developer workstation setup with dotfiles managers like chezmoi and GNU Stow, system provisioning with Ansible and Nix, and cross-platform package management.
-
Database Migrations and ORMs: Prisma, Drizzle, Knex, and Beyond
A practical comparison of database migration tools and ORMs -- Prisma, Drizzle, Knex, TypeORM, and raw SQL. Schema management, type safety, and performance.
-
Accessibility Testing Tools for Developers
A practical guide to axe-core, Pa11y, Lighthouse, WAVE, and integrating a11y testing into your CI pipeline -- covering WCAG compliance, automated vs manual testing, and common issues.
-
Error Tracking and Logging: Sentry, Axiom, and Structured Logging
A practical guide to error tracking and logging for developers -- Sentry setup, structured logging patterns, log aggregation with Axiom and Loki, and when to use each.
-
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.
-
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.
-
Linting and Formatting: Biome, ESLint, Prettier, and Pre-Commit Hooks
How to set up code linting and formatting with Biome or ESLint + Prettier, configure pre-commit hooks with husky and lint-staged, integrate with editors, and enforce standards in CI.
-
WebAssembly Development Tools and Workflow
A practical guide to WebAssembly development tools -- Rust with wasm-pack, AssemblyScript, Emscripten, debugging, profiling, and the toolchains that make Wasm development productive.
-
Database Tools for Developers: GUIs, CLIs, Migrations, and Local Setup
A guide to database tooling for developers covering GUI clients like DBeaver and TablePlus, CLI tools like pgcli, migration frameworks including Prisma and Drizzle, and Docker Compose setups for local development.
-
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.
-
Code Review Tools and Practices: From GitHub PRs to Stacked Diffs
A practical guide to code review tools and workflows -- GitHub PR reviews, Graphite stacked PRs, Reviewable, AI-assisted review, and best practices that make reviews faster and more effective.
-
Cloud Development Environments: Gitpod, Codespaces, and Devpod
A practical guide to cloud-based development environments -- GitHub Codespaces, Gitpod, DevPod, and when remote development actually makes sense for your workflow.
-
GitHub Actions: A Practical Guide to CI/CD Workflows
A deep dive into GitHub Actions workflow syntax, matrix builds, caching, reusable workflows, security, and common patterns for real-world CI/CD.
-
Database Testing and Local Development Tools
A practical guide to database testing and local development tools -- Testcontainers, Docker-based databases, seed data management, migration testing, and tools for reliable database workflows.
-
AI Coding Tools in 2026: Copilot, Cursor, Claude Code, and More
A practical guide to AI-assisted development -- GitHub Copilot, Cursor, Claude Code, Codeium, and how to actually get value from AI coding tools.
-
Monorepo Tools Compared: Nx vs Turborepo vs Bazel vs Lerna
A practical comparison of monorepo build tools -- Nx, Turborepo, Bazel, and Lerna. Task orchestration, caching, dependency management, and when each tool makes sense.
-
Container Security Scanning: Trivy, Grype, Snyk, and Docker Scout
A practical comparison of container vulnerability scanners covering Trivy, Grype, Snyk Container, and Docker Scout -- with CLI examples, CI integration, and honest trade-offs on speed, coverage, and false positives.
-
Developer Productivity Systems: Tools and Workflows That Actually Work
A practical guide to developer productivity -- time tracking, code snippets, dotfiles management, workspace automation, focus techniques, and the tools that make daily development faster.