// 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 working at Quartic.ai, where I architect and develop data-driven solutions that process and analyze large-scale datasets in real-time. My work revolves around creating efficient, scalable systems using modern technologies and 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
© 2025 Yash Arya. All rights reserved.
Made with ❤️ in India