package main
import "fmt"
type Developer struct {
Name string
Role string
Focus []string
Stack []string
Mindset string
}
func main() {
me := Developer{
Name: "Mihajasoa Alain",
Role: "Full-Stack Developer — backend leaning",
Focus: []string{"Clean Architecture", "Scalable APIs", "DX"},
Stack: []string{"Go", "NestJS", "Spring Boot", "Next.js"},
Mindset: "Ship small, iterate fast, keep the core simple.",
}
fmt.Printf("%+v\n", me)
}
Highlights
- Pro
Pinned Loading
-
Shifumi-Multiplayer
Shifumi-Multiplayer Publica realtime game, multiplayer for shifumi game
TypeScript
-
inspire
inspire PublicA tiny Linux CLI that prints a random inspirational quote and exits made with Golang — perfect for .bashrc/.zshrc greetings. Installable from the AUR.
Go
-
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.


