
Manuel Doncel Martos
Team Lead
Alphen aan den Rijn, The Netherlands
I am a Software Engineer with over a decade of experience who loves tackling complex problems and making them simple through clear, domain-driven design. Iām passionate about crafting software architectures that solve real-world challenges and create lasting value. I enjoy building open source tools and exploring innovative ways to turn difficult ideas into elegant, practical solutions.
type Developer struct {
Name string
Skills []string
Interests []string
}
// [Developer] profile
var Me = Developer{
Name: "Manuel Doncel Martos",
Skills: []string{
"Software Architecture",
"Domain-Driven Design",
"Complex Problem Solving",
"Release oriented",
},
Interests: []string{
"Open Source",
"Security",
"Football",
},
}
Gocron-gorm-lock
An open source implementation for go-co-op/gocron locker using Gorm.
Open Project Websitefuncorder
Go Linter š§ (available in golangci-lint) that checks the order of methods and constructors.
Repositoryembeddedstructfieldcheck
Go Linter š§ (available in golangci-lint) that checks that embedded fields should be at the top of the field list of a struct, and there must be an empty line separating embedded fields from regular fields. Topics
Repositorystructinit
Go Linter š§ to ensure struct's field initialization order matches struct's field declaration.
Repositoryfuncorder-rs
š¦ Rust Linter š§ to check that methods are ordered as constructor-public-private.
Repository