data class Developer(
val name: String = "Moe Kyaw Aung",
val title: String = "Senior Android Developer",
val location: String = "🇲🇲 Tachileik, Myanmar",
val experience: Int = 5, // years+
val education: List<String> = listOf(
"B.Sc CS — Univ. of Computer Studies, Pathein",
"B.A English — Pathein Distance University"
),
val languages: List<String> = listOf(
"Burmese 🇲🇲", "English 🇬🇧", "Code 💻"
),
val passion: String = "Myanmar Tech Education & AI Innovation",
val funFact: String = "I animate everything — even my READMEs 🌀"
)
val moe = Developer()
// Currently: Building 4D-animated projects on GitHub Pages
// Mission: Educate Burmese developers through bilingual content| 🎯 Project | 🔧 Tech Stack | 🌟 Highlights |
|---|---|---|
| 🌐 AI Translator | Gemini API · JS · 19 Languages | Mic support · Self-contained |
| 🎲 3D Rubik's Cube | Three.js · Swipe Controls | Multi-size · Single HTML |
| 🔄 CodeVerter | Gemini 2.0 Flash · HTML/JS | 30+ lang converter |
| 📊 Life in Weeks | React · Dark Theme | Bilingual EN/Myanmar |
| 💕 Love Counter | React · Bilingual | EN/Myanmar toggle |
| 🏙️ Myanmar Cities | HTML/CSS/JS | Postcodes directory |
| 🐎 CSS Animations | Pure CSS | 9 scene animations |
| 📚 Dev Portal | HTML · Burmese | GitHub mobile guide |
╔════════════════════════════════════════════════════════════════╗
║ 🎓 EDUCATIONAL BACKGROUND ║
╠════════════════════════════════════════════════════════════════╣
║ 🖥️ B.Sc Computer Science ║
║ University of Computer Studies, Pathein ║
╠════════════════════════════════════════════════════════════════╣
║ 📖 B.A English Language ║
║ Pathein Distance University ║
╠════════════════════════════════════════════════════════════════╣
║ 📍 Location : Tachileik, Shan State, Myanmar 🇲🇲 ║
║ 💼 Experience: 5+ Years — Android Development ║
╚════════════════════════════════════════════════════════════════╝
"မြန်မာ developer တွေအတွက် quality tech education ဖန်တီးနေတဲ့
bilingual content creator တစ်ယောက်ဖြစ်သည်"
- 🎯 Mission — Burmese developers များအတွက် Android & AI education ဖန်တီးခြင်း
- 📱 Specialty — Kotlin, Jetpack Compose, MVVM, Clean Architecture
- 🤖 AI Focus — Gemini API integration, AI-powered web apps
- 🌐 Web — Three.js 3D experiences, single-file GitHub Pages deployments
- 🔐 Secondary Interest — Cybersecurity & System Design



