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": ["Backend", "IoT", "DevOps"],
"exploring": ["AI/ML", "System Design", "Cloud Native"],
"os_enthusiast": True
}
def current_status(self):
return {
"working_on": "Backend, IoT & DevOps",
"available_for": "Open Source Collaboration",
"passion": "Building scalable systems & IoT solutions"
}- 🔭 Currently Working On: Backend, IoT & DevOps
- 🌱 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