Skip to content
View prthm2910's full-sized avatar

Highlights

  • Pro

Block or report prthm2910

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

linkedin logo email logo

hey there, I'm Pratham πŸ‘‹

πŸ‘©β€πŸ’» About Me

Software Developer Intern @ Elixir Techne | Backend, AI & Data Engineering Enthusiast

- πŸ”­ Currently Building: Fault-tolerant Multi-AI Agent execution graphs, DLP proxies, and real-time AWS data pipelines.
- βš™οΈ Core Stack: Python, FastAPI, Django, LangGraph, SQLGlot, Apache Spark, Terraform, & AWS.
- 🎯 Goal: Architecting high-throughput backend systems, reliable agentic AI pipelines, and giving back to open source.
- πŸ’¬ Ask me about: Multi-agent orchestration, PII masking gateways, GGUF quantization, and serverless ETL streams.
- πŸ“« How to reach me: pratham.kubasad2004@gmail.com

πŸš€ Key Projects Highlights

πŸ€– Self-Healing SQL Agent: LangGraph state-machine with AST parsing via SQLGlot to catch & resolve query execution exceptions automatically.
πŸ›‘οΈ Asynchronous PII Guardrail Proxy: Low-latency FastAPI DLP gateway using Microsoft Presidio & Pydantic v2 to sanitize payloads before routing to LLM APIs.
πŸ“Š Real-Time Airport Operations Analytics Pipeline: High-throughput AWS streaming data pipeline (Kinesis, Glue PySpark, Redshift, Terraform) handling 1,000+ events/min.

πŸ›  Language and tools

python logo fastapi logo django logo postgresql logo apachespark logo docker logo terraform logo aws logo git logo bash logo

πŸ”₯ My Stats :

My Awesome Stats Top Langs

Pinned Loading

  1. self-healing-sql-agent self-healing-sql-agent Public

    A self-healing multi-agent SQL assistant using LangGraph & PostgreSQL. Features parallel query decomposition, deterministic AST assembly, and long-term vector memory to eliminate query hallucinations.

    Python

  2. HRMS HRMS Public

    HRMS Backend API built with Django Rest Framework. Features modular Leave Management, Organization hierarchy with versioned APIs, and automated Audit Logging. Secured via JWT & RBAC.

    Python

  3. Real-Time-Airport-Operations-Analytics-Pipeline Real-Time-Airport-Operations-Analytics-Pipeline Public

    End-to-End AWS Data Engineering project using AWS S3, Glue, Kinesis, Kinesis Firehose, QuickSight and Redshift to build a scalable ETL pipeline by Extracting data from an Data Simulator in real time

    HCL

  4. PII-Secure-Guardrail-Proxy PII-Secure-Guardrail-Proxy Public

    A middleware API that performs redaction on sensitive info

    Python