╔══════════════════════════════════════════════════════════════╗
║ MOE KYAW AUNG · SENIOR ANDROID DEVELOPER ║
║ Microslop · Tachileik, Myanmar ║
╚══════════════════════════════════════════════════════════════╝
Senior Android Developer @ Microslop
Kotlin · Jetpack Compose · Firebase · Clean Architecture · CI/CD
This is the source of my GitHub Pages portfolio site — a production-grade, dark cyber-themed profile showcasing my work as a Senior Android Developer with 5+ years of experience delivering scalable mobile applications, DevOps pipelines, and cloud-connected Android products.
Live site → moe-kyaw-Aung-microsoft.github.io
| Layer | Technologies |
|---|---|
| Android | Kotlin · Java · Android SDK · Jetpack Compose · ViewModel · LiveData · Room · Navigation |
| Architecture | MVVM · MVI · Clean Architecture · Multi-module · SOLID |
| Backend & APIs | REST API · Retrofit · OkHttp · JSON · Claude API · Gemini API |
| Cloud | Firebase Auth · Firestore · Realtime DB · Cloud Functions · FCM · Crashlytics |
| DevOps | GitHub Actions · Azure DevOps · Jenkins · Gradle · Git · Postman |
| Testing | JUnit · Espresso · UI Testing · Unit Testing · Debugging · Profiling |
| Web | Next.js · HTML5 · CSS3 · JavaScript · GitHub Pages |
Native Android translation app powered by the Anthropic Claude API
Tech: Kotlin · Jetpack Compose · MVVM · Claude API · Speech Recognition · TTS
Lang: Myanmar · Chinese · Thai · Japanese · Korean · Hindi · English · + more
- Real-time translation across 8 languages using Claude API as the backend engine
- Speech-to-text input and text-to-speech output fully integrated
- Offline-first architecture with Material Design 3 UI
- Converted from a React/TypeScript/Gemini prototype to full native Android
Modernized GitHub Actions workflow for Android development
Tech: GitHub Actions · Gradle · YAML · Play Store API · Signing
- Automated builds, lint checks, instrumented tests and release signing
- Dependency audits and Play Store deployment in a single workflow
- Significantly reduces manual release effort and post-release defect rate
Dark cyber-aesthetic GitHub Pages portfolio
Tech: HTML5 · CSS3 · JavaScript · GitHub Pages · GitHub Actions
- Scroll-reveal animations, grid backgrounds, glowing orb effects
- Responsive layout with DM Serif Display + JetBrains Mono typography
- Auto-deployed via GitHub Actions on every push to
main
## 📊 Engineering Metrics
---
Senior Android Developer · Microslop · 2022 – Present
├── Kotlin/Java · Jetpack · Clean Architecture
├── Firebase Auth · Firestore · Cloud Messaging · Crashlytics
├── GitHub Actions CI/CD · Azure DevOps · Play Store releases
├── Coroutines · RxJava · Performance profiling
└── Agile sprints · Code reviews · Junior mentoring
Android Developer · Previous Company · 2019 – 2022
├── Java/Kotlin · Android Studio · Material Design
├── REST API integration · Error handling · Offline support
├── Firebase push notifications · Analytics · Remote config
└── JUnit · Espresso · UI & unit testing
🎓 Bachelor of Computer Science — University of Computer Studies, Pathein, Myanmar
🎓 Bachelor of Arts in English — Pathein Distance University, Myanmar
Certifications:
Java Kotlin Android Data Structures & Algorithms Firebase Git Cybersecurity Computer Vision (Python)
via Programming Hub and other platforms
| Language | Level |
|---|---|
| 🇲🇲 Myanmar (Burmese) | Native |
| 🇬🇧 English | Professional Working Proficiency |
Communication Teamwork Mentoring Juniors Problem Solving Ownership Agile Mindset
# Clone the repository
git clone https://github.com/Moe-kyaw-Aung-microsoft/Moe-kyaw-Aung-microsoft.github.io.git
cd Moe-kyaw-Aung-microsoft.github.io
# Open in browser directly
open index.html
# Or serve locally
npx serve .This site auto-deploys to GitHub Pages on every push to main.
# .github/workflows/deploy.yml (example)
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/deploy-pages@v4