01Built
AI-Powered Data Analysis System
DataPilot
An AI-powered data analysis system supporting 13 analytical operations and automated dataset cleaning through a natural-language interface.
Technical highlightHybrid architecture converting natural-language questions into validated analytical plans, with 100% of statistical computation handled deterministically by Pandas/NumPy.
PythonFastAPIPandasNumPyGeminiPydantic
02Built
Automated Developer Portfolio Engine
DevVerify
An API that parses CVs and analyzes GitHub repositories to automatically generate verified developer profiles and classify skills across 20+ categories.
Technical highlightSkill extraction using canonical skill aliases and TF-IDF analysis of repository README content; deployed with Docker and GitHub Actions CI/CD.
PythonFastAPIGitHub APIDockerCI/CD
03Built
Talent Matching Platform
DevMatch
A developer matching platform supporting automated profile creation, discovery, matching, and real-time messaging for 500+ active profiles.
Technical highlightNormalized PostgreSQL schema with server-enforced match-based messaging and access control; integrates DevVerify for automated onboarding.
Node.jsExpress.jsPostgreSQLReactWebSockets
04Built
Machine Learning / Recommendation System
RepoRecommender
An ML recommendation service using TF-IDF and K-Means clustering over roughly 900 open-source GitHub repositories.
Technical highlightSeparates offline model training from request-time inference, enabling lightweight recommendations without retraining per request.
PythonScikit-LearnK-MeansTF-IDFFastAPI
05Built
Dog Services Platform
PawPal
Booking and profile-matching functionality for a multi-service dog platform, built with a team of four.
Technical highlightRole-based access control and transactional booking integrity, developed through branch protections and systematic PR review across a four-person team.
Node.jsExpress.jsPostgreSQLJavaScriptYouTube API
06Learning in public
Software Architecture & Engineering
System Design From First Principles
A continuously developed repository documenting my journey learning system design from first principles.
Technical highlightTrade-offs across caching, databases, load balancing, APIs, and architecture patterns.
ScalabilityDistributed systemsReliability
07Learning in public
Computer Science Fundamentals
Computer Science From First Principles
A continuously developed repository documenting core computer science fundamentals from first principles.
Technical highlightBuilding a first-principles foundation across data structures, algorithms, and core CS theory.
Data StructuresAlgorithmsComputer Science Theory