New & Upcoming Projects
AI Driven Expense Analyzer
A web app where you upload invoices as PDFs or photos, it automatically pulls out the data using AI (vendor, date, line items), classifies each expense into accounting categories, and shows everything on an interactive dashboard with charts and monthly budget tracking. It uses Groq APIs for image and text processing, and stores data in PostgreSQL or SQLite.
SaaS Assistant - AI Multi-Tenant
Intelligent multi-tenancy assistant for enterprise email automation. Process incoming emails using AI (Gemini + RAG), classify intentions (question, appointment, refund, complaint), execute actions in Google Calendar/CRM and manage human approval flows.
Ecommerce Marketplace
This is an e-commerce marketplace built on microservices. It has two sides: a storefront for buyers (TechMarket) and a dashboard for sellers (Cybercore). Everything is dockerized and ready to spin up with one command. The interesting part is how orders work: when someone buys, it uses database row-level locks to prevent race conditions on the last item, then pushes the event through a message queue to notify the buyer. No data gets lost even if something crashes along the way.
Inventory control system (online version)
Web app for inventory management, aimed at small businesses that need to track products, record sales, and generate Excel reports without paying for expensive software. Data stays in the browser, not on the server, so everyone's info stays private. It has a demo version with limits (20 products, 2 exports) and is deployed on Render.
Inventory Control System (Desktop Application)
Desktop app for managing inventory and sales in a small business. You can register products, see real-time stock, make sales (it auto-deducts quantities), and export everything to Excel with built-in formulas. It has a login with hashed passwords and encrypts sensitive data. The database is stored in %AppData% so it doesn't get accidentally deleted. Designed to run locally on a single computer, no internet needed.
Price Traker (New Project)
I am working on something awesome! Check back soon for updates.