DevTools Guide
Page 9 of 11
-
Full-Text Search Tools: Elasticsearch, Meilisearch, Typesense, SQLite FTS5, and PostgreSQL
A practical guide to full-text search for application developers. Compares Elasticsearch, Meilisearch, Typesense, SQLite FTS5, and PostgreSQL full-text search with setup, indexing, and relevance tuning examples.
-
Code Review Tools and Workflows That Actually Work
A practical guide to code review tooling -- GitHub PRs, Graphite, stacked diffs, AI review tools, and workflows that keep teams shipping fast.
-
Runtime Version Managers Guide
A practical guide to mise, asdf, fnm, nvm, pyenv, rbenv, and Volta -- covering how they work, performance, shell integration, and team standardization with .tool-versions.
-
AI-Powered Testing Tools: Test Generation, Maintenance, and Honest Expectations
A realistic assessment of AI-powered testing tools including CodiumAI, Diffblue, Testim, and Mabl -- what they actually deliver, where they fall short, and how to integrate them with existing test suites.
-
PostgreSQL Tools: Clients, Monitoring, Migration, and Performance
A practical guide to PostgreSQL tooling -- GUI clients, CLI tools, migration frameworks, monitoring dashboards, and performance analysis utilities.
-
SSH for Developers: Config, Keys, Tunneling, and Security
Master SSH configuration for development workflows including config file setup, ed25519 key management, SSH agent integration, jump hosts, port forwarding, and secure practices.
-
Feature Flag Tools for Progressive Rollouts
A practical guide to feature flag tools and platforms -- LaunchDarkly, Unleash, Flagsmith, and open-source alternatives for progressive rollouts, A/B testing, and safe deployments.
-
Database GUI Tools Compared: DBeaver, DataGrip, TablePlus, Beekeeper Studio, and pgAdmin
A practical comparison of database GUI clients covering DBeaver, DataGrip, TablePlus, Beekeeper Studio, and pgAdmin -- with honest assessments of pricing, features, and when CLI tools are the better choice.
-
Python Development Environment: Package Managers, Type Checking, and Linting
Set up a modern Python development environment with uv for package management, pyproject.toml configuration, mypy or pyright for type checking, and Ruff for fast linting and formatting.
-
Time-Series Databases: InfluxDB, TimescaleDB, QuestDB, and Prometheus
A practical comparison of time-series databases for metrics, IoT, and observability -- covering data modeling, query languages, performance characteristics, and when to use each.
-
Visual Regression Testing: Catching UI Bugs Before Your Users Do
A practical guide to visual regression testing with Playwright, Chromatic, Percy, BackstopJS, and Lost Pixel -- covering snapshot strategies, dynamic content handling, CI integration, and when visual testing is actually worth it.
-
Build Tools in 2026: Vite, Turbopack, Rspack, and Webpack
A practical comparison of JavaScript build tools -- Vite, Turbopack, Rspack, esbuild, and Webpack. When to use each, migration paths, and configuration tips.
-
JavaScript Package Managers in 2026: npm, pnpm, Yarn, and Bun
A practical comparison of JavaScript package managers -- npm, pnpm, Yarn Berry, and Bun. Performance, disk usage, lockfiles, and which to choose.
-
Testing Frameworks Compared: Jest, Vitest, Bun Test, and Playwright
A practical comparison of JavaScript testing frameworks covering Jest, Vitest, Bun's built-in test runner, and Playwright Test, with guidance on unit, integration, and end-to-end testing strategies.
-
Documentation Tools for Developers: Generators, API Docs, and Wikis
A guide to documentation tooling -- Docusaurus, Starlight, Mintlify, Swagger, TypeDoc, and when to use each for different documentation needs.
-
Email for Developers: Transactional Email, SMTP, Authentication, and Local Testing
A practical guide to sending transactional email as a developer. Covers Postmark, SES, Resend, and SendGrid. Explains SPF, DKIM, and DMARC. Includes local testing with Mailpit and MailHog.
-
Monorepo Tools Compared: Turborepo, Nx, and Bun Workspaces
A practical guide to monorepo tooling in 2026 -- Turborepo, Nx, Bun workspaces, pnpm workspaces, and Lerna. Setup, caching, and when to use each.
-
AI-Powered Code Review and Analysis Tools
A practical guide to AI code review tools -- CodeRabbit, GitHub Copilot code review, Qodana, Sourcery, and how to integrate AI review into your workflow without replacing human reviewers.
-
Load Testing Tools: k6, Artillery, and Locust Compared
A practical comparison of k6, Artillery, and Locust for load testing -- setup, scripting, CI integration, and when to use each tool.
-
Browser Automation Beyond Testing: Playwright, Puppeteer, and Selenium
A practical guide to browser automation tools for E2E testing, scraping, PDF generation, and screenshots -- comparing Playwright, Puppeteer, and Selenium with real code examples.