Habeel
Creating with code. Small details matter.
Overview
Social Links
About
Hi, I'm Habeel — I build fast, reliable web applications that help businesses scale.
I specialize in full-stack development with Next.js, React, TypeScript, Node.js, and Python. I've worked with startups like Oddsview (YC W24) to build high-performance systems that handle real-time data, optimize infrastructure, and reduce costs.
What I can help you with:
- Building modern web apps from scratch — landing pages, dashboards, SaaS products
- Optimizing slow or unreliable systems for better performance
- Integrating APIs, authentication, payments, and third-party services
- Setting up cloud infrastructure with AWS, Docker, PostgreSQL, and Redis
Whether you need a new product built or an existing one improved, I focus on clean code, fast delivery, and solutions that actually work.
Currently building GradeIT — an automated code grading platform that reduces manual evaluation time by 70% through secure sandboxed execution and AI-powered test generation.
Let's talk about your project.
Stack
Experience
Oddsview (YC W24)
Current Employer- Built a high-throughput async Python scraper with sub-2s latency, adding parallel fetching, lifecycle automation, and Prometheus metrics for real-time arbitrage detection.
- Refactored AWS CDK from a monolithic stack into modular deployable units, reducing deployment time by 70%, improving infra maintainability, and enabling faster service-level iterations.
- Replaced Kafka ingestion with gRPC streaming using Protocol Buffers, connection pooling, and intelligent batching, cutting ingestion latency by 60% and simplifying the distributed system architecture.
- Developed a FastAPI Service aggregating livegames metadata with Redis-backed data storage, reducing EV/arbitrage compute cost by 80% via controlled 1/sec market scans and backend-side metadata consolidation.
- Python
- TypeScript
- Web Scraping
- gRPC
- FastAPI
- Docker
- AWS CDK
- AWS ECS
- AWS ECR
- Shell Scripting
- Infrastructure as Code
- Deployment Optimization
YouseAI
- Increased user engagement by 40% by building a passwordless OTP login and streamlining the onboarding flow for an AI SaaS platform.
- Reduced avatar creation time by 60% with Azure Storage–based preset model logic.
- Integrated application-wide analytics using PostHog and resolved 15+ critical frontend bugs to improve performance and reliability.
- Architected the frontend for a LinkedIn automation tool using React, improving load times by 40% and engagement metrics by 25%.
- Next.js
- React
- TypeScript
- Node.js
- Express.js
- MongoDB
- Prisma
- Azure Storage
- PostHog
- Frontend Architecture
- UI Optimization
Projects(4)
An automated code grading platform designed to simplify evaluation for faculty and improve feedback quality.
- 🚀 Reduced manual grading time by over 70% using a secure, sandboxed execution environment.
- 🧠 Integrated Judge0 with a custom execution server for multi-language support (Python, Java, C++) achieving 90% grading accuracy.
- 🤖 Used LLM APIs for automatic test case generation, reducing faculty effort by 50% while increasing code quality and edge case coverage.
- 📊 Built interactive dashboards for real-time student progress tracking, reducing faculty oversight needs by 50%.
- Next.js
- Tailwind CSS
- Prisma
- PostgreSQL
- Judge0
- Groq
A role-based vehicle service management system for workshops.
- 🔐 Developed secure multi-role authentication using NextAuth across Admin, Customer, and Mechanic views.
- 📈 Designed admin dashboards for tracking service statistics and work assignments, reducing manual coordination by 60%.
- 🛠️ Enhanced workshop efficiency by 40% with streamlined service scheduling, payment handling, and improved UX.
- Next.js
- Tailwind CSS
- Prisma
- PostgreSQL
A minimalist task management application with a focus on productivity and UI responsiveness.
- 🧩 Built custom drag-and-drop functionality using React Beautiful DnD for seamless task reordering.
- 🔐 Implemented JWT-based authentication and session handling with full CRUD operations.
- 📱 Designed a responsive, mobile-friendly UI for real-time updates and 25% boost in task completion.
- Next.js
- Tailwind CSS
- Node.js
- Express
- Prisma
- PostgreSQL
A simple simulation of an exchange order book system.
- 💱 Supports placing of limit orders (buy/sell) and automatic order matching.
- 📘 Exposes API for viewing order book depth and tracking user balances.
- ⚙️ Uses in-memory data structures for fast, database-free simulation.
- Node.js
- Express