Profile picture Manuel Doncel Martos

Manuel Doncel Martos

Team Lead

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",
		"Domain design",
		"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

Milogo

Partial JSON (Field Selection) for Gin framework.

Open Project Website
Built with Astro