class SouvikMahanta:
def __init__(self):
self.role = "AI/ML Developer & Backend Architect"
self.languages = ["Python", "Go", "JavaScript", "SQL"]
self.expertise = ["Machine Learning", "API Development", "Security", "Cloud"]
self.focus = "Building scalable AI systems with robust security foundations"
self.available = True # Open to exciting opportunities π
def current_stack(self):
return {
"AI/ML" : ["PyTorch", "TensorFlow", "scikit-learn", "LangChain"],
"Backend" : ["FastAPI", "Django", "Go", "GraphQL"],
"Infra" : ["Docker", "Kubernetes", "AWS", "Terraform"],
"Security" : ["Zero-Trust", "JWT/OAuth2", "Pen Testing", "OWASP"],
}
def say_hello(self):
return "Let's build something extraordinary together. π"
me = SouvikMahanta()
print(me.say_hello())"I transform complex problems into elegant solutions by combining AI, security, and scalable architecture."

