blogs
a collection of things i’ve learned, broken, fixed, and explored. if it made me think, it probably ended up here.
filter by tags

WebSockets 101
This blog covers the fundamentals of WebSockets, why they are needed, and how real time communication works on the web. The goal is to help you get started by understanding WebSockets, their basic implementation, and useful resources to explore further.
WebSocketsTypeScriptBun
+1
December 14, 2025

Getting Started with Zod
A beginner friendly guide to validating data in TypeScript using Zod’s powerful schema system—making your apps safer, cleaner, and more predictable.
TypeScriptZodWeb Development
July 23, 2024