Skip to content
View hippieZhou's full-sized avatar
Focusing
Focusing

Organizations

@Programming-With-Love
Block or Report

Block or report hippieZhou

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

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

Pinned

  1. hippiezhou.github.io hippiezhou.github.io Public

    hippiezhou.dev

  2. ASP.NET-Core-Web-API-Best-Practices-Guide ASP.NET-Core-Web-API-Best-Practices-Guide Public

    ASP.NET Core Web API Best Practices Guide

    82 24

  3. DesignPatterns DesignPatterns Public

    设计模式之美

    C# 55 10

  4. chinese-poetry-db chinese-poetry-db Public

    一键生成古诗词数据库文件

    Python 33 6

  5. baidupankey baidupankey Public

    百度网盘提取码一键获取

    Python 42 29