class Mohammadreza:
def __init__(self):
self.role = "Backend Developer"
self.education = "Computer Engineering Student"
self.language_spoken = ["fa_IR", "en_US"]
self.stack = ["Python", "Django", "DRF", "PostgreSQL"]
self.currently_learning = ["Machine Learning", "Deep Learning"]
def say_hi(self):
print("Thanks for dropping by! Let's build something cool π")
me = Mohammadreza()
me.say_hi()- π I'm a Computer Engineering student who got into backend development and stuck with it
- π Most of what I build is with Python & Django β from small practice apps to full platforms with REST APIs, authentication, and real database design
- π€ Currently heading toward Machine Learning: training models and figuring out how to actually serve them behind an API instead of leaving them in a notebook
| π Project | π Description |
|---|---|
| π MaktabPlus | Online learning platform (LMS) split into several Django apps: courses & lessons, race-condition-safe enrollment, quizzes, per-course chat, and an AI study assistant |
| βοΈ Weblog | Persian, RTL-first blog platform with a full editorial workflow, comments, and a ticket-based support system |
| π Appointment & Booking | Django REST API paired with a React frontend for booking appointments and hotel stays |
| πΈ Instagram-style social app | Image uploads, follow system, feed, likes, and comments |
| π« School Management System | Django-based school management platform |
| π Mouse Maze Pathfinder | Pathfinding algorithms visualized in a maze solver |
