Skip to content
View 92rw's full-sized avatar
๐Ÿ“
Learn Coding
๐Ÿ“
Learn Coding

Block or report 92rw

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
92rw/README.md

Hi there ๐Ÿ‘‹

I'm looking for job as Back-End developer.

๐Ÿ“ˆ Github Activity Graph

github contribution grid snake animation

๐Ÿ‘จโ€๐Ÿ’ป Self Introduction

public class AboutMe {
    private String educationBackground = "Bachelor's Degree in Tongji University, Shanghai";
    
    private String[] skills = new String[]{
            "Java", "MySQL", "SpringBoot", "Git", "Linux", "MyBatis"
    };

    private AboutMe(){};
    
    private static AboutMe info = new AboutMe();

    public String getEducationBackground() {
        return info.educationBackground;
    }

    public String[] getSkills() {
        return info.skills;
    }
}

Pinned Loading

  1. Java-Study-Notes Java-Study-Notes Public

    Javaๅญฆไน ็ฌ”่ฎฐ

    Java 5 1

  2. ideFx ideFx Public

    Use JavaFX to create simple IDE

    Java 1