Skip to content

Projects.

A collection of things I've built β€” from web apps to competition projects.

13
012026 β€’ AI / RESEARCHFeatured

Myanmar ASR

A Master's thesis research project focused on fine-tuning state-of-the-art transformer models (Whisper, SeamlessM4T) for low-resource Burmese speech recognition. Achieved a dramatic reduction in Word Error Rate (WER) from ~100% down to 33.02% through rigorous data curation and a frozen-encoder fine-tuning strategy.

Summary

Commercial ASR systems fail badly for Myanmar (Burmese), producing a Word Error Rate (WER) of >80% in zero-shot scenarios. This is due to the complex, non-segmented script, tonal distinctions, and an extreme lack of labeled conversational datasets. Engineered a robust ML pipeline to clean, filter, and augment (speed perturbation) a curated 54.2-hour Myanmar speech dataset from FLEURS, OpenSLR, and YODAS. Fine-tuned three multilingual transformer models (Whisper v3 Turbo, Dolphin Whisper-v2, SeamlessM4T v2 Large) using PyTorch and HuggingFace Accelerate on Vast.ai RTX 4090 GPUs. Established a full MLOps tracking stack using MLflow, MinIO, Label Studio, and Argilla. Handling severe hardware constraints, mitigating catastrophic forgetting of pre-trained audio features, and validating audio quality to filter out over 30% of raw corrupted data. Implemented a frozen-encoder training strategy to stabilize parameter updates. Achieved a dramatic 67 percentage point reduction in WER (down to 33.02% with Dolphin) and a 75 percentage point drop in Character Error Rate (CER to 13.04% with SeamlessM4T). Successfully packaged the research into an interactive Next.js presentation and Streamlit inference demo.

Click card to read full summary

PyTorchHuggingFace TransformersAccelerateMLflowMinIO (S3)Label Studio
022025 β€’ MICROSERVICES & ENTERPRISEFeatured

Linn Myanmar Ecommerce

An enterprise-grade, event-driven healthcare and e-commerce microservices platform engineered to handle high-concurrency transactions with absolute data consistency. Built utilizing a database-per-service architecture with NestJS, Postgres 17, and Prisma ORM. It leverages synchronous gRPC for ultra-low latency inter-service transport and Kafka (Redpanda) for asynchronous domain events and Saga-pattern checkout orchestrations. The platform is hardened with comprehensive distributed observability using OpenTelemetry, Prometheus, Loki, and Grafana, while MeiliSearch projection workers ensure sub-second catalog search performance.

Summary

Healthcare and pharmaceutical e-commerce platforms require absolute real-time synchronization between digital storefronts, multi-vendor warehouses, procurements, and brick-and-mortar retail point-of-sale (POS) systems to prevent critical stock discrepancies, while ensuring comprehensive auditability and fault-tolerant distributed transaction safety. Architected an event-driven microservices ecosystem using NestJS, running a database-per-service architecture with Postgres 17 and Prisma ORM. Engineered high-speed synchronous transport using gRPC, and asynchronous pub-sub event dispatching via Kafka/Redpanda for domain events, CDC, and sagas. Integrated RabbitMQ for resilient notification task queues, MeiliSearch for sub-second catalog search projection workers, and an enterprise observability suite consisting of OpenTelemetry, Tempo, Loki, Prometheus, and Grafana. Ensuring transactional consistency across distributed boundary contexts (IAM, Catalog, Order, Notification, Inventory, Payment) during checkout sequences, preventing out-of-order Kafka message consumption, and setting up centralized distributed tracing and log correlation across asynchronous event streams. Successfully engineered a fault-tolerant Checkout Saga pattern, eliminated transaction deadlocks, reduced inventory synchronization latency to near-zero, achieved real-time product search indexing with MeiliSearch projection workers, and established full log-metric-trace correlation via OpenTelemetry and Grafana.

Click card to read full summary

NestJSgRPCKafka (Redpanda)RabbitMQPrisma ORMPostgreSQL
032024 β€’ AI / SECURITYFeaturedπŸ† APTYPS CHAMPION

Cybersecurity AI Chatbot

An award-winning, modular AI-powered cybersecurity assistant. Features advanced Retrieval-Augmented Generation (RAG) for document search and transformer-based URL threat classification. Built on a highly observable FastAPI microservice architecture with deep integration into local LLMs.

