Profile picture Manuel Doncel Martos

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.

$ ssh you@127.0.0.1
Initializing...
Ready to connect.
Waiting for contact request...
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",
	},
}

GitHub Kudos

A way to show support to GitHub users.

Open Project Website

Gocron-gorm-lock

An open source implementation for go-co-op/gocron locker using Gorm.

Open Project Website

PaGORMinator

An open source pagination implementation for Gorm.

Open Project Website
Built with Astro