Skip to content
View sanD9090's full-sized avatar

Block or report sanD9090

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

Hi, I'm Sandeep

A passionate web developer who loves cats

I would take a bullet for a cat.

I identify as:

public class Sandeep : Person
{
    private string Name { get; set; }
    private int Age { get; set; }
    private List<string> Hobbies { get; set; }

    public Sandeep()
    {
        Name = "Sandeep Pradhan";
        Age = 24;
        Hobbies = new List<string> { "Tech Learning", "Badminton", "Gym", "Music", "Sleeping" };
    }

    public string CurrentLocation()
    {
        return "Hyderabad, Telengana, India";
    }

    public Dictionary<string, List<string>> Currently()
    {
        return new Dictionary<string, List<string>>
        {
            { "Learning", new List<string> { ".Net" } },
            { "Tinkering", new List<string> { "Console App", "Database", "Web Api", "C#" } }
        };
    }
}

I usually play around with:

angular bootstrap chartjs csharp css3 dotnet git graphql html5 javascript linux mongodb mssql nodejs rabbitMQ react sass typescript

Popular repositories Loading

  1. github-slideshow github-slideshow Public

    A robot powered training repository 🤖

    Ruby

  2. 30-Days-Of-JavaScript 30-Days-Of-JavaScript Public

    Forked from Asabeneh/30-Days-Of-JavaScript

    30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace.

    JavaScript

  3. tic-tac-toe tic-tac-toe Public

    TypeScript

  4. color_page color_page Public

    TypeScript

  5. AG-grid AG-grid Public

    TypeScript

  6. directives-demo directives-demo Public

    TypeScript