Summary

Deploying a highly responsive and secure AI chatbot capable of advanced document reasoning and URL threat classification, while maintaining strict data privacy through local, on-premise LLM inference. Architected a modular FastAPI server integrating local LLM inference via Ollama (DeepSeek-r1:7b). Implemented a robust Retrieval-Augmented Generation (RAG) pipeline utilizing ChromaDB for fast vector search and deployed transformer models for URL classification. Engineered a comprehensive observability stack using Prometheus, Grafana, and Loki for real-time monitoring of custom LLM latency and error metrics. Ensuring low-latency inference with local large language models, configuring seamless Docker multi-container networking (API, Metrics, Vector DB, Log aggregation), and maintaining robust SSL termination using Caddy. Delivered a production-ready, highly observable AI server capable of accurate cyber-threat analysis. Won the APTYPS Champion award for its technical excellence, robust architectural design, and practical security applications.

Click card to read full summary

PythonFastAPIOllamaDeepSeek-r1:7bChromaDBPrometheus
042024 β€’ DISASTER TECHFeaturedπŸ† Build Myanmar Challenge β€” 2nd Runner Up

Mahar Link

A centralized mobile platform for efficient flood relief coordination in Myanmar. Built with React Native and Firebase, it provides real-time communication, resource tracking, and location-based services to prevent redundant supply deliveries and ensure equitable distribution.

Summary

During Myanmar flood relief efforts, organizations and volunteers suffered from disjointed communication. This led to redundant supply deliveries to the same locations while other heavily affected areas remained underserved. Developed a cross-platform mobile application using React Native, Expo, and Firebase. Implemented a centralized database for organizations and volunteers, integrated location-based services to identify underserved areas, and utilized push notifications for real-time alerts. Additionally, created an IoT device simulation using Arduino to prototype hardware integration. Ensuring secure user authentication and reliable push notifications across diverse mobile devices. Maintaining real-time data sync and location tracking to accurately analyze and improve resource distribution efficiency during emergency scenarios. Delivered an award-winning mobile application (Build Myanmar Challenge β€” 2nd Runner Up) that successfully centralized relief coordination, enabling efficient resource tracking and data analytics to optimize supply distribution.

Click card to read full summary

React NativeExpoFirebaseArduino (IoT)Push NotificationsLocation Services
052024 β€’ SAMSUNG AI HACKATHONπŸ† 3rd RUNNER UP

SarrMal β€” The Nutritionist

AI-driven healthcare and nutrition advisor. Personalized dietary recommendations powered by machine learning models.

Summary

AI-driven healthcare and nutrition advisor. Personalized dietary recommendations powered by machine learning models.

062025 β€’ AI / RECOMMENDATIONFeatured

Recommendation System API

A highly concurrent, low-latency social-commerce recommendation API designed to deliver dynamic, personalized content, pages, and friend suggestions. Built on FastAPI and Neo4j, it utilizes advanced Cypher graph queries alongside collaborative filtering and TF-IDF hybrid algorithms to traverse complex social graphs. The system incorporates Redis for high-speed session caching, Celery for asynchronous recommendation pre-computation, and Gunicorn multiprocess workers to scale throughput. It features a fully automated CI/CD pipeline and rate-limited API-key authentication.

Summary

Scaling highly personalized, real-time recommendations (posts, pages, channels, and friend suggestions) dynamically inside a high-traffic social media application, while maintaining secure API-key authentication, strict rate-limiting, and sub-second latency. Built a modular FastAPI recommendation engine leveraging Neo4j (5.x) for relationship-based social graph queries. Implemented content-based and collaborative filtering algorithms (TF-IDF, cosine similarity, collaborative filtering). Integrated Redis (7.x) for session caching and recommendation buffering, Gunicorn multiprocess workers for concurrency scaling, and a fully automated CI/CD pipeline (Black, isort, Bandit, pytest) with Kubernetes container orchestrations. Handling high Neo4j graph query complexity for nested social-graph traversals, resolving asynchronous event loop conflicts under concurrent Gunicorn workers, and configuring non-root read-only root filesystem security rules inside Kubernetes pods. Delivered microsecond recommendation responses via Redis cache layers, successfully protected API surfaces with rate-limited cryptographically secure API keys, and automated production-ready multi-stage Docker builds to public GHCR registries.

Click card to read full summary

