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 four posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2020 9
2021 4
2022 10
2023 10
2024 2

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

Most recent posts

Moving on from Mocha, Chai and nyc.
I’m a maintainer of several small open-source libraries. It’s a fun activity. If the scope of the library is small enough, the maintenance burden is typically fairly low. They’re usually mostly ‘done’, and I occasionally …
On , by Evert Pot, 416 words
OAuth2 client updates
I just released v2.3.0 of @badgateway/oauth2-client, which I wrote because there weren’t any lean, 0-dependency oauth2 clients with modern features such as PKCE. This new version includes support for: Resource Indicators for OAuth 2.0 (RFC8707). …
On , by Evert Pot, 46 words
Using JSX on the server as a template engine
The React/Next.js ecosystem is spinning out of control in terms of magic and complexity. The stack has failed to stay focused and simple, and it’s my belief that software stacks that are too complex and …
On , by Evert Pot, 1,845 words