data class Profile(
val name: String = "Myo Win", // Full name
val nickname: String = "Phyo Hein", // Nickname
val role: String = "Mobile Developer", // Role
val location: String = "Bangkok", // Location
val pronouns: String = "he/him", // Pronouns
val code: List<String> = listOf("JavaScript", "Java", "Kotlin", "Dart", "Swift"), // Programming languages
val frameworks: List<String> = listOf("Legacy Native Android (XML)", "Jetpack Compose", "Flutter"), // Frameworks
val tools: List<String> = listOf("Android SDK", "Android Studio", "Jetpack Compose", "Postman", "IntelliJ IDEA") // Tools
)
| JavaScript | Java | Kotlin | Dart | Swift |
|---|---|---|---|---|
| HTML | CSS | jQuery | Bootstrap | JavaScript |
|---|---|---|---|---|
| JavaScript | NodeJS | MongoDB |
|---|---|---|
| Android SDK | Java | Kotlin | Jetpack Compose |
|---|---|---|---|
| Dart | Flutter |
|---|---|
| Visual Studio Code | IntelliJ IDEA | Android Studio |
|---|---|---|
| Git | GitHub | GitLab |
|---|---|---|
| MySQL | Android Room | SQLite | Firebase |
|---|---|---|---|
| Linux | Ubuntu | Debian |
|---|---|---|