A passionate developer who loves building real-world projects โ from AI tools to systems programming
- ๐ญ I build everything from real-time chat apps to VS Code extensions to AI-powered tools
- ๐ค Passionate about integrating AI/LLMs (Gemini, OpenAI, CrewAI) into practical applications
- ๐ ๏ธ Love low-level systems work โ C/C++ algorithms, compression, game engines
- ๐ฑ Exploring Flutter for cross-platform mobile development
- ๐ฑ Always learning and shipping
A full-featured real-time chat application with AI superpowers
- โก Real-time messaging with Socket.IO (private & group chats)
- ๐ค AI features: smart replies, translations, and chat summaries via Gemini
- ๐ Push notifications using Web Push / VAPID
- ๐ JWT + OTP authentication with refresh token flow
- ๐ ๏ธ Stack: React ยท Node.js ยท Express ยท Socket.IO ยท MySQL ยท Prisma ยท Redis
Stop accidentally committing secrets and credentials โ ever again
- ๐ Real-time secret detection as you type in the editor
- ๐ซ Pre-commit hook that automatically blocks commits containing sensitive data
- ๐ฏ Customizable detection patterns via
settings.json - ๐ Clear diagnostics in VS Code's Problems panel
- ๐ ๏ธ Stack: TypeScript ยท VS Code Extension API
AI agents that evaluate your rรฉsumรฉ against any job description
- ๐ PDF resume parsing + job compatibility scoring
- ๐ค Multi-agent orchestration via CrewAI
- ๐ Detailed feedback: match score, gaps, alternative roles, career advice
- ๐ฅ๏ธ Drag-and-drop Gradio web interface
- ๐ ๏ธ Stack: Python ยท CrewAI ยท Gemini 1.5 Flash ยท PyMuPDF ยท Gradio
Upload any file, get a structured AI-generated report with visualizations
- ๐ Supports
.pdf,.docx,.pptx,.xlsx,.csv,.txt - ๐ Smart visualizations using matplotlib, seaborn, and plotly
- ๐ Downloadable PDF reports with multiple depth levels
- ๐ ๏ธ Stack: Python ยท OpenAI/Gemini API ยท Gradio ยท ReportLab ยท Pandas
Automate your entire dev environment setup with a single script
- ๐ฅ๏ธ Cross-platform: Windows (winget), macOS (Homebrew), Linux (apt/snap)
- ๐ฆ IDEs, languages, databases, browsers, Docker, and more
- ๐พ Save/load your configuration for easy reuse across machines
- ๐ ๏ธ Stack: Python
โ๏ธ Raylib Chess Game
A fully playable chess game with Stockfish AI integration
- ๐ฎ Human vs Human or Human vs Stockfish AI
- โ Full chess rules, FEN generation, algebraic notation
- ๐ Sound effects and custom fonts
- ๐ ๏ธ Stack: C++ ยท Raylib ยท Stockfish
A multi-stage file compression pipeline in C++
- ๐ 3-stage pipeline: BWT โ MTF โ Huffman Coding
- ๐ Efficient compression and full lossless decompression
- ๐ ๏ธ Stack: C++
๐บ๏ธ TSP Genetic Algorithm Solver
Solve the Traveling Salesman Problem using Genetic Algorithms
- ๐งฌ Fitness-based selection, mutation, and crossover
- ๐บ๏ธ SVG route visualization output
- โ๏ธ Fully customizable GA parameters via CLI flags
- ๐ ๏ธ Stack: C
"First, solve the problem. Then, write the code." โ John Johnson