PROJECTS

Koara.app - Random video chat application

koara.app

I wanted to improve Blension by increasing connection speed and adding new features. To achieve this, I chose FastAPI for its superior handling of WebSockets and its overall performance as a modern framework

In addition, I integrated MongoDB to handle the increasing volume of user data more effectively. Its flexibility, scalability, and ease of use made it

API

MLB API

I am fan of MLB and i tried to build NPM using MLB API but i couldnt find it which fit my project so i decided to build one. I decided to make read-only API because data is from 2023 and its fixed data. No need to update or delete.

First i make web scraper and scraped MLB hitting data of all player and add to database then i write API endpoint in Java. Its handle HTTP request. Test code with spring boot test.

Blension - Random video chat application

Blension

I wanted to create a service that facilitates global connections, as interacting with people from other countries has profoundly changed my way of thinking.

This service allows users to connect randomly with others worldwide, enabling them to engage in conversations and text exchanges.

The service is developed using Python with Gevent, and it is hosted using Gunicorn and Nginx. Users connect through a peer-to-peer (P2P) connection, enhancing the efficiency and privacy of their interactions.

I am committed to continuously updating and improving the service, with new features currently in development to enhance user experience and functionality.

Group chat application

Chat app

I regularly participate in competitive programming contests and want to encourage the competitive programming community, especially for AtCoder ABC contests.

This chat app has a special feature that disables chatting during ABC contest times to prevent cheating.

Weather NPM package

Weather NPM

When I am indoors, I often need to check the current weather without appearing to be constantly checking my phone. To address this, I decided to build a weather tool as an NPM CLI.

To fetch weather data, I utilize a command-line tool to retrieve the users location and then pass that location to a weather API, printing the results.

Pomodoro Timer

MLB API

I built the Pomodoro Timer with Next.js. Next.js provides server-side rendering (SSR) out of the box, which helps with faster page loads and better SEO by pre-rendering content.

Additionally, I implemented lazy loading for components and assets, ensuring that the essential content loads first and that the rest of the page loads only when needed.