👨🏻💻 Programador de día y Arquero de Futsala por las noches :3. Mi stack más usual es Python/Django con Angular pero también he usado PHP, Node, Go y en algunas ocasiones básicas React, Vue, cositas en Devops
package me
type About struct {}
func (me About) getCurrentWorkplace() string {
return "#OpentToWork"
}
func (me About) getSkills() []string {
return []string{"PHP/Laravel", "Python/Django/Fastapi", "Golang/Echo/Gorm",
"Node/Express/Nestjs", "Angular/Tailwind", "Jest/Selenium",
"Postgres/SQL Server,Mongo,Redis"}
}
func (me *About) getJuniorSkills() []string {
return []string{"Vuejs", "ReactJs", "Wordpress", "Spring Boot", "Devops/AWS/Azure"}
}