class Riju:
name = "Riju"
location = "India ๐ฎ๐ณ"
role = "Software Developer"
languages = ["Python", "Rust", "JavaScript", "SQL"]
frameworks = ["Django", "FastAPI", "Tauri"]
libraries = ["SQLAlchemy", "Pydantic", "Selenium"]
tools = ["Docker", "Nginx", "Redis", "Git", "Postman", "GitHub Actions"]
databases = ["PostgreSQL", "MySQL", "MongoDB"]
cloud = ["Azure"]
ai_tools = ["ChatGPT", "Claude", "GitHub Copilot"]
def say_hi(self):
print("Thanks for visiting my profile! Let's build something amazing ๐")
me = Riju()
me.say_hi()โญ๏ธ From Riju with โค๏ธ from India
