Skip to content
View rabbitix's full-sized avatar
✌️
coding python
✌️
coding python

Block or report rabbitix

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
rabbitix/readme.md

🐍 Ali Fazeli | Python Backend Engineer

Typing SVG

Profile Views

πŸ§ͺ Technical DNA

class AliFazeli:
    def __init__(self):
        self.name = "Ali Fazeli"
        self.role = "Backend Engineer"
        self.language_spoken = ["en_US", "fa_IR"]
        self.email = "rabbitix98@gmail.com"
    
    def tech_stack(self):
        return {
            "backend": {
                "languages": ["Python"],
                "frameworks": ["FastAPI", "Django"],
                "orm": ["SQLAlchemy"],
                "validation": ["Pydantic v2", "Python built-in types"],
            },
            "architecture": ["Clean Architecture", "Domain-Driven Design"],
            "containerization": ["Docker"],
            "version_control": ["Git"],
            "databases": ["SQL"]
        }
    
    def current_focus(self):
        return "Building maintainable APIs with FastAPI + Pydantic + SQLAlchemy"

πŸ—οΈ Architecture Philosophy

I follow a structured approach to backend development, organizing my projects with clear separation of concerns:

src/
β”œβ”€β”€ configs/        # Application configuration
β”œβ”€β”€ helpers/        # Utility functions and exception handling
β”œβ”€β”€ logics/         # Business logic implementation
β”œβ”€β”€ model/          # Domain models, DTOs, and type definitions
β”œβ”€β”€ repositories/   # Data access layer with adapters
└── services/       # Service layer implementation

πŸ’» Tech Arsenal

Python FastAPI Pydantic SQLAlchemy Docker Git SQL Django

πŸ“ˆ Codebase Analytics

πŸš€ Development Philosophy

  • Clean Architecture: Clear separation between domain logic and technical implementation
  • Type Safety: Leveraging Python's type system and Pydantic for robust validation
  • Maintainability: Structured code organization for long-term sustainability
  • Performance: Optimized backend systems built for scale

πŸ“« Connect


Snake animation

⭐ Star my repositories if you find them useful! ⭐

Pinned Loading

  1. APD APD Public

    Aparat Playlist Downloader script using request and beautifulSoup

    Python 3

  2. search in table data with css search in table data with css
    1
    <!DOCTYPE html>
    2
    <html lang="fa" dir="rtl">
    3
    <head>
    4
        <meta charset="UTF-8">
    5
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
  3. PTB init bot with proxy PTB init bot with proxy
    1
    import logging
    2
    
                  
    3
    from telegram.ext import (Updater, Dispatcher, ConversationHandler, CommandHandler,
    4
                              MessageHandler, RegexHandler, Filters,
    5
                              CallbackContext,)
  4. SyntaxArc/ArchiPy SyntaxArc/ArchiPy Public

    Architecture + Python – perfect for structured design.

    Python 13 3