Skip to content
View phyo-105438's full-sized avatar
🎯
Consistency
🎯
Consistency
  • Bangkok , Thailand
  • 08:57 (UTC +07:00)

Block or report phyo-105438

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
phyo-105438/README.md

Hi 👋, I'm Phyo Hein

import java.util.Arrays;
import java.util.List;

public class Profile {
    private String aboutMe;

    public Profile() {
        this.name = "Myo Win"; // My full name
        this.nickname = "Phyo Hein"; // My nickname
        this.location = "Bangkok"; // My location
        this.education = "Bachelor of Science in Physics, Diploma in Software Engineering"; // My education background
        this.pronouns = "he/him"; // Adjusted pronouns
        this.code = Arrays.asList("Java", "Kotlin"); // Updated programming languages
        this.tools = Arrays.asList("Android SDK", "Jetpack Compose", "IntelliJ IDEA", "Android Studio"); // Updated tools
        this.description = """Hello! I'm an Android developer with a passion for creating innovative applications.
                            Although I don't have formal working experience in the industry,
                            I've dedicated the past year to developing and updating my own projects"""                         
        this.currentlyLearning = Arrays.asList("Jetpack Compose", "Android Architecture Components"); // Added currently learning topics
    }

    // Getters
    


Languages and Tools

Programming Languages:

JavaScript Java Kotlin
JavaScript Java Kotlin

Frontend Technologies

HTML CSS jQuery Bootstrap XML JavaScript
HTML CSS jQuery Bootstrap XML JavaScript

Android Technologies

Android SDK Java Kotlin Android Jetpack
Android SDK
Java Kotlin
Android Jetpack

Integrated Development Environments (IDEs)

Visual Studio Code IntelliJ IDEA Android Studio
Visual Studio Code
IntelliJ IDEA
Android Studio

Version Control System

Git
Git

Databases

MySQL Android Room SQLite Firebase
MySQL
Android Room
SQLite
Firebase

Operating Systems

Linux Ubuntu Debian CentOS
Linux Ubuntu Debian CentOS

phyo-105438


phyo-105438 phyo-105438

Pinned Loading

  1. English-Dictionary-App-In-Java English-Dictionary-App-In-Java Public

    This Java program is a simple dictionary application that allows users to look up the definitions, phonetics, audio pronunciation, synonyms, and antonyms of a given word. It fetches data from the D…

    Java

  2. Java-Banking-App-With-GUI Java-Banking-App-With-GUI Public

    This is a comprehensive Java-based banking application that closely mimics the functionality and features found in real-world banking systems. The application utilizes a MySQL database to store and…

    Java

  3. Weather_App_In_Java Weather_App_In_Java Public

    This Java-based backend application provides real-time weather data and forecasts. Utilizing APIs, it fetches weather information and delivers it to clients in a structured format. The project show…

    Java

  4. Word-Guessing-Android-Game-In-Java Word-Guessing-Android-Game-In-Java Public

    This is an Android game developed in Java that challenges players to guess the names of various fruits in the English language.

    Java

  5. Android_Calculator_App Android_Calculator_App Public

    A fully functional Android calculator app that mimics the behavior of a real calculator. This app features two user interfaces: a blue theme and a red theme, allowing users to choose their preferr…

    Java

  6. Weather-Dashboard Weather-Dashboard Public

    JavaScript