Articles
-
Parse, Decode, Validate: A Clean Pattern for Form Handling in Go
A simple three-step pattern that brings clarity and consistency to your web applications.
Go Web Development -
The Four-Part Prompt: How I Stopped Overcomplicating AI and Started Getting Results
Sometimes the most effective approach is the most straightforward one.
LLMs AI -
Clean and Simple Role-Based Access Control in Go with Chi Router
No complex dependencies, just clean code that secures your routes based on user roles.
Go Web Development -
Rolling Your Own Authentication in Go: Simpler Than You Think
Challenging the 'don't roll your own auth' mantra, I built a secure authentication system for Announcable from scratch.
Go Web Development -
From NextJS to Go: A Journey of Simplicity and Speed
My unexpected journey from NextJS and Supabase to a hand-crafted Go application.
Go NextJS Web Development