
EchoHire — AI Career Prep Platform
AI-powered career prep platform combining resume ATS analysis, LinkedIn optimization, and live mock interview sessions.
Problem
Job seekers had no unified platform to diagnose resume weaknesses, optimize their LinkedIn profile, and practice interviews — each problem required a separate tool.
Approach
Built an ATS analysis engine in Node.js to score resumes against job descriptions, added LinkedIn optimization features for profile visibility, and implemented real-time mock interview sessions with React and WebSockets for instant feedback.

CyberCrux — AI Interview Platform
AI-powered cybersecurity interview preparation platform.
Problem
Learners needed practical interview prep with real-world security scenarios instead of passive content.
Approach
Built interactive labs with simulated attack vectors, real-time notifications via WebSockets, streaks, and automated badge assignment for learning milestones.

Eventra — Event Management Platform
Full stack event management web application.
Problem
Event organizers needed a clean system to handle registrations and event operations in one place.
Approach
Delivered authentication, event creation, registration, and management workflows with clean architecture and API-driven backend integration.

Jarvis — Python Voice Assistant
Voice assistant for productivity and task automation.
Problem
Users needed hands-free interactions for writing and command execution.
Approach
Built speech-to-text, typing mode automation, and email command features for practical day-to-day use.

Qalbiyah — AI Wellness App
Emotion-aware full stack AI wellness platform.
Problem
Users needed personalized spiritual and wellness guidance based on emotional context.
Approach
Integrated NLP-driven sentiment interpretation with a 500+ item content library and tailored recommendations backed by custom scoring logic.

Vision Fitness — Modern Gym Website
Premium, responsive digital presence for a fitness club.
Problem
A fitness club needed a premium, highly engaging website to display club facilities, showcase trainers, and drive membership subscriptions.
Approach
Built a dark-themed responsive website featuring interactive trainer cards, dynamic class information, and clear conversion paths.

GamePalace — Gaming Asset Marketplace
Full stack e-commerce marketplace for digital gaming assets with secure JWT auth and role-based access control.
Problem
Gamers lacked a dedicated, secure marketplace to buy and sell digital gaming assets with reliable payment processing and proper access management.
Approach
Built with Node.js across the entire backend and a responsive Next.js/TypeScript frontend. Designed scalable PostgreSQL schemas with Prisma ORM, implemented JWT auth via passport-jwt with RBAC, and integrated secure payment processing through a high-performance Express API with Redux cart management.
Pixel Breaker — Console Arcade Game
Classic Brick Breaker game implemented in C++ for the console.
Problem
Wanted to build a terminal-based arcade experience to practice core programming structures and console render loops.
Approach
Developed interactive C++ gameplay with responsive paddle physics, collision detection, and scoreboards, plus pause, save, and load file functions.