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

Highlights

  • Pro

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Typing SVG

interface ISuperCoder {
    getProgrammingSkills(): string[][];
    getSoftwareSkills(): string[];
}

interface ISpecialMan {
    getHobbies(): string[];
}

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

    getProgrammingSkills(): string[][] {
        return [
            ["JavaScript", "TypeScript", "Java", "Python", "Swift"],
            ["Frontend", "React-Native", "Android", "iOS"],
        ];
    }

    getSoftwareSkills(): string[] {
        return ["Version Control", "CI/CD", "Design Patterns"];
    }

    getHobbies(): string[] {
        return ["Skateboard🛹", "Singing🎤", "history🛞"];
    }
}

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. drunksweet drunksweet Public

  3. tangBlog tangBlog Public

    drunksweet的个人博客

    HTML

  4. miaomemeGM miaomemeGM Public

    hackathon

    Python 1

  5. GMdemo GMdemo Public

    C++

  6. mipo-js mipo-js Public

    miniproject code by js

    HTML