Giter Site home page Giter Site logo

roportfolio's Introduction

Hey there, it's Amal Krishna.

Stack Exchange reputation [LinkedIn] [HackerRank] GitHub wakatime Buy Me a Coffee

23 | Student at Mumbai University | Tech and Programming Enthusiast

[Coffee] + [Dark Theme] + [Fonts]

I work with

Category List
Programming Languages [C#] [C++] [Java] [Python] [Dart] [JavaScript] [Kotlin]
Frameworks [.NET] [Blazor] [Spring Boot] [Flutter] [JavaFX] [Hadoop] [Bootstrap]
Databases [PostgreSQL] [SQL Server] [MySQL]
Others [Git] [Azure DevOps] [Trello] [Jira Software]
Editors and IDEs [Visual Studio] [Visual Studio Code] [IntelliJ IDEA]

Check out my articles

Explore C#'s pattern matching and learn how to use various patterns to write succint and expressive code in C#.

Learn how to use the => operator to simplify your code and write your C# methods and properties using a more minimal and concise syntax.

Other interests include

  • Exploring languages and cultures.
  • Interaction, public speaking and presentations.
  • Tutoring, sharing knowledge and inspiring.

Talk is cheap, show me the code

public static Person BuildMe() => Person.CreateBuilder()
    .HasName("Amal Krishna")
    .GoesByPronouns("he/him", "they/them")
    .WasBornOn(new DateTime(year: 2000, month: 5, day: 4))
    .HailsFrom(country: "๐Ÿ‡ฎ๐Ÿ‡ณ", city: "Mumbai")
    .CanSpeak([
        new Language(name: "English", proficiency: Proficiency.Fluent),
        new Language(name: "Hindi",   proficiency: Proficiency.Fluent),
        new Language(name: "Malayalam", proficiency: Proficiency.Native),
        new Language(name: "Marathi", proficiency: Proficiency.Intermediate),
        new Language(name: "Spanish", proficiency: Proficiency.Elementary)
    ])
    .HasPresence(presence => {
        presence.OnPlatform(Platform.Email)
            .As("[email protected]")
            .WithStatus(Status.HighlyActive)

        presence.OnPlatform(Platform.Stackoverflow)
            .As(userId: 11455105)
            .WithUrl(new Uri("https://stackoverflow.com/users/11455105/"))
            .WithStatus(Status.HighlyActive);

       presence.OnPlatform(Platform.Linkedin)
           .As(username: "amallkrishna")
           .WithUrl(new Uri("https://www.linkedin.com/in/amallkrishna"))
           .WithStatus(Status.ModeratelyActive);

       presence.OnPlatform(Platform.Github)
           .As(username: "amal-stack")
           .WithUrl(new Uri"https://github.com/amal-stack"))
           .WithStatus(Status.HighlyActive);
    })
    .Build();

Statistics

roportfolio's People

Contributors

amal-stack avatar

Watchers

 avatar

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.