"""
__ __ _ _ _ _ _
| \/ | ___| |__ _ __ __ _| |__ | | | | ___ ___ ___ __ _(_)_ __
| |\/| |/ _ \ '_ \| '__/ _` | '_ \ | |_| |/ _ \/ __/ __|/ _` | | '_ \
| | | | __/ | | | | | (_| | |_) | | _ | (_) \__ \__ \ (_| | | | | |
|_| |_|\___|_| |_|_| \__,_|_.__/ |_| |_|\___/|___/___/\__,_|_|_| |_|
"""
class MehrabHossain:
def __init__(self):
self.name = "Mehrab Hossain"
self.title = "Software Developer | Python Β· AI/ML Β· Game Dev"
self.expertise = {
"Backend": ["Python", "FastAPI", "Django", "Flask"],
"AI/ML": ["PyTorch", "LangChain", "OpenCV", "Pandas"],
"Game Dev": ["Godot", "Unity", "Pygame", "C#"],
"Infrastructure": ["Docker", "PostgreSQL", "Git", "CI/CD"]
}
def __str__(self):
return f"""
{self.name}
{self.title}
{"-"*40}
{"Building robust systems with creative solutions".center(40)}
"""
def contact(self):
return """
[Web] mehrabhossain.vercel.app
[Email] mehrab.cse16@gmail.com
[LinkedIn] linkedin.com/in/mehrabhossain
[GitHub] github.com/m3hrab
[Twitter] twitter.com/m3hrab
"""
def current(self):
return """
- Open for new opportunities
- Developing AI backend systems
- Contributing to open-source projects
- Learning: Systems design & optimization
"""
print(MehrabHossain())
print("Technical Toolkit:")
for category, tech in MehrabHossain().expertise.items():
print(f"{category + ':':<12} {', '.join(tech)}")
print("\nCurrently:")
print(MehrabHossain().current())
print("\nConnect with me:")
print(MehrabHossain().contact())
Python |
C++ |
C# |
JavaScript |
GDScript |
Django |
Flask |
FastAPI |
React |
Tailwind |
Bootstrap |
HTMX |
Selenium |
OpenCV |
PyQt |
PostgreSQL |
MySQL |
MongoDB |
AstroDB |
Docker |
Git |
GitHub |
Vercel |
Unity |
Godot |
Python βββββββββββββββββββ 65.42%
JavaScript βββββββββββββββββββ 22.17%
C# βββββββββββββββββββ 15.39%
GDScript βββββββββββββββββββ 10.75%
HTML/CSS βββββββββββββββββββ 5.93%