Hey! I'm a Full Stack Engineer with a knack for backend development. I build scalable systems, clean APIs, and love solving complex problems with elegant solutions. When not diving deep into code, you'll catch me exploring AI technologies. Sometimes breaking things, but mostly creating something unique - one commit at a time! β‘
class RavisinghChauhan:
def __init__(self):
self.role = "Software Engineer"
self.location = "Mumbai, India"
self.code = {
"backend": ["Python", "Node.js", "FastAPI", "Flask"],
"frontend": ["JavaScript", "React", "HTML", "CSS"],
"languages": ["C++", "SQL"]
}
self.current_focus = {
"cloud": ["AWS", "Azure", "S3", "Azure Functions"],
"ai_ml": ["YOLOv8", "Generative AI", "Lama3.1/3.2"],
"tools": ["Docker", "Redis", "Celery", "Microservices"]
}
self.fun_fact = "I can debug faster than I can drink coffee β‘"
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together!")


