Changelogs
Short, almost journal-like entries.
Blog Posts
How to Verify Webhook Signatures
What are webhooks? How are they secured? Why should we validate a webhook's signature? And how do we validate a webhook's signature?
July 2023 Update
Been quiet for a bit. This is an update on what I've been up to.
Treat You Career Like You're Building a Startup
đ Understand your North Star. đšī¸ Build Your Minimum Viable Product. đ Understand your Market. đŖ Market Yourself. đŦ Seek Early Feedback...
That's Different to Property Management. Why Software Development?
My boring answer, is that I've always been fairly technical. I am the go-to IT support technician ...
Exhaustive Switch Statements - TypeScript
Assigning the switch expression to a never-typed variable will cause a compile-time error.
How to Build a Show Password Toggle - Web
Have you ever wondered how a Show Password toggle works? I didn't know how it worked a few days ago, but now it seems so obvious. Here's my beginner tip...