>_ Backend Developer β’ Go β’ Python
package main
import "fmt"
type Developer struct {
Name string
Role string
Location string
Stack []string
Currently string
FunFact string
}
func main() {
me := Developer{
Name: "LuΓ’n (LuanDNH)",
Role: "Backend Engineer",
Location: "π»π³ Ho Chi Minh City, Vietnam",
Stack: []string{"Go", "Python", "JavaScript", "Svelte"},
Currently: "M.S.E @ Fall 06/2024 - 06/2026",
FunFact: "Every problem has a solution π",
}
fmt.Printf("%+v\n", me)
}| π | Studying: Master of Software Engineering (Fall 2024 β 06/2026) |
| πΌ | Working on: Backend systems β food delivery, merchant portals, microservices |
| π | Learning: Distributed systems, gRPC, system design |
| βοΈ | Blogging: luandnh.com β tech notes & insights |
π‘ "Every problem has a solution"



