Skip to content
View ays19's full-sized avatar

Block or report ays19

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ays19/README.md

Hi 👋, I'm Ahsan Yasir Sharar

Software Engineer | Python & Django Developer | AI Integration Engineer

Profile Views


👨‍💻 About Me

I am a Software Engineer specializing in robust Python backend architectures, database optimization, and intelligent LLM application design. I bridge the gap between traditional production systems and cutting-edge agentic workflows, leveraging advanced AI development environments to accelerate feature delivery without compromising code quality.

🚀 What I'm Focused On:

  • 🛠️ High-Performance Backends: Building production-grade REST APIs using Django and DRF, with a heavy focus on query profiling, database consistency, and performance tuning.
  • 🤖 Agentic AI Workflows: Orchestrating intelligent systems and streamlining development velocity using Antigravity, Cursor, and Codex for high-level logic planning and execution.
  • ⚙️ Modern Dev Practices: Writing automated integration tests, containerizing environments with Docker, and setting up seamless CI/CD pipelines.

🛠️ Technical Tech Stack

💻 Core Backend & Databases

Python Django DRF MySQL PostgreSQL Redis

🤖 AI Engineering & Agentic Tools

Antigravity Google AI Studio Cursor Codex GitHub Copilot

🔧 DevOps & Automation

Docker GitHub Actions Linux Postman


🔥 Featured Projects

A production-ready e-commerce infrastructure optimized for scale and heavy database traffic.

  • Massive Optimization: Slashed database queries from 1,002 down to 3 using strategic select_related(), prefetch_related(), and batching primitives via Django Silk profiling.
  • Architecture: Implemented asynchronous order signals using Celery/Redis, secure UUID-based anonymous carts, and database transactions to safeguard stock counts.
  • DevOps: Built complete Load Testing configurations with Locust, end-to-end testing via pytest, and fully containerized the pipeline using Docker.

A production-deployed multi-agent pipeline that classifies, resolves, and replies to support tickets autonomously — before a human sees them.

  • Multi-Agent Pipeline: Three PgBoss queue workers (classify → auto-resolve → send email) built on Groq (llama-3.1-8b-instant) via the Vercel AI SDK. Tickets are resolved and emailed to customers with no human involvement.
  • Production-Ready: Deployed on Railway with Docker, 145 tests (Vitest + Playwright), Sentry error monitoring, row-level locking for idempotency, and role-based access control.

🏅 Certifications

  • Google × Kaggle — 5-Day AI Agents Intensive (2026)
  • AWS AI Practitioner — AWS + Udacity (2026)
  • Cisco DevNet Associate (2026)
  • Python & Django – CodersTrust (2025)
  • Career Essentials in Software Development – Microsoft & LinkedIn (2025)
  • Career Essentials in Generative AI – Microsoft & LinkedIn (2025)
  • Introduction to Generative AI – Google (2025)

🌐 Connect With Me


🤝 Let's Build Something Amazing

I'm always open to collaborating on open-source tools, agentic AI architectures, or high-performance Django systems. If you are scaling a backend, engineering intelligent workflows, or just want to talk shop about query optimization, feel free to reach out!


🏅 GitHub Insights

GitHub Insights

Pinned Loading

  1. storefront storefront Public

    Storefront - Production-Grade E-Commerce REST API | A fully production-ready e-commerce backend built with Django REST Framework, deployed on Railway, containerized with Docker, and engineered with…

    Python 1

  2. AI-Powered-Helpdesk-and-Ticketing-System AI-Powered-Helpdesk-and-Ticketing-System Public

    AI Helpdesk & Ticketing System | A production-deployed, full-stack AI helpdesk that classifies, resolves, and replies to support tickets autonomously — before a human ever sees them.

    TypeScript 2

  3. SaaS-Django SaaS-Django Public

    SaaS Django — Full-Stack Subscription Platform | This project is a full-stack SaaS subscription platform that demonstrates end-to-end product engineering — from user registration and email verifica…

    Python

  4. AUTHENTICATION AUTHENTICATION Public

    Django Custom Authentication System | A full-featured, production-ready authentication system built with Django. This project implements a complete user authentication flow using a custom User mode…

    Python