
Manuel Doncel Martos
Full Stack Developer
Alphen aan den Rijn, The Netherlands
I am a Software Engineer with over a decade of experience in Java/Spring Boot and Go, passionate about designing software systems/architectures that solve real problems. I enjoy developing open source tools, exploring Computer Vision with Python, and creating innovative software solutions.
type Developer struct {
name string
skills []string
interests []string
}
// [Developer] profile
var me = Developer{
name: "Manuel Doncel Martos",
skills: []string{
"Java", "Go", "Python", "Sprint Boot",
"Kubernetes", "Docker", "Terraform",
},
interests: []string{
"Open Source",
"Security",
"Football",
},
}
Gocron-gorm-lock
An open source implementation for go-co-op/gocron locker using Gorm.
Open Project Website