Skip to content
View drunksweet's full-sized avatar
🐵
learning ing
🐵
learning ing

Block or report drunksweet

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


Introduce Myself

public interface ISuperCoder {
    public String[][] getProgrammingSkills();
    public String[] getSoftwareSkills();
}

public interface ISpecialMan {
    public String[] getHobbies();
}

public class Drunksweet implements ISuperCoder, ISpecialMan {
    private String enName = "drunksweet";
    private String hometown = "WenZhou ZheJiang | 浙江温州";
    private String birthday = "2005/07/30";
    private String university = "CCNU";
    private String degree = "undergraduate";
    private String currentFocus = "Astor && React-Native";

    @Override
    public String[][] getProgrammingSkills() {
        return new String[][]{
            {"Java", "Python", "C++", "JavaScript"},
            {"Frontend", "Android", "iOS"},
            {"Windows", "Android", "MacOS", "Ubuntu"}
        };
    }

    @Override
    public String[] getSoftwareSkills() {
        return new String[]{
            "Hexo", "Design Patterns", "Git", "Vim"
        };
    }

    @Override
    public String[] getHobbies() {
        return new String[]{
            "Skateboard", "Singing"
        };
    }
}

Focused Technical Fields

Focus on learning technology, but not limited to it. roadmap.sh


This is my SKILL TREE


java python golang JavaScript c++ swift

as markdown ios anaconda Ubuntu Latex

My favorite Tools


vs javaidea webstorm xcode jupyter

Obsidian github git vim leetcode

My FRONTEND skill set


JavaScript typescript css3 tailwind html5 react

vs webstorm

Popular repositories Loading

  1. 2024-CCNU-Station-Android 2024-CCNU-Station-Android Public

    Forked from muxi-mini-project/2024-CCNU-Station-Android

    桂子站安卓仓库

    Java

  2. cs-self-learning cs-self-learning Public

    Forked from PKUFlyingPig/cs-self-learning

    计算机自学指南

    HTML

  3. drunksweet drunksweet Public

  4. tangBlog tangBlog Public

    drunksweet的个人博客

    HTML

  5. miaomemeGM miaomemeGM Public

    hackathon

    Python 1

  6. GitHub-Chinese-Top-Charts GitHub-Chinese-Top-Charts Public

    Forked from GrowingGit/GitHub-Chinese-Top-Charts

    🇨🇳 GitHub中文排行榜,各语言分设「软件 | 资料」榜单,精准定位中文好项目。各取所需,高效学习。

    Java