Skip to content
View m3hrab's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report m3hrab

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
m3hrab/README.md
Banner Image

Profile Views


About Me

"""
  __  __      _               _       _   _                     _       
 |  \/  | ___| |__  _ __ __ _| |__   | | | | ___  ___ ___  __ _(_)_ __  
 | |\/| |/ _ \ '_ \| '__/ _` | '_ \  | |_| |/ _ \/ __/ __|/ _` | | '_ \ 
 | |  | |  __/ | | | | | (_| | |_) | |  _  | (_) \__ \__ \ (_| | | | | |
 |_|  |_|\___|_| |_|_|  \__,_|_.__/  |_| |_|\___/|___/___/\__,_|_|_| |_|
"""

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())

My Tech Arsenal

Languages

Python
Python
C++
C++
C#
C#
JavaScript
JavaScript
GDScript
GDScript

Frameworks & Libraries

Django
Django
Flask
Flask
FastAPI
FastAPI
React
React
Tailwind
Tailwind
Bootstrap
Bootstrap
htmx
HTMX
Selenium
Selenium
OpenCV
OpenCV
PyQt
PyQt

Databases

PostgreSQL
PostgreSQL
MySQL
MySQL
MongoDB
MongoDB
astro
AstroDB

DevOps & Tools

Docker
Docker
Git
Git
GitHub
GitHub
Vercel
Vercel

Game Development

Unity
Unity
Godot
Godot

AI & Advanced Tech

LangChain LangFlow Ollama NumPy Pandas BeautifulSoup AstraDB

Featured Projects

Connect With Me

πŸ“… Weekly Coding Stats

Python      β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘   65.42%
JavaScript  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   22.17%
C#          β–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   15.39%
GDScript    β–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   10.75%
HTML/CSS    β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘    5.93%

Pinned Loading

  1. The-Last-Message The-Last-Message Public

    "The Last Message" is a game inspired by the July 2024 student revolution in Bangladesh. In the game, you must carry an important message while avoiding regime government forces and their supporter…

    GDScript

  2. Real-time-face-detection Real-time-face-detection Public

    An AI model that detects and recognizes a specific human face using deep learning, even in crowds or different environments."

    Python

  3. cp-gym cp-gym Public

    A Repository for Competitive Programming Challenges

    Python

  4. Aim-Trainer Aim-Trainer Public

    Python

  5. Wings-of-Harmony Wings-of-Harmony Public

  6. doctor_appointment_booking_system doctor_appointment_booking_system Public

    PHP