Signing Git repositories in GitHub

Setting up GitHub and your development environment so you can sign Git commits is simple and it means you get those nice verified badges on GitHub!

Read more

Moving up the Stack with NATS

For as long as I can recall, I have a fascination with communication systems and have a bias for how machines communicate with each other to convey intent and meaning.

Read more

Webhook Design Patterns

Webhooks are lovely little blobs of joy and provide most probably the simplest form of integration for developers and system architects.

Read more

Socket disconnected before secure TLS connection was established

TL;DR; When deploying NextJS to Vercel, write code ahead of time knowing it’s going to run on AWS Lambdas and make sure you’re giving your server-side code time to execute.

Read more