Hello, I'm Lucas, a Junior Backend Developer passionate about creating robust and optimized solutions. I am in my final year of university studies in Software Development at the National University of La Matanza.
In my professional development experience, I participate in the construction of API REST and optimization of microservices using technologies such as Go and Node.js.
I am currently working as a software developer in
Grava.io.
type TechStack struct {
Backend []string
Frontend []string
Testing []string
Database []string
DevOps []string
OperatingSystems []string
}
var myStack = TechStack{
Backend: []string{"go", "node.js", "java", "gin", "spring"},
Frontend: []string{"react", "next.js", "css"},
Testing: []string{"jest", "mocha", "junit", "hoppscotch"},
Database: []string{"postgresql", "couchdb", "valkey", "mysql", "mongodb"},
DevOps: []string{"docker", "github-actions", "cloud-enviroments", "cloud-deploys"},
OperatingSystems: []string{"linux", "windows"},
}

