package main
import "fmt"
type Developer struct {
Name string
Role string
Learning []string
Focus []string
Contact string
}
func main() {
me := Developer{
Name: "Anuj Tiwari",
Role: "Go Developer & Full Stack Engineer",
Learning: []string{"Go Lang", "AWS", "DevSecOps"},
Focus: []string{"Backend Systems", "DevOps", "Cloud"},
Contact: "[email protected]",
}
fmt.Printf("Hello, World! I'm %s 👋\n", me.Name)
}
Go |
JavaScript |
TypeScript |
React |
Next.js |
HTML5 |
CSS3 |
Tailwind |
Node.js |
Express |
PostgreSQL |
MongoDB |
Redis |
Docker |
Kubernetes |
AWS |
Git |
VS Code |
Figma |
Postman |
Vite |

