
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 (Year 3) | University of Cambodia, Phnom Penh, Cambodia | 50% Scholarship
IELTS 7.0 (June 2022)
Professional Experience
Software Engineer | Dreamslab, Cambodia | Mar 2025 - Present
- Developed DreamsPay, a Bakong payment gateway processing secure transactions with KHQR code generation and real-time processing for Khamsa Group subsidiaries.
- Engineered Ajium, a blockchain-based loyalty platform on Telegram mini app using Next.js frontend and Hono backend, enabling seamless token-based rewards for users.
- Implemented responsive interfaces and optimized API endpoints for improved performance and user experience across multiple platforms.
Junior Software Engineer | Dreamslab, Cambodia | Aug 2023 - Mar 2025
- Engineered a distributed LangChain RAG-based chatbot system with NestJS backend and Next.js frontend, enabling automated customer service across multiple websites.
- Built a modular chatbot agent library supporting multiple JavaScript frameworks, improving deployment efficiency and code reusability.
- Developed a comprehensive online educational platform using Next.js, implementing responsive interfaces and interactive features for diverse user bases.
Relevant Experience
Kafe1 | Developer | Cambodia | Oct 2024 - Dec 2024
- Developed a creator monetization platform with Next.js and Supabase, integrating Cambodia's Bakong payment system to enable secure financial support for local content creators through automated domestic transactions.
WebtalesMTL | Owner | Cambodia | Jul 2024 - Sep 2024
- Developed WebTalesMTL, a Go-powered web crawler and content aggregator that automatically extracts and translates Chinese web novels to English, featuring concurrent crawling and chapter translation processing along with user history, bookmark tracking.
- Built responsive frontend with Astro JS, implementing server-side rendering for optimal performance and user experience.
LibSQL Studio | Developer | Cambodia | Apr 2024 - May 2024
- Contributed to LibSQL Studio by Outerbase, an open-source database management interface, implementing UI improvements and bug fixes to enhance user experience.
Featured Projects
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.