A selection of things I've built — side projects, experiments, and work I'm proud of.
FastAPI backend for my personal resume site (rubiayenyeinsan.vercel.app). Tracks unique visitors and "love" votes, backed by Firestore and deployed to Cloud Run via Cloud Build.
This repo is testing popular react state management libs which are zustand, redux tool kit.
Notion like Kanban board using dnd (drag & drop lib) and Redux tool kit
This peoject is backend project of Mayanmar Language Sentiment Loop which is a web application that provides sentiment analysis for Myanmar language text. The backend is built using FastAPI and serves as the API layer for the application, handling requests and processing data to provide sentiment analysis results. The backend is designed to be efficient and scalable, allowing for quick processing of text data and seamless integration with the frontend. It utilizes machine learning models to analyze the sentiment of Myanmar language text and returns the results in a structured format for the frontend to display to users.
This is the frontend repository for the Mayanmar Language Sentiment Loop application, built with React, ShadCN and TypeScript.