FastAPIPythonNeo4jRedisDockerGitHub Actions
072025 β€’ ENTERPRISE SYSTEMSFeatured

Reset Space

A comprehensive Learning Management System (LMS), Coaching, and Community Platform. Spearheaded both frontend development using Next.js 15 and backend REST API architecture using Laravel. Features complex e-commerce checkouts, custom business logic, real-time WebSockets messaging, resilient media uploads, and a globally distributed edge deployment on Cloudflare.

Summary

Building a unified platform that seamlessly combines e-learning, 1-on-1 coaching, event management, and a social community. The application required an intricate backend API to drive complex business logic (e-commerce, progress tracking) alongside a highly responsive frontend for handling rich media and real-time messaging. Developed robust backend REST APIs and core business logic using Laravel, ensuring strict data integrity and secure e-commerce transactions. Adopted a cutting-edge frontend stack utilizing Next.js 15, React 19, Zustand, and SWR for efficient data fetching and optimistic UI updates. Deployed the frontend to Cloudflare using OpenNext. Synchronizing complex state between the Laravel backend APIs and the Next.js frontend, especially for multi-step forms and secure checkouts. Implementing a scalable WebSocket architecture for instant messaging. Ensuring reliable large media file uploads over unstable connections using tus-js-client. Delivered a true full-stack solution with a secure, highly performant Laravel backend powering a fast Next.js edge application on Cloudflare Workers. Integrated robust real-time communication, resilient resumable uploads, and full internationalization (`next-intl`) support from day one.

Click card to read full summary

Next.js 15React 19LaravelREST APIsTypeScriptTailwind CSS v4
082025 β€’ E-COMMERCE & CMSFeatured

Widya Therapeutic Platform

A comprehensive therapeutic e-commerce and CMS platform built with Laravel 12 and Vue.js 3. Features a highly customized Filament v3 administrative dashboard, real-time WebSocket communication via Laravel Reverb, and a secure, versioned RESTful API with Sanctum authentication.

Summary

Creating a robust foundation for a dual-purpose therapeutic solution: a seamless customer-facing e-commerce/educational platform and a powerful, data-rich administrative backend for business operations. Engineered an API-first architecture using Laravel 12 (PHP 8.3) and a reactive Vue.js 3 frontend. Built a highly customized backend interface utilizing Filament v3 with strict Role-Based Access Control (RBAC). Established comprehensive automated testing pipelines using Pest (PHP) and Vitest (JS). Implementing complex multi-variant product catalogs, ensuring real-time bidirectional updates via Laravel Reverb, and architecting a flexible content management system capable of handling rich media and publishing workflows via Spatie Media Library. Delivered a highly scalable digital health platform featuring real-time business intelligence dashboards (Apex Charts), secure token-based API authentication (Sanctum), and extensive Excel reporting capabilities for administrators.

Click card to read full summary

Laravel 12.0PHP 8.3Vue.js 3Tailwind CSSFilament PHP v3Laravel Reverb
092025 β€’ INTERNAL TOOLINGFeatured

Data Entry ERP

A secure, comprehensive enterprise application designed to streamline data entry operations and administrative workflows. Built with Laravel 12 and Filament v3, featuring rigorous granular access controls, Google 2FA, detailed activity auditing, and advanced XLSX data exports.

Summary

Organizations needed a highly secure data entry system capable of tracking fine-grained user actions, IP addresses, and device metadata across the platform while strictly enforcing role-based access controls and streamlining complex administrative workflows. Architected a secure Data Entry ERP application using Laravel 12 and PHP 8.2. Engineered a robust administrative dashboard using Filament v3 and Filament Shield for complex RBAC. Designed a comprehensive audit trailing system using Spatie Activitylog and developed advanced reporting capabilities via OpenSpout. Enforcing absolute security across sensitive endpoints, designing dynamic summary rows for complex business intelligence XLSX exports, and implementing secure user impersonation workflows for seamless administrative support without compromising audit logs. Enhanced overall platform security by integrating Google 2-Factor Authentication (2FA) and detailed device tracking. Established an automated testing suite with Pest and drafted extensive technical documentation, ensuring high software quality and seamless client handovers.

Click card to read full summary

Laravel 12.0PHP 8.2+Filament PHP v3Tailwind CSSSpatie PermissionSpatie Activitylog
102024 β€’ ERP & MANAGEMENTFeatured

