Hello World! I'm
Yash Arya
Backend Engineer && Problem Solver
I write code that makes servers happy and databases efficient.
Currently crafting microservices at Wealthy, where I turn
coffee into Go code.

// 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

/* about_me.go */

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",

}

}


About Me

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.

// Fun fact:I write such good code that my rubber duck debugging sessions turned into TED talks.

Core Technologies:

Go
Python
JavaScript
TypeScript
Java
C++

Technical Stacks

// The tools I debug with

Programming Languages
const languages = [
Go
// My daily driver
Java
// For when I miss semicolons
Python
// Because readability counts
C++
// For memory lane trips
JavaScript
// Because everything is an object
];
Backend Expertise
Multithreading
TCP/IP
HTTP
UDP
Operating Systems
Cloud Computing
Databases
Networking

// Fun fact: I speak TCP/IP better than I speak human languages

Frontend Technologies
HTML
CSS
DOM Manipulation
React
React Native
Flutter
Swift UI

// Yes, I can center a div

Tools & Frameworks
Go-Gin
Django
Spring Boot
Express
Docker
PostgreSQL
MongoDB
AWS
GCP
Azure
Kubernetes
Jenkins
Git

// I'm a tool-agnostic developer

Work Experience
$ cat career_history.log
backend.service.ts
Backend Engineer
@Wealthy
Aug 2024 - Present
  • Created and optimized Go microservices for real-time financial data processing
  • Integrated Slack bots for automated reporting and team communication
  • Developed scalable Django microservices for insurance domain
Go
Django
AWS
Microservices
Docker
developer.config
Software Engineer
@HCL Tech
Previous Role
  • Collaborated with cross-functional teams on software development projects
  • Gained hands-on experience in full software development lifecycle
Software Development
Team Collaboration
Agile
SDLC
SLA
SAP
# Fun fact: My git commit messages are better than my dating profile
# Also: I debug in production because I like to live dangerously (just kidding)
Featured Projects
$ ls -la ~/projects/

Custom Multithreaded HTTP Server

Implemented a multithreaded application to understand TCP and HTTP/1.1 protocol design. Because who needs sleep when you can handle concurrent connections?

Java
Multithreading
HTTP
TCP/IP

Custom DNS Server

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.

UDP
DNS
Networking

Python Price Scrapper

Developed a web scraper to monitor prices of products on e-commerce websites. Because who doesn't like a good deal?

Python
Web Scraping
BeautifulSoup
/* These projects are like my children - they keep me up at night and have bugs I can't explain */
Education
$ cat /var/log/education.log
Scaler School of Technology
Software Engineering
Currently expanding my tech horizons and debugging my knowledge gaps
DSA
System Design
Advanced Algorithms
Software Architecture

/* Learning: O(log n) but coffee consumption: O(n²) */

Birla Institute of Technology and Science, Pilani
B. Sc. Computer Science
Where I learned that semicolons are not optional and indentation matters
Computer Science
Data Structures
Web Development
Operating Systems
Database Management Systems

// Graduated with a degree and caffeine addiction

Continuous Learning
Because in tech, if you're not learning, you're debugging outdated code.
while(alive) {
learn();
code();
debug();
coffee++;
}
Fun Corner
$ echo "Because life isn't all about semicolons"
Life.interests()
while (energy > 0) {
swimming();
exploreMountains();
studyAI();
roadTrip();
}
When not fixing bugs, you'll find me:
  • Swimming (because floating is better than null pointer exceptions)
  • Road tripping (because life is a journey, not a destination)
  • Hiking (because mountains have better views than code)
Dev Jokes.js
// Why do programmers prefer dark mode?
Because light attracts bugs! 🪲
try {
coffee.drink();
code.write();
} catch (CoffeeEmptyError) {
orderMore();
}
My code doesn't have bugs,
it just develops random unexpected features! 🎯
Contact
$ ssh user@yasharya
// Quick Response Promise

async def response_time(has_coffee):
if has_coffee:
return "ASAP! (Running on asyncio and espresso ☕)"
return "Soon (after a quick coffee coroutine)"
// Send me a message