class ShomiKhan:
def __init__(self):
self.role = "Software Engineer"
self.interests = [
"Low-Level Systems π οΈ", "Machine Learning π€",
"Web Development π", "Optimizing Algorithms π"
]
self.languages = {
"verbal": ["bn-BD", "en-US"],
"programming": ["Python", "Go", "Javascript", "C++"]
}
self.hobbies = [
"Solving Tech Challenges π§©", "Riding Bicycle π΄", "Binging on Anime β©οΈ"
]
self.technologies = {
"frameworks": {
"backend": ["Django", "DRF", "FastAPI", "Gorilla"],
"frontend": ["Angular", "React"]
},
"databases": ["PostgreSQL", "Redis"],
"tools": ["Docker", "Nginx", "Shell Scripting", "Linux"],
"libraries": [
"Pandas", "NumPy", "BeautifulSoup", "PyTorch", "Pydantic"
],
"message_queue": ["RabbitMQ"],
"cloud": ["AWS"]
}
def greet(self):
print('''
Hello,
I love to chat π¨οΈ rather than talk.
If you ping me with a `hi`, I'll be happy to chat with you more! π
''')
if __name__ == "__main__":
me = ShomiKhan()
me.greet()
-
GroupyFy Inc.
- Kushtia, Bangladesh
-
23:44
(UTC +06:00) - nahk994.github.io/
- in/shomikhan
- shomi.khan1
Pinned Loading
-
-
TinyHTTP
TinyHTTP PublicA dependency free basic HTTP server using Go which can handle HTTP requests.
Go
-
-
-
ShellStuffs
ShellStuffs PublicThis is one created to automate tasks and to play around with the command line.
Shell
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.