<Projects Portfolio/>
Detailed analysis of engineered solutions and their architectures

All in One Scanlation Tools
Automating manga scanlation workflow
My very first programming project created to streamline my scanlation freelancing work.
Features:
- Image manipulation (cutting, cropping, splitting)
- Webtoon image downloader from multiple sites
- EasyPaste tool for manhwa typesetting automation
- Automatically copies next line when user presses Ctrl+V

EasyPaste (Python Standalone)
Streamlined version of the typesetting tool
A focused version of the EasyPaste tool from my scanlation toolkit.
Improvements:
- Cleaner interface
- More reliable text line tracking
- Reduced memory usage

EasyPaste (Java Version)
JavaFX implementation of typesetting tool
My first Java desktop application, created to learn Java and JavaFX when I was having java course at my university.
Features:
- JavaFX modern interface
- Same core functionality as Python version
- Three times larger file size than Python version

TaskTails
Pomodoro-based task management system
Developed with a friend during university.
Features:
- Pomodoro timer (25/5 minute cycles)
- Task management system
- Alarm notifications
- Basic UI with Tkinter

Automation Scripts
Various productivity scripts
Various scripts created to improve daily productivity:
- KPay amount tracking
- File/folder renaming utilities
- Image resolution fixing
- Other workflow automation

Chess in JavaScript
Pure web implementation of chess
My first web development project, completed in one week.
Features:
- Complete chess rules implementation
- Basic AI opponent
- Responsive design

No Skip Video Player
Forces you to watch videos properly
Created to combat my own impatience when watching films.
Features:
- No skip controls
- Saves progress automatically
- Minimal distraction interface

Personal Dictionary
Korean vocabulary learning system
Created to help with Korean vocabulary memorization.
Features:
- Syllable-based word connections
- Custom vocabulary building
- Advanced search by components

April Music Player
Music player for language learners
My proudest project - a full-featured music player.
Features:
- Precise lyric synchronization
- Note-taking tied to lyrics
- Vocabulary tracking
- Custom waveform visualization
ARCHITECTURE OVERVIEW
1. Presentation Layer (PyQt UI)
2. Application Layer (Core logic)
3. Service Layer (Audio processing)
4. Data Access Layer (SQLite)

Tasks of Kaiden
Couple's shared todo app
Created for me and my girlfriend to stay connected.
Features:
- Local task management
- Shared task viewing
- Comment and reaction system
- Cloud sync

Hygiene Nerds
E-commerce with analytics
Final project for JDC bootcamp.
Features:
- JWT authentication
- Real-time inventory
- Analytics dashboard
- Automated reporting
ARCHITECTURE OVERVIEW
1. Client Layer (React Frontend)
2. API Gateway (Spring Cloud)
3. Microservices (Products, Orders, Users)
4. Data Storage (MySQL + Redis)