Skip to content
~/denisb.dev
curl denisb.dev/feed.xml

Subscribe by feed

Drop the URL below into any feed reader and you'll get every new post delivered the moment it's published.

https://denisb.dev/feed.xml
↳ Atom 1.0↳ JSON Feed at /feed.json
-- one-click subscribe
-- new to feeds?

A feed reader is to blogs what an inbox is to email. You add the sites you want to follow, and new posts show up in one place. It's quietly the best way to read the web — and it's been around since 1999.

-- what the feed looks like
feed.xmlxml
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>denisb.dev</title>
  <link href="https://denisb.dev/feed.xml" rel="self"/>
  <updated>2026-04-22T09:14:00Z</updated>

  <entry>
    <title>Type-safe RPC without the ceremony</title>
    <link href="https://denisb.dev/posts/typesafe-rpc"/>
    <published>2026-04-22</published>
    <summary>Building a thin layer over fetch...</summary>
  </entry>
</feed>
// not into feeds?
New posts also land on dev.to and medium a few hours after publishing here.