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╔════════════════════════════════════════════════════════════════╗
║ 🎓 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




