
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",
"Domain design",
"Security",
"Football",
},
}
Gocron-gorm-lock
An open source implementation for go-co-op/gocron locker using Gorm.
Open Project Website