Skip to content
View DDRMin's full-sized avatar

Block or report DDRMin

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
DDRMin/README.md

type Engineer struct {
    Name       string
    Role       string
    Interests  []string
    Currently  string
}

func main() {
    me := Engineer{
        Name:      "Deepthi Damruwan",
        Role:      "CSE Undergraduate",
        Interests: []string{"Distributed Systems", "Cloud Architecture", "Developer Tooling"},
        Currently: "Designing resilient microservices & automating everything",
    }
    fmt.Println("Building things that don't break at 3am →", me)
}

⚡ Tech Stack

🔤 Languages

🎨 Frontend

⚙️ Backend

🗄️ Databases

📨 Messaging & Streaming


🌐 API Gateway & Reverse Proxy


☁️ Cloud

🛠️ DevOps & Tools


📊 GitHub Analytics


📈 Contribution Activity


Pinned Loading

  1. DIY-expressJS-APIgateway DIY-expressJS-APIgateway Public

    TypeScript

  2. GO-Backend GO-Backend Public

    Go

  3. MovieSearch MovieSearch Public

    TypeScript

  4. Ticket_and_Order_Service Ticket_and_Order_Service Public

    Forked from NexTicket/Ticket_and_Order_Service

    Tickets and Orders management

    Python