Skip to content

Evert's Dugout

I'm a programmer. I'm mostly focused on building API's, HTTP-related applications and improving development processes.

  • By Evert Pot
  • Based in Canada
  • Roughly seven posts per year
  • First post on

Posts per month

Data for this chart is available in the table below
Posts per month
Month starting Posts
Jan 2022 2
Feb 2022 0
Mar 2022 2
Apr 2022 0
May 2022 0
Jun 2022 1
Jul 2022 0
Aug 2022 1
Sep 2022 2
Oct 2022 0
Nov 2022 2
Dec 2022 0
Jan 2023 2
Feb 2023 2
Mar 2023 3
Apr 2023 1
May 2023 0
Jun 2023 0
Jul 2023 0
Aug 2023 0
Sep 2023 0
Oct 2023 1
Nov 2023 1
Dec 2023 0
Jan 2024 0
Feb 2024 1
Mar 2024 0
Apr 2024 1
May 2024 0
Jun 2024 0
Jul 2024 1
Aug 2024 0
Sep 2024 0
Oct 2024 4
Nov 2024 0

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

In the future using top-level await might be cause a backwards compatibility break in Node
Node 23 was released this week, and the hot ticket item probably is the fact that you can now require() files that use ESM (import/export). This is helpful because ESM and CommonJS (require/module.exports) are kind …
On , by Evert Pot, 1,049 words
Discovering features using HTTP OPTIONS
Say you have an API, and you want to communicate what sort of things a user can do on a specific endpoint. You can use external description formats like OpenAPI or JSON Schema, but sometimes …
On , by Evert Pot, 1,059 words
New Structured Fields RFC out, and so is my Javascript package
A new RFC was released for Structured Fields: RFC9651. What is it? HTTP headers have been a bit of a free-for all in terms of how complex values are encoded, with many headers requiring their …
On , by Evert Pot, 498 words