TIL example.com

Today I learned about 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.