8000 GitHub - drunksweet/drunksweet
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

drunksweet/drunksweet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 

Repository files navigation



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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0