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)
}
Pinned Loading
-
-
-
-
Ticket_and_Order_Service
Ticket_and_Order_Service PublicForked from NexTicket/Ticket_and_Order_Service
Tickets and Orders management
Python
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.



