Skip to content

hippieZhou/hippieZhou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Hello, I'm hippiezhou. I like open source!

πŸ‘¨β€πŸ’» Self Introduction

public sealed class About : Me
{
    private const string MY_DREAM = "To be a Fullstack Developer.";
    private const string MY_QUOTE = "It is no use doing what you like; you have got to like what you do."

    public object GetCurrentWorkplace()
    {
        return new
        {
            Workplace = new
            {
                Company = "Thoughtworks",
                Position = "China"
            }
        };
    }

    public IEnumerable<string> GetDailyKnowledge()
    {
        return new[]
        {
            "C#", "ASP.NET Core", "WPF", "UWP",
            "React.js", "Vue.js", "HTML", "JavaScript", "CSS",
            "SQL Server", "Oracle", "MySQL",
            "Nginx", "IIS", "Powershell", "Python",
            "Windows", "Ubuntu", "MacOS",
            "Azure Devops", "Github Action", "CI&CD",
            "TDD", "DDD"
        };
    }

    public IDictionary<string, string> GetFutureGoal()
    {
        return new Dictionary<string, string>()
        {
            { "Life", "Love what my love" },
            { "Work", "Do what I want" }
        };
    }
}

πŸ“ˆ Github Activity Graph

Github Activity Graph

πŸ† Github Profile Trophy

trophy

πŸ”₯ Github Streak

GitHub Streak


github-profile-views-counter

About

πŸ‘¨β€πŸ’» About @hippieZhou

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published