Skip to content
View alireza-rezaeifard's full-sized avatar

Block or report alireza-rezaeifard

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
alireza-rezaeifard/README.md

⚡️ Alireza Rezaeifard ⚡️

Typing Animation

Profile Views Followers

👨‍💻 About Me

from dataclasses import dataclass
from datetime import date
from typing import Dict, List, Set

@dataclass
class BackendDeveloper:
    name: str = "Alireza Rezaeifard"
    birth_date: date = date(2002, 6, 28)
    location: str = "Iran 🇮🇷"
    role: str = "Backend Developer"
    education: str = "Computer Science Student"
    
    @property
    def tech_stack(self) -> Dict[str, List[str]]:
        return {
            "languages": ["Python", "SQL"],
            "frameworks": ["Django", "Django REST Framework"],
            "databases": ["MySQL", "SQLite", "PostgreSQL"],
            "learning": ["JavaScript", "C#"],
            "tools": ["Git", "VS Code", "PyCharm", "Postman"]
        }
    
    @property
    def interests(self) -> Set[str]:
        return {
            "Backend Development",
            "System Architecture",
            "Database Design",
            "API Development",
            "Clean Code Practices"
        }
        
    def get_bio(self) -> str:
        return """
        Passionate backend developer with a focus on creating efficient and scalable web applications.
        Currently pursuing Computer Science while building robust backend solutions with Django.
        Always eager to learn new technologies and best practices in software development.
        """

me = BackendDeveloper()

🛠️ Technical Expertise

🔥 Primary Stack

💾 Databases

📚 Currently Learning

📊 GitHub Analytics

GitHub Stats Streak Stats
Most Used Languages

🌟 Expertise Areas

Backend Development    ████████████████████░   90%
Django Framework      ████████████████████░   90%
Database Design       ███████████████████░░   85%
API Development       ██████████████████░░░   80%
Version Control       ██████████████████░░░   80%
System Design         ████████████░░░░░░░░░   60%
Frontend Basics       ████████░░░░░░░░░░░░░   40%

🎯 Current Goals & Focus

Short Term

  • 🔧 Master Django REST Framework
  • 📱 Build scalable API architectures
  • 🎓 Excel in Computer Science studies

Long Term

  • 🌐 Become a Full-Stack Developer
  • 🚀 Contribute to major open-source projects
  • 📚 Mentor aspiring developers

🏆 Achievements & Certifications

Trophies

📈 Contribution Graph

Activity Graph

💫 Personal Traits

  • 🎯 Detail-oriented problem solver
  • 🔄 Continuous learner
  • 🤝 Team collaborator
  • ⚡ Quick adapter to new technologies
  • 🎭 Creative thinker

🤝 Let's Connect and Create Something Amazing!


Snake animation

"Code is poetry written in logic" 💻

Popular repositories Loading

  1. alireza-rezaeifard alireza-rezaeifard Public

  2. smart-resident-guard smart-resident-guard Public

    Forked from truthofmatthew/persian-license-plate-recognition

    pelak-khan

    Python

  3. account account Public

    customized user model for django

    Python