<?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>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.</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.</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.</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.</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.</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.</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.</description>
    </item>
    <item>
      <title>Bun: The Fast JavaScript Runtime That's Replacing Node.js</title>
      <link>https://devtoolsguide.com/bun-javascript-runtime-guide/</link>
      <guid>https://devtoolsguide.com/bun-javascript-runtime-guide/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>Bun is a fast JavaScript runtime, package manager, bundler, and test runner built on JavaScriptCore. Covers installation, compatibility with Node.js projects, package management, built-in test runner, and when to use it over Node.</description>
    </item>
    <item>
      <title>Conventional Commits: Structure Your Git History for Humans and Machines</title>
      <link>https://devtoolsguide.com/conventional-commits-guide/</link>
      <guid>https://devtoolsguide.com/conventional-commits-guide/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>Conventional Commits is a specification for commit messages that makes changelogs automatic and version bumps deterministic. Learn the format, tooling, and how to adopt it in your project.</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.</description>
    </item>
    <item>
      <title>Semgrep: Find Real Bugs with Pattern-Based Static Analysis</title>
      <link>https://devtoolsguide.com/semgrep-static-analysis-guide/</link>
      <guid>https://devtoolsguide.com/semgrep-static-analysis-guide/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>Semgrep is a fast, open-source static analysis tool that finds security vulnerabilities and bugs using code patterns. Write rules in YAML that match syntax, not just strings.</description>
    </item>
    <item>
      <title>DevPod: Open Source Cloud Development Environments</title>
      <link>https://devtoolsguide.com/devpod-cloud-dev-environments/</link>
      <guid>https://devtoolsguide.com/devpod-cloud-dev-environments/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>DevPod brings GitHub Codespaces-style dev environments to any infrastructure — local, cloud VMs, or Kubernetes. Dev containers that work everywhere.</description>
    </item>
    <item>
      <title>pnpm Workspaces: Monorepo Management Without the Overhead</title>
      <link>https://devtoolsguide.com/pnpm-workspaces-guide/</link>
      <guid>https://devtoolsguide.com/pnpm-workspaces-guide/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>pnpm workspaces let you manage multiple packages in a single repository with shared dependencies and a fast, disk-efficient package manager. Covers workspace setup, cross-package imports, scripts, and comparison with npm/yarn workspaces.</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.</description>
    </item>
    <item>
      <title>Modern Go Tooling: Tools Every Go Developer Should Know</title>
      <link>https://devtoolsguide.com/go-modern-tooling/</link>
      <guid>https://devtoolsguide.com/go-modern-tooling/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>Go has a growing ecosystem of tools beyond the standard library. This guide covers essential tooling: golangci-lint for linting, air for live reload, sqlc for type-safe SQL, buf for protobuf, and the tools that make Go development productive.</description>
    </item>
    <item>
      <title>Lefthook: Fast, Simple Git Hooks Without the Husky Bloat</title>
      <link>https://devtoolsguide.com/lefthook-git-hooks-guide/</link>
      <guid>https://devtoolsguide.com/lefthook-git-hooks-guide/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>Lefthook is a Git hooks manager written in Go that runs hooks in parallel, works with any language, and has no Node.js dependency — making it faster and more versatile than Husky.</description>
    </item>
    <item>
      <title>tRPC: End-to-End Type-Safe APIs Without the Ceremony</title>
      <link>https://devtoolsguide.com/trpc-typesafe-apis/</link>
      <guid>https://devtoolsguide.com/trpc-typesafe-apis/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>Build fully type-safe APIs between your TypeScript frontend and backend with tRPC — no code generation, no schemas, no OpenAPI spec maintenance.</description>
    </item>
    <item>
      <title>Vite: The Build Tool That Makes Frontend Development Fast</title>
      <link>https://devtoolsguide.com/vite-build-tool-guide/</link>
      <guid>https://devtoolsguide.com/vite-build-tool-guide/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>Vite uses native ES modules during development for near-instant server start and hot module replacement. This guide covers Vite's architecture, configuration, plugins, library mode, and how it compares to Webpack and esbuild.</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.</description>
    </item>
    <item>
      <title>WezTerm: A GPU-Accelerated Terminal Configured in Lua</title>
      <link>https://devtoolsguide.com/wezterm-terminal-guide/</link>
      <guid>https://devtoolsguide.com/wezterm-terminal-guide/</guid>
      <pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate>
      <description>WezTerm is a cross-platform terminal emulator written in Rust with built-in multiplexing, GPU rendering, and Lua configuration. Covers setup, keybindings, panes, tabs, and why developers are switching to it.</description>
    </item>
  </channel>
</rss>