Go PGO

Profile-guided optimizations in Go.

SQLite CLI

Learning about the SQLite Command Line Interface.

Caddy local CA

Firefox does not recognize Caddy's local Certificate Authority by default.

Obsidian web clipper

My bookmarklet to clip web pages to Obsidian.

example.com

IANA reserved domains.

The Domain Name System (DNS)

What I learned about DNS so far.

Aliasing your Mastodon handle

Using a custom domain to alias your Mastodon handle.

Handling Go handlers

Learning about the HTTP request multiplexer, handlers and middleware in Go.

Audio transcoding with AWS Lambda

Transcoding short audio files with Amazon Elastic Transcoder or FFmpeg.

Serverless auth

Protecting AWS API Gateway endpoints with AWS Lambda and Auth0.

AWS Lambda and the Node.js event loop

Lambda can freeze and thaw its execution context, which can impact Node.js event loop behavior.