|

Web Projects

CLI Projects
Project I worked on

Online Image Hosting Service

An Imgur-like application that enables anonymous image sharing without user accounts. Key features include an image uploading with tags, unique URL generation, category-based browsing, multiple view modes (grid/waterfall), etc.

Project I worked on

Text Snippet Sharing Service

A Pastebin-like application that enables instant sharing of text and code snippets. Key features include a syntax highlighting for multiple programming languages, customizable expiration times, and public/unlisted sharing options.

Project I worked on

PlantUML Server

A web tool for practicing and learning UML diagram creation with PlantUML syntax. Key features include a problem collection for UML practice, interactive UML diagram creation, and options to download diagrams. Cheat sheets with example UML diagrams and source code are also provided.

Project I worked on

Portfolio Website

A personal portfolio website built with Next.js Static Export for static content delivery. Deployed on AWS EC2 with Nginx reverse proxy, automated deployments via GitHub Actions, and HTTPS encryption using Let's Encrypt.

Project I worked on

Video Compressor

A desktop application that allows users compress and convert videos with the ffmpeg library. Built with Electron, it facilitates efficient event handling by linking the main process, which accesses the OS via Node.js, with the renderer process, which manages the HTML DOM.

Project I worked on

Etch A Sketch

A drawing app inspired by the classic Etch A Sketch toy. Uses Konva.js for canvas drawing and supports line style customization. User sketches are stored in Cloudinary while user profiles and drawing metadata are persisted in PostgreSQL. Backend uses Django REST API with JWT authentication.

Project I worked on

Connect 4

A turn-based game where two players compete to align four balls vertically, horizontally, or diagonally. Implements an AI opponent using Monte Carlo Tree Search algorithm and manages state with React Context API.

Project I worked on

Clicker Empire Game

Cookie Clicker-inspired browser game using JavaScript and DOM manipulation. Key features include an interactive gameplay and local storage for saving progress.