Parsa

Parsa

Backend Developer & Systems Architect

Python Django DRF Docker Linux Celery Redis Rabbitmq

Professional Experience SEC_EXP_v2.5

Junior Backend Engineer

March 2025 — Present

Sinoos Group | Full-time

  • SMS Routing Microservice

    Re-architected a Celery-based asynchronous microservice enabling scalable, high-performance multi-provider SMS delivery.

  • Internal Finance System

    Designed and implemented the system end-to-end, including financial data models, invoice workflows, and secure integration with Iran's Moadian government tax platform.

  • Personalized NFC Card SaaS

    Built a multi-tenant SaaS product allowing customers to manage NFC-linked profiles and publish personalized public pages.

Backend Engineering Intern

Dec 2024 - March 2025

Sinoos Group| Internship

  • Divar-like Marketplace API

    Built a REST API clone using Django REST Framework with asynchronous background processing via Celery and Redis.

  • Webinar Ticketing System

    Implemented webinar registration and ticket sales with integrated payment gateway provider APIs.

  • Customer Document Microservice

    Maintained and extended the tiktime-customer-document microservice, delivering feature updates and production fixes.

GitHub Activity REPO_v1.0

Contribution Activity

GitHub Activity Graph

Education

2023 - Present

Bachelor's in Computer Science

IAU Ahvaz Branch

Software Engineering

Selected Repositories

Loading repositories...

/* Tab Styles */ .tab-btn { position: relative; padding: 0.5rem 1rem; color: #888; transition: all 0.2s; } .tab-btn:hover { color: #ccc; } .tab-btn.active { color: #38bdf8; } .tab-btn.active::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: #38bdf8; } /* Tab Content Animation */ .tab-contents { position: relative; } .tab-content { display: none; opacity: 0; transform: translateY(10px); transition: opacity 0.3s ease, transform 0.3s ease; } .tab-content.active { display: block; animation: fadeInUp 0.4s ease forwards; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }