-
Leveraging Go generics for input validation
2025-01-02
Go's generics may not be as extensive as those in other languages, but they still offer powerful capabilities. In this article, I'll demonstrate how I utilize generics to simplify and enhance validation in my projects.
-
Easy Auto-Reload with Server-Sent Events in Go
2024-12-30
Reloading pages every time we make a change in development can be a little tiresome. Discover how SSE can streamline auto-reloading for a smoother development process in Go.