Manuel Doncel Martos
manuelarte.bsky.social
Manuel Doncel Martos
@manuelarte.bsky.social
Software Developer currently working with Go, but with a strong Java background. Looking forward to create open source software that people use!
June 18, 2025 at 12:05 PM
I built a vulnerable Go app github.com/manuelarte/g... to demonstrate cybersecurity vulnerabilities like SQLi, CSRF, and SSRF through hands-on attacks. A practical way to learn (or teach) security flaws in web apps.
Ideas or contributions are welcome!
#OWASP #Go #CyberSecurity #WebSecurity
GitHub - manuelarte/gowasp: Go application to explain some of the main 🌐 OWASP vulnerabilities ☣️
Go application to explain some of the main 🌐 OWASP vulnerabilities ☣️ - manuelarte/gowasp
github.com
May 5, 2025 at 7:30 PM
We are using gorm.io, and we need pagination. I was not happy using `scopes`, so I decided to ask for feedback on how to implement pagination, and come up with this library. PaGORMinator (github.com/manuelarte/p...).
After several months using it, I can say I am happy with the result!
GORM
The fantastic ORM library for Golang aims to be developer friendly.
gorm.io
April 28, 2025 at 12:24 PM
My Go linter funcorder (github.com/manuelarte/f...) got included in @golangci-lint.run since version v2.1.0!

Many thanks to @ldez.dev for helping me!
GitHub - manuelarte/funcorder: Go Linter 🧐 that checks the order of functions, methods, and constructors
Go Linter 🧐 that checks the order of functions, methods, and constructors - manuelarte/funcorder
github.com
April 24, 2025 at 8:14 PM