Work
Things I'm building
in the open.
AI systems, backend tools, and developer utilities. Built with the same care I bring to production work.
AI Resume Tailor
An AI-powered FastAPI backend that parses resumes, matches them against job descriptions, and returns tailored improvement suggestions — helping candidates increase their relevance score for a specific role.
- →Upload PDF/DOCX resumes and extract structured content via NLP parsing
- →AI-powered tailoring suggestions with resume–job relevance scoring
PythonFastAPILLMPydanticSQLiteOpenAI
Task Manager REST API
A production-ready task management REST API built with async FastAPI, SQLAlchemy 2.0, and JWT authentication. Clean layered architecture with repositories, services, and routers kept strictly separated.
- →Async SQLAlchemy 2.0 with aiosqlite — non-blocking database I/O throughout
- →JWT auth with bcrypt password hashing and per-user task ownership enforcement
PythonFastAPISQLAlchemyJWTAlembicPydantic v2asyncio