Skip to content
View luandnh's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report luandnh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
luandnh/README.md

>_ Backend Developer β€’ Go β€’ Python


πŸ“– About Me

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)
}

⚑ GitHub Stats


πŸ› οΈ Tech Stack

πŸ’» Languages & Frameworks

πŸ—„οΈ Databases & Tools

🧰 More Skills (click to expand)


🎯 Current Focus

πŸ“š 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

luandnh

πŸ’‘ "Every problem has a solution"

Pinned Loading

  1. codelearn-golang codelearn-golang Public

    Go

  2. goesl goesl Public

    FreeSWITCH Event Socket Lib for Go

    Go 1

  3. go-websocket-demo go-websocket-demo Public

    Go