All
Articles 107,864Blog Posts 119,275Tech Tutorials 27,291Research Papers 22,422News 16,433
⚡ AI Lessons

Dev.to · Gbubemi Attah
1mo ago
I built ginvalidator — middleware-based request validation for Gin, modeled on express-validator
Here's how validation in a Gin handler usually goes. You bind JSON to a struct. You write...

Dev.to · Gbubemi Attah
🔧 Backend Engineering
⚡ AI Lesson
1mo ago
validatorgo v1.0.0 is here 🎉 — the validator.js you've been missing in Go
I started this library as an internal dependency for something else I was building (a Gin middleware...

Dev.to · Gbubemi Attah
⚡ AI Lesson
1mo ago
Shipped v2 of go-js-array-methods — JS-style Filter, Map, Reduce for Go slices
If you've ever switched between JavaScript and Go in the same week, you've felt this. You're three...
DeepCamp AI