Coder Social home page Coder Social logo

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

hippie's Projects

aop icon aop

Aspect oriented programming in C#

csharpdi icon csharpdi

.NET/C# 開發實戰 掌握相依性注入的觀念與開發技巧

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.