Projects
Open Source: flutter_vertical_heatmap
Personal Project (May 2024)
This package provides a vertical scrolling heatmap. Due to requests for features in another heatmap package that is no longer being updated, I open-sourced a widget developed in a previous project. By fully adhering to documentation, testing, comments, and coding style standards, it received a perfect score of 140/140 on pub.dev.
Pomodoro Chicken Flutter Migration
Personal Project (Apr 2024)
To reduce the server's role, optimize for mobile, and integrate AdMob, I migrated the existing PWA to Flutter over a span of three weeks. During this process, I gained knowledge in cross-platform and mobile development. I also used the certificate generated during the initial PWA deployment to update and release version 1.1.0.
woo3145.com
Personal Project (2024)
This is a personal branding site based on NextJS and MDX. It implements a modern design using a grid layout and adds smooth animations with Framer Motion. Content is managed using Velite, and multi-language support is provided through next-intl, which allows access for international users.
Pomodoro Chicken: Character Collection Pomodoro Timer
Team Project (January 2024) - Node 1 + Java 2
This is a service that adds a character collection feature to a Pomodoro timer. It is built with React and PWA, making it feel like a fully native app on mobile devices, and the PWA version 1.0.0 has been deployed to the Play Store. I was responsible for content creation using AI, design, frontend, and server using Nest. Additionally, I configured the server architecture to be split between Spring and Nest.
JAZZiT
Personal Project (Sep 2023)
This is a music site I created as soon as App Router and Server Actions in NextJS 13.4 were stabilized, driven by curiosity. At that time, there were no best practice examples for RSC-based architecture, so I devised a design suitable for RSC and Server Actions, inspired by hexagonal architecture.