// Fun fact: I debug with println() and I'm not ashamed of it
// Another one: My code is like my coffe - strong, reliable, and occasionally bitter
package main
type Engineer struct {
name string
location string
role string
}
func NewEngineer() Engineer {
return Engineer{
name: "Yash Arya",
location: "Bengaluru, India",
role: "Backend Engineer",
}
}
Currently building the future of fintech at Wealthy, where I architect and develop Go microservices that handle real-time financial data. My tech stack includes the Go-Gin Framework, Django, and a variety of cloud-native tools.
My approach to engineering is like my approach to solving a Rubik's cube - methodical, pattern-oriented, and occasionally involves staying up too late trying to figure out why something isn't aligned properly.
// The tools I debug with
// Fun fact: I speak TCP/IP better than I speak human languages
// Yes, I can center a div
// I'm a tool-agnostic developer
Implemented a multithreaded application to understand TCP and HTTP/1.1 protocol design. Because who needs sleep when you can handle concurrent connections?
Built a DNS server from scratch to understand UDP connections and domain name resolution. Because sometimes you need to know what's in a name.
/* Learning: O(log n) but coffee consumption: O(n²) */
// Graduated with a degree and caffeine addiction