<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>DevTools Guide</title>
    <link>https://devtoolsguide.com</link>
    <description>Practical guides to developer tools — CLI, editors, Git, CI/CD, and more.</description>
    <language>en</language>
    <atom:link href="https://devtoolsguide.com/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Watchexec: A Universal File Watcher That Runs Any Command</title>
      <link>https://devtoolsguide.com/watchexec-file-watcher/</link>
      <guid>https://devtoolsguide.com/watchexec-file-watcher/</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
      <description>Watchexec watches files and re-runs arbitrary commands on change. Learn its filters, debouncing, signal handling, and how it compares to entr and nodemon. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>Rolldown: The Rust-Based Bundler Unifying Rollup and esbuild</title>
      <link>https://devtoolsguide.com/rolldown-javascript-bundler/</link>
      <guid>https://devtoolsguide.com/rolldown-javascript-bundler/</guid>
      <pubDate>Mon, 30 Mar 2026 00:00:00 GMT</pubDate>
      <description>Rolldown is a fast Rust-based JavaScript bundler designed as a drop-in Rollup replacement with esbuild-level speed. Learn how it works and when to use it. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>Neon: Serverless Postgres That Branches Like Git</title>
      <link>https://devtoolsguide.com/neon-serverless-postgres/</link>
      <guid>https://devtoolsguide.com/neon-serverless-postgres/</guid>
      <pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate>
      <description>How Neon separates compute from storage to give you instant database branching, scale-to-zero, and a generous free tier for Postgres. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>PGlite: Running PostgreSQL in the Browser and Node.js</title>
      <link>https://devtoolsguide.com/pglite-postgresql-in-the-browser/</link>
      <guid>https://devtoolsguide.com/pglite-postgresql-in-the-browser/</guid>
      <pubDate>Sat, 21 Mar 2026 00:00:00 GMT</pubDate>
      <description>Learn how PGlite lets you run a real PostgreSQL database in WebAssembly — in the browser, Node.js, and Bun — with full SQL support and zero server setup. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>OpenTofu: The Open-Source Terraform Fork You Should Know About</title>
      <link>https://devtoolsguide.com/opentofu-terraform-fork-guide/</link>
      <guid>https://devtoolsguide.com/opentofu-terraform-fork-guide/</guid>
      <pubDate>Tue, 17 Mar 2026 00:00:00 GMT</pubDate>
      <description>A practical guide to OpenTofu — what changed from Terraform, how to migrate, and when it makes sense for your infrastructure. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>act: Run GitHub Actions Locally Without Pushing to GitHub</title>
      <link>https://devtoolsguide.com/act-run-github-actions-locally/</link>
      <guid>https://devtoolsguide.com/act-run-github-actions-locally/</guid>
      <pubDate>Thu, 12 Mar 2026 00:00:00 GMT</pubDate>
      <description>Learn how to use act to run GitHub Actions workflows locally, speed up CI development cycles, and debug failing pipelines without cloud commits. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>PocketBase: A Complete Backend in a Single Binary</title>
      <link>https://devtoolsguide.com/pocketbase-backend-single-binary/</link>
      <guid>https://devtoolsguide.com/pocketbase-backend-single-binary/</guid>
      <pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate>
      <description>Learn how PocketBase gives you auth, a database, file storage, and a REST API in one executable — and when it's the right choice for your project. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>LocalStack: Local AWS Development Without Cloud Bills</title>
      <link>https://devtoolsguide.com/localstack-local-aws-development/</link>
      <guid>https://devtoolsguide.com/localstack-local-aws-development/</guid>
      <pubDate>Fri, 06 Mar 2026 00:00:00 GMT</pubDate>
      <description>Run AWS services locally with LocalStack. Eliminate cloud costs during development, speed up feedback loops, and test infrastructure code without touching your AWS account. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>Zod: TypeScript-First Schema Validation for Any Runtime</title>
      <link>https://devtoolsguide.com/zod-schema-validation/</link>
      <guid>https://devtoolsguide.com/zod-schema-validation/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>Zod is the standard for runtime type validation in TypeScript projects. Covers the core API, parsing vs. safeParse, schema composition, and practical patterns for API validation and form handling. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>Cloudflare Workers: Edge Functions for JavaScript Developers</title>
      <link>https://devtoolsguide.com/cloudflare-workers-guide/</link>
      <guid>https://devtoolsguide.com/cloudflare-workers-guide/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>Cloudflare Workers runs JavaScript and TypeScript at the edge in 300+ locations. This guide covers the runtime, KV storage, Durable Objects, Workers AI, local development with Wrangler, and when Workers outperforms traditional servers. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>Hono: The Ultra-Fast Web Framework for Edge, Serverless, and Node.js</title>
      <link>https://devtoolsguide.com/hono-web-framework/</link>
      <guid>https://devtoolsguide.com/hono-web-framework/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>Hono is a lightweight, high-performance web framework that runs on Cloudflare Workers, Bun, Deno, and Node.js. Learn how it works, when to use it, and why it's replacing Express for many use cases. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>shadcn/ui: Copy-Paste Component Library for React and Tailwind</title>
      <link>https://devtoolsguide.com/shadcn-ui-component-library/</link>
      <guid>https://devtoolsguide.com/shadcn-ui-component-library/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>shadcn/ui is not a traditional npm package — it's a collection of beautifully designed, accessible React components you copy into your project and own completely. Here's how to use it effectively. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>Deno 2: What Changed and Why It Matters</title>
      <link>https://devtoolsguide.com/deno-2-guide/</link>
      <guid>https://devtoolsguide.com/deno-2-guide/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>Deno 2 brings Node.js and npm compatibility, a built-in package manager (JSR), and LTS releases. Covers migration from Deno 1, the new deno.json workspace format, and when to choose Deno 2 over Node.js or Bun. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>Slidev: Code Your Presentations in Markdown</title>
      <link>https://devtoolsguide.com/slidev-developer-presentations/</link>
      <guid>https://devtoolsguide.com/slidev-developer-presentations/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>Slidev lets developers write slides in Markdown with Vue components, syntax-highlighted code, live coding, and built-in presenter mode — all from a single .md file. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>TypeSpec: API Design Before Code</title>
      <link>https://devtoolsguide.com/typespec-api-design-language/</link>
      <guid>https://devtoolsguide.com/typespec-api-design-language/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>TypeSpec is Microsoft's API design language that generates OpenAPI, JSON Schema, Protobuf, and more from a single source of truth. Covers installation, writing specs, code generation, and integrating into CI. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>DuckDB: The Analytics Database That Runs Everywhere</title>
      <link>https://devtoolsguide.com/duckdb-analytics-database/</link>
      <guid>https://devtoolsguide.com/duckdb-analytics-database/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>DuckDB is an in-process analytics database with no server required. Covers querying CSV and Parquet files, Python integration, SQL features, and where it fits compared to SQLite and BigQuery. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>commitlint: Enforce Conventional Commit Messages Automatically</title>
      <link>https://devtoolsguide.com/commitlint-conventional-commits-guide/</link>
      <guid>https://devtoolsguide.com/commitlint-conventional-commits-guide/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>commitlint validates Git commit messages against a convention, blocking non-conforming commits at the hook level. Combined with Conventional Commits, it enables automatic changelog generation and semantic versioning. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>Dagger: Programmable CI/CD Pipelines in Code</title>
      <link>https://devtoolsguide.com/dagger-ci-pipelines/</link>
      <guid>https://devtoolsguide.com/dagger-ci-pipelines/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>Dagger lets you write CI/CD pipelines as code in TypeScript, Go, or Python, running identically on your laptop and in CI. Replaces YAML configuration with type-safe, testable pipeline logic that works with any CI provider. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>Contract Testing with Pact: Consumer-Driven API Testing</title>
      <link>https://devtoolsguide.com/pact-contract-testing/</link>
      <guid>https://devtoolsguide.com/pact-contract-testing/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>Pact enables consumer-driven contract testing between microservices. Instead of integration tests that require running all services, Pact verifies that providers fulfill the contracts their consumers define — without the full stack. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
    <item>
      <title>mise: Modern Dev Tools Version Manager</title>
      <link>https://devtoolsguide.com/mise-dev-tools-manager/</link>
      <guid>https://devtoolsguide.com/mise-dev-tools-manager/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>mise (previously rtx) is a fast, polyglot version manager for development tools — Node.js, Python, Ruby, Go, Rust, and hundreds more. It replaces nvm, pyenv, rbenv, and asdf with a single faster tool that reads .tool-versions and .mise.toml files. Subscribe to DevTools Guide for weekly guides: https://devtoolsguide.substack.com?utm_source=rss&amp;utm_medium=feed</description>
    </item>
  </channel>
</rss>