Backend Developer @ Viaplus · Learning, Building, Expressing
class Vinamra:
def __init__(self):
self.name = "Vinamra Vaswani"
self.role = "Backend Engineer @ Viaplus (R&D)"
self.graduation_year = 2025
self.location = "India"
self.focus = [
"Backend Systems",
"Distributed Systems",
"API Design",
"Developer Tooling"
]
self.interests = [
"Systems Engineering",
"AI/ML & LLMs",
"EV Infrastructure",
"Open-source"
]
self.status = (
"Building reliable systems, mentoring juniors, "
"and learning by shipping real things."
)
self.skills = {
"Languages": ["Python", "Go", "JavaScript", "C++"],
"Backend": [
"FastAPI",
"REST APIs",
"WebSockets",
"Async Systems",
"Microservices (when justified)"
],
"Databases": ["MongoDB", "MySQL", "SQLite"],
"Infra & Tools": [
"Docker",
"Git",
"Postman",
"Linux",
"VS Code"
],
"Practices": [
"System Design",
"Clean Architecture",
"Testing",
"Code Reviews"
],
"Exploring": [
"LLMs",
"PyTorch",
"API Gateways",
"Observability & Monitoring"
]
}
self.hobbies = [
"Riding",
"Gym",
"Reading",
"Playing guitar",
"Making raw YouTube videos"
]
def ping(self, you="world"):
return f"Hey {you}, let's build something meaningful — or learn by breaking it."
def __repr__(self):
return f"<Vinamra | Backend • Systems • Learning>"
if __name__ == "__main__":
me = Vinamra()
print(me.ping())- Email: [email protected]
- LinkedIn: Vaswani2003
I welcome contributions to my projects! Feel free to fork any repository, make improvements, and submit a pull request. Whether it’s adding new features, fixing bugs, or improving documentation, your contributions are highly appreciated.
Thank you for visiting my GitHub profile! Let's connect and build something amazing together.