class Developer:
def __init__(self):
self.name = "Shrikant Giri"
self.role = "Full Stack Wizard ๐งโโ๏ธ"
self.location = "Earth ๐"
self.languages_spoken = ["en_US", "hi_IN"]
def say_hi(self):
print("Thanks for dropping by! Let's build something epic together!")
@property
def current_status(self):
return {
"coding": "Building scalable applications",
"learning": "System Design & Cloud Architecture",
"hobby": "Webseries ๐บ"
}
def tech_stack(self):
return {
"frontend": ["React", "Redux", "JavaScript"],
"backend": ["Django", "Python", "Go"],
"databases": ["PostgreSQL", "Redis", "MongoDB", "MySQL"],
"cloud": ["Docker"],
"tools": ["Git", "VS Code", "Postman"]
}
me = Developer()
me.say_hi()|
Python |
JavaScript |
React |
Redux |
Django |
Go |
|
PostgreSQL |
MongoDB |
MySQL |
Redis |
Docker |
Git |
|
VS Code |
Postman |
HTML5 |
CSS3 |
GitHub |
Linux |
- ๐บ Binge-watching web series
- ๐ Reading tech blogs and documentation
- ๐โโ๏ธ Exploring new technologies
- ๐ฑ Contributing to open source projects
- ๐ก Building side projects
๐ Fixed broken link syntax in installation guide and updated URLs for stable access.
Tech Stack: Python | Sphinx | reStructuredText
