package main
import (
"fmt"
)
type Engineer struct {
Name string
Role string
CoreCompetencies []string
Expertise string
ActivelyLearning string
}
func main() {
amirhossein := Engineer{
Name: "Amirhossein Shirazi",
Role: "Backend Software Engineer",
CoreCompetencies: []string{"System Design", "Scalable Architectures", "Clean Code", "DevOps"},
Expertise: "NestJS & Modern Backend Ecosystems",
ActivelyLearning: "Advanced Go (Golang) patterns & Microservices",
}
fmt.Printf("Building secure, production-ready systems. %+v\n", amirhossein)
}
👨💻
Focusing
BackEnd Developer
stacks: Nest.js, Node.js, Django, Python
Highlights
- Pro
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

