Blog.
Notes from my Obsidian vault: thoughts and experiments shaped by the Zettelkasten system, then refined with LLMs into pieces with a beginning, middle, and end before being published here.
Filter by tag 4 posts in golang
All posts
agile
ai
algorithms
auth-js
authentication
backend
bdd
bundlers
career
css
cucumber
data-structures
design-patterns
devops
frontend
fusionauth
golang
javascript
kubernetes
microsoft-entra
modules
observability
oidc
okta
performance
project-management
react
resources
security
software-architecture
sso
testing
typescript
workflow
Domain-Driven, Data-Oriented Design (DDDOD)
Bill Kennedy’s Go-centric take on DDD focusing on data flow, validation, and layered boundaries.
Gophers 2025 — Event Report
Comprehensive recap of the Gophers 2025 conference (13–14 May) including sessions, workshops, detailed technical notes, and recommended next steps for Go teams.
Package Oriented Design
Bill Kennedy’s approach to Go package design: purpose-driven packages, clear boundaries, and modular structure.
Go Serialization Options
How Go types expose custom wire formats with MarshalText, MarshalJSON, and helper-based serialization.