
Kea Kimthean
Phnom Penh, Cambodia
About Me
Full-Stack Developer with experience building production payment systems and web applications. I specialize in delivering secure, scalable solutions using modern JavaScript frameworks and cloud technologies, with proven ability to work independently and deliver high-quality software on schedule.
Technical Skills
- Frontend: React, React Native (Expo), Next.js, AstroJS, TailwindCSS
- Backend: NestJS, Hono, JavaScript, TypeScript, Golang
- Database & Tools: PostgreSQL, Prisma, Redis, Docker, Turborepo, GitHub Actions
package main
import "fmt"
type Developer struct {
Name string
Age int
Skills []string
Interests []string
}
type TechStack struct {
DevOps []string
Backend []string
Frontend []string
}
func main() {
techStack := TechStack{
DevOps: []string{
"GitHub Actions", "Docker",
"Turborepo", "CI/CD",
},
Backend: []string{
"Golang", "NestJS",
"Hono", "PostgreSQL",
"Prisma", "Redis",
"REST APIs",
},
Frontend: []string{
"React", "React Native (Expo)",
"Next.js", "AstroJS",
"TypeScript", "JavaScript",
"TailwindCSS", "React Router",
},
}
me := Developer{
Name: "Kea Kimthean",
Age: 20,
Skills: append(
append(techStack.DevOps, techStack.Backend...),
techStack.Frontend...,
),
Interests: []string{
"Web Development",
"Cloud Infrastructure",
"Continuous Learning",
},
}
fmt.Println("Developer:", me.Name)
fmt.Println("Age:", me.Age)
fmt.Println("Skills:", me.Skills)
fmt.Println("Interests:", me.Interests)
}Education
Bachelors of Science in Information Technology | University of Cambodia, Phnom Penh, Cambodia | 50% Scholarship
IELTS 7.0 (June 2022)
Professional Experience
Mid-Level Fullstack Developer | ICE Electronics Co., Ltd | Sep 2025 - Present
- Rebuilt ICE KH mobile app using React Native with real-time product catalog and order management
- Building enterprise-grade applications using microservices architecture with NestJS and microfrontend patterns
- Implementing Module Federation for scalable frontend architecture and complex state management with Kysely
- Developing ERP solutions with focus on modularity, performance, and maintainability
Full Stack Developer | Freelance, Remote | May 2025 - Jan 2026
- Building a modular CMS/AMS/DMS system for a government agency using a microservice architecture
- Developed multiple backend microservices using NestJS with centralized auth, logging, and RBAC
- Built a performant frontend with TanStack Router and React, enabling document workflows and dynamic views
- Integrated secure document handling, versioning, role-based permissions, and approval flows
- Orchestrated service communication REST APIs for scalable deployment
Full Stack Developer | Dreamslab, Cambodia | Mar 2025 - Jul 2025
- Developed DreamsPay, a secure Bakong payment gateway with KHQR code generation, enabling real-time transactions
- Engineered Ajium, a blockchain-based loyalty platform on Telegram mini app using Next.js and Hono
- Integrated NestJS, React Router, and SSE for real-time data delivery and optimized user flows
Junior Fullstack Developer | Dreamslab, Cambodia | Aug 2023 - Mar 2025
- Built modular LangChain RAG-based chatbot for customer support with NestJS backend and Next.js frontend
- Developed reusable chatbot agent library supporting multiple JS frameworks with WebSocket and SolidJS components
Featured Projects
ICE KH Mobile App
Rebuilt e-commerce mobile application for ICE Electronics with React Native and Expo. Features real-time product catalog, cart management, order tracking, and seamless shopping experience for customers.
ESP-E-Reader
A comprehensive e-reader firmware for ESP32-based hardware with temperature/humidity monitoring, RTC functionality, and future support for novel and manga reading. Features AHT30 sensor integration, RX8025T real-time clock, SD card storage.
WebTalesMTL
A complete full-stack web application for crawling and translating Chinese web novels to English. Built with Go backend for concurrent crawling and chapter translation processing, and Astro JS frontend with server-side rendering for optimal performance. Features user history, bookmark tracking, and real-time translation capabilities.
Crawly
A web crawler built with TypeScript for crawling Khmer news text for ai dataset.
Outerbase Studio
Contributed to LibSQL Studio by Outerbase, an open-source database management interface, implementing UI improvements and bug fixes.
Kafe1
A creator monetization platform built with Next.js and Supabase, integrating Cambodia's Bakong payment system for secure financial support of local content creators.