from datetime import datetime
class SoftwareEngineer:
def __init__(self):
self.name = "Himanshu"
self.username = "himanshu748"
self.location = "π"
self.last_updated = "2025-01-11 11:08:06 UTC"
self.languages = {
"expert": ["Python", "AWS", "LangChain"],
"intermediate": ["JavaScript", "Docker", "FastAPI"],
"learning": ["Kubernetes", "React"]
}
def get_current_interests(self):
return [
"Large Language Models π€",
"Cloud Architecture βοΈ",
"System Design π―",
"API Development π"
]
me = SoftwareEngineer()
print(f"π Welcome to {me.name}'s Code Universe!")
π€ AI Development Building intelligent systems using LangChain and AWS |
βοΈ Cloud Architecture Designing scalable solutions with AWS services |
π API Development Creating robust APIs with FastAPI and Python |
π Data Engineering Building data pipelines and analytics solutions |
?