A free weekly devtools newsletter

Reviews of the most interesting devtools and latest beta releases.

30k+ subscribers

Every Thursday. See latest email. Also available  via RSS

Latest newsletter

Here's the latest newsletter sent on 2026-05-07.

Contents

Interesting tools

Each week we review 2—3 of the most interesting developer tools. Here's what we featured this week.

honker

Durable queues for SQLite.

What we like

Adds pub/sub, task queue, and event streams to SQLite. No need for client polling or a broker. Shipped as a SQLite extension with bindings for Python, Node, Rust, Go, Ruby, etc. Allows an INSERT and enqueue as part of the same transaction (with rollback). Also supports cron.

What we don't like

Polling is via a SELECT per millisecond per database, which should be lightweight, but is an extra high-frequency query. Still experimental.

Plow

HTTP benchmarking.

What we like

Runs HTTP requests and benchmarks latency and response codes. Configurable concurrency, duration, request count, and ramp up time. Outputs stats to the terminal in real time. Supports JSON output and provides a web UI.

What we don't like

Pretty straightforward HTTP request support, including different methods e.g. POST (with body). For more complex benchmarks, k6 is a good, scriptable alternative.

Betas and previews

Here's the interesting beta and early access releases we featured this week.

  • agent-desktop

    Desktop automation CLI.

    Misc
  • Alchemy

    Infrastructure as effects framework.

    DevOps
  • deepsec

    Vuln scanning agents.

    Security
  • dev3000

    Capture your full dev timeline.

    Developer Tools
  • Warp Terminal OSS

    Warp terminal open sourced.

    Developer Tools
  • Remix 3

    Web framework.

    Developer Tools

Devtools podcast

Discussions with the people behind the most interesting devtools.