There are lots of great blog posts and instructional examples on how to build packages and push them to npm or GitHub Packages.
Blog
Latest posts from ipengineer.net, arsonistgopher.com and dave.dev

Single table design has changed the way I approach database backed applications and I will say, how I model data has improved drastically once you start viewing the world through single table eyeballs.

When you have access to a resource that’s server bound, like a database, the way you think about consuming that resource is tied to performance and storage.

This short write-up is to explain the tweet below I committed to the ether of the internet.

Webhooks are the sticky tape of system integration and how you deal with them is key to ensuring a happy system.