βββββββββββββββββββββββββββββββββββββββββ
β Emilio Ortiz Β· Backend Engineer β
βββββββββββββββββββββββββββββββββββββββββ
package main
type Engineer struct {
Name string
Focus string
Stack []string
Status string
Learning string
NextMove string
}
func main() {
me := Engineer{
Name: "Emilio Ortiz",
Focus: "Backend Engineering",
Stack: []string{"Go", "Node.js", "TypeScript", "React", "Next.js"},
Status: "Junior Β· ~3 years Β· finishing CS degree",
Learning: "Systems design, Go internals",
NextMove: "Cybersecurity",
}
_ = me // still building...
}- π§ Β building backend services with Go
- π Β finishing my CS degree (~1 year left)
- π Β exploring cybersecurity on the side
- π¬ Β open to backend / fullstack opportunities



