I Engineer

A Software Engineer specializing in building robust, scalable web platforms and AI-powered solutions with Python and Django.

def get_intro():

A professional portrait of Mubin Attar, Software Engineer

// A passion for architecting intelligent systems.

Hello! I'm Mubin, a Software Engineer who thrives at the intersection of AI/ML and robust backend development. My work is centered on transforming complex business requirements into clean, scalable, and production-ready code.

self.core_focus = "Building data-driven applications with Python, Django, and modern cloud infrastructure."

From designing enterprise systems in healthcare to pioneering predictive analytics, I specialize in the full development lifecycle. I believe the best solutions are not just functional, but are also maintainable, efficient, and built for the future.

3+

Years of Experience

15+

Projects Completed

Python

Core Technology

def get_skills():

A continuous reel of the tools and technologies I use to build modern, scalable applications.

Core Python & Patterns
Python
                    
class PythonExpertise:
    def __init__(self):
        self.paradigms = [
            "OOP & Design Patterns",
            "Functional Constructs"
        ]
        self.features = {
            "concurrency": "AsyncIO & Multithreading",
            "metaprogramming": "Decorators, Generators",
            "testing": "Pytest, Mocking & Coverage",
            "packaging": "Poetry & Pipenv"
        }
                    
                  
Backend & API Design
Python
                    
# High-performance, scalable backend services

config = {
    "frameworks": ["Django", "FastAPI", "Flask"],
    "api_design": ["REST", "GraphQL"],
    "authentication": ["JWT", "OAuth2"],
    "async_tasks": {
        "broker": "Redis",
        "worker": "Celery"
    },
    "version_control": True
}
                    
                  
Databases & Data Modeling
SQL
                    
  CREATE TABLE skills (
    id SERIAL PRIMARY KEY,
    category VARCHAR(50) NOT NULL,
    skill_name VARCHAR(100) NOT NULL,
    is_advanced BOOLEAN DEFAULT false
  );

  -- Proficient in PostgreSQL, MySQL
  -- Django ORM & Query Optimization
  -- Advanced SQL (Window Functions, CTEs)
  -- Caching with Redis
                    

                  
AI / ML Integration
AI/ML
                    
  class ML_Pipeline:
      """End-to-end ML workflows."""

      libs = ["Scikit-learn", "PyTorch", "Pandas"]

      def process(self, data):
          # 1. Feature Engineering
          # 2. Model Building (XGBoost, NNs)
          # 3. Model Serialization (ONNX)
          # 4. Serving via FastAPI
          pass
                    
                  
DevOps & Deployment
DevOps
                    
  # Automating the path to production services

  app:
    build: .
    image: my-django-app
    command: gunicorn --bind 0.0.0.0:8000 app.wsgi

  nginx:
    image: nginx:latest
    ports:
      - "80:80"

  # CI/CD with GitHub Actions
  # Cloud: AWS (EC2, S3, RDS)
                    
                  
Frontend Integration
Frontend
                    
  const skills = {
    core: ["HTML5", "CSS3", "JavaScript (ES6+)"],
    styling: "Tailwind CSS",
    interactivity: {
      dom_scripting: true,
      api_integration: ["Fetch API", "Axios"]
    },
    templating: ["Jinja2", "Django Templates"]
  };

  console.log("Connecting Python to the browser.");
                    

                  
Security & Best Practices
Security
                    
  # Writing secure and robust code
  from django.middleware.csrf import CsrfViewMiddleware
  from django.contrib.auth.hashers import make_password

  class SecurityMindset:
      awareness = [
          "XSS", "CSRF", "SQL Injection",
          "Secrets Management (env vars)"
      ]
      implementation = {
          "password_hashing": ["bcrypt", "Argon2"],
          "https_setup": "Let's Encrypt"
      }
                    
                  
Tooling & Productivity
Tools
                    
  # My Development Environment
  IDES="VS Code, PyCharm"
  LINTERS="black, flake8, isort"
  VERSION_CONTROL="Git, GitLens"
  API_CLIENTS="Postman, Insomnia"

  echo "⚙️ Mastering tools of the trade for maximum efficiency and code quality."
                    

                  

while career.is_active:

Tracing my professional journey and key milestones in software engineering.

def connect():

Have a project in mind or just want to say hello? Let's get in touch.

Let's Connect

I'm currently seeking new opportunities and am open to collaboration. If you have a project in mind or just want to connect, feel free to reach out.

Send a Message