Work & Case Studies
A deeper look at projects with focus on problem-solving and approach.
TailorCV
Web Application
An AI-powered job application platform that helps users tailor resumes and generate cover letters based on specific job descriptions using a flexible credit-based system instead of subscriptions.
Approach
- Designed a modular system separating frontend, API, and AI worker services.
- Implemented AI-powered resume tailoring and cover letter generation based on job descriptions.
- Developed a credit-based usage model to provide flexible, pay-as-you-go access.
- Built scalable document generation pipelines for dynamic resume templates.
- Focused on user experience with real-time feedback and structured outputs.
React (Vite)Node.jsTypeScriptOpenAI API
Payroll Automation Tool
Desktop Application
Cross-platform desktop automation tool built to streamline payroll calculations and Excel form generation within the organization.
Approach
- Analyzed existing manual payroll workflow to identify repetitive calculation and data-entry bottlenecks.
- Designed a validation layer to verify employee data accuracy before processing.
- Automated payroll-related calculations to eliminate human error and reduce processing time.
- Integrated Excel automation using xlwings to populate a fixed payroll template without modifying the original structure.
- Built a lightweight cross-platform desktop interface using PyWebView for internal use.
PythonPyWebViewxlwingsPandasExcel
ClipMe
Desktop Utility
Lightweight OCR-based screenshot tool that extracts text from selected screen regions and copies it directly to the clipboard.
Approach
- Designed a global shortcut listener to trigger region-based screen capture.
- Implemented selective screenshot functionality to allow users to capture specific screen areas.
- Integrated PyTesseract for optical character recognition (OCR) to extract text from captured images.
- Automated clipboard copying for seamless paste functionality.
- Focused on lightweight performance and minimal UI friction.
PythonPyTesseractPillowPyAutoGUITkinter