Projects

A showcase of my technical projects and development work across various technologies.

01
AI2SQL
Python
Flask
NLP
NLTK
MySQL
SQLAlchemy

Intelligent SQL Query Generator that converts natural language into optimized SQL queries using NLP.

  • Automated SQL scripting to streamline data extraction and manipulation, reducing errors and saving time.
  • Converted natural language into optimized SQL queries, boosting productivity and efficiency in data analysis.
  • Implemented NLP processing with NLTK to understand user intent and generate accurate database queries.
02
Saathi
Next.js
TypeScript
Upstash Redis
Server-Sent Events
Server Actions

A collaborative task manager with real-time synchronization using Redis Streams and Server-Sent Events for low-latency updates.

  • Built a task manager with real-time synchronization using Redis Streams, supporting 200+ users without lag.
  • Applied Server-Sent Events to reduce update latency by 70%, improving collaboration.
  • Implemented serverless workflows with Next.js Server Actions, simplifying backend code by 40% and enabling on-demand scaling.
03
Platz
Go
Fiber
CockroachDB
React

Serverless booking system delivering transaction-safe reservations and real-time availability across events.

  • Optimized booking workflow with transaction-safe reservations and wallet payments, eliminating conflicts.
  • Orchestrated a CockroachDB cluster, boosting uptime by 40% and fault tolerance under load.
  • Created a React frontend for real-time conference search and reservations, supporting 200+ concurrent users.