HereYouths Office Management

A comprehensive Office Management and Educational ERP System built for HereYouths. Features complete student enrollment and class scheduling, CRM workflows for enquiries, integrated HR operations including payroll and attendance tracking, and full financial transaction management.

Summary

The organization required a unified platform to consolidate disjointed administrative workflows. Managing student enrollments, tracking teacher schedules and attendance, processing payroll, and monitoring financial health required an integrated, automated system with role-based access. Architected a full-scale ERP using Laravel 11 and Filament v3. Designed highly relational database schemas covering five main domains: Academics, HR/Payroll, CRM, Finance, and Project Management. Implemented dynamic administrative interfaces with advanced data tables, calendars, and date range filters for reporting. Modeling complex data relationships between class schedules, teacher hourly rates, and automated payroll calculations. Implementing robust role-based access control (RBAC) to ensure that staff, teachers, and administrators only accessed their specific operational domains. Delivered a centralized management hub that significantly reduced administrative overhead. Streamlined student lifecycle management from enquiry to enrollment, automated attendance-to-payroll workflows, and provided comprehensive financial dashboards for leadership.

Click card to read full summary

Laravel 11PHP 8.2Filament PHP v3Tailwind CSSMySQLRoles & Permissions
112026 β€’ FREELANCE

Myanmar Professional Counsellor

Professional web platform for a counsellor community in Myanmar, supporting ethical practice, professional development pathways, and safe counselling services for the public.

Summary

Professional web platform for a counsellor community in Myanmar, supporting ethical practice, professional development pathways, and safe counselling services for the public.

WordPressPHP
122025 β€’ FREELANCEFeatured

NexLynk LMS

A multi-tenant Learning Management System (LMS) where I focused on engineering and maintaining the vendor and administrative panels, optimizing complex financial business logic, and improving REST API performance for the core e-commerce engine.

Summary

Maintaining and scaling a complex multi-vendor e-learning platform required continuous improvements to the vendor and administrative dashboards, as well as optimizing the underlying API business logic for complex financial transactions. Focused heavily on backend API maintenance and full-stack development of the Admin and Vendor panels using Laravel 9 and PHP 8.1. Improved and optimized complex business logic governing installment payments, dynamic discount rules, affiliate tracking, and the multi-vendor accounting module. Ensuring absolute mathematical precision and strict transactional integrity when processing cart-level discounts, cashback rewards, and dynamic vendor commission payouts across the platform. Successfully stabilized the platform's API endpoints, delivered streamlined administrative and vendor dashboards, and ensured highly accurate and performant financial business logic execution for thousands of daily transactions.

Click card to read full summary

Laravel 9PHP 8.1MySQLREST APIsjQueryBootstrap
132026 β€’ AI / RAGFeatured

Myanmar Tourism AI Assistant

A cutting-edge, bilingual AI travel assistant for Myanmar. Features a scalable Retrieval-Augmented Generation (RAG) engine that orchestrates complex query rewriting, intent routing, and dynamic hybrid search (Qdrant + OpenSearch + ONNX Reranking).

Summary

Standard vector searches produce generic responses. The goal was to build an intelligent, bilingual travel assistant capable of contextual, intent-aware recommendations, deciding dynamically when to fetch live data via external tools versus querying internal knowledge bases. Engineered a fast Python/FastAPI backend executing an advanced pipeline (language detection, query rewriting, intent routing). Integrated a hybrid search system combining dense vector (Qdrant) and sparse keyword (OpenSearch) retrieval, refined by an ONNX INT8 optimized reranker. Built a highly interactive Next.js streaming frontend via Server-Sent Events (SSE). Orchestrating real-time execution of external travel tools, sanitizing massive JSON outputs, and performing live currency conversion to MMK. Synchronizing streamed LLM text responses (Gemini 2.5) with delayed rendering of structured interactive 'Place Cards'. Delivered a robust, highly accurate AI travel assistant with intelligent fallbacks and multi-turn conversational memory using Redis. Successfully containerized the entire ecosystem (API, VectorDB, SearchDB, Cache) using Docker Compose for seamless deployment.

Click card to read full summary

Python 3.11FastAPIGemini 2.5 FlashQdrantOpenSearchRedis

Let's collaborate

Have an idea?
Let's build it.

I'm open to discussing new projects, ideas, or any opportunity to collaborate.