class BackendDeveloper:
def __init__(self):
self.name = "Mobin Ghanbarpour"
self.role = "Backend Developer"
self.location = "Iran 🇮🇷"
self.education = "Software Engineering"
self.code = ["Python", "JavaScript", "C", "SQL", "Bash"]
self.interests = {
"primary": ["Web Development", "Backend Architecture"],
"exploring": ["AI/ML", "Networking", "System Design"],
"os_enthusiast": True
}
def current_status(self):
return {
"working_on": "Scalable Backend Systems",
"available_for": "Open Source Collaboration",
"passion": "Building robust APIs & microservices"
}- 🔭 Currently Working On: Building scalable backend systems and RESTful APIs
- 🌱 Learning: System Design, Event-Driven Architecture, and Cloud Technologies
- 👯 Looking to Collaborate: Open-source backend projects
- 💡 Exploring: GraphQL, gRPC, and Message Queue systems
- 📚 Focus Areas: Distributed Systems, API Design, and Database Optimization