Skip to content
View amal-stack's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report amal-stack

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

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

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() => new PersonBuilder()
    .HasName("Amal Krishna")
    .GoesByPronouns("he/him", "they/them")
    .WasBornOn(new DateTime(year: 2000, month: 5, day: 4))
    .HailsFrom(country: "🇮🇳", city: "Mumbai")
    .CanSpeak(languages => languages
        .Add(new Language(name: "English", proficiency: Proficiency.Fluent))
        .ThenAdd(new Language(name: "Hindi",   proficiency: Proficiency.Fluent))
        .ThenAdd(new Language(name: "Malayalam", proficiency: Proficiency.Native))
        .ThenAdd(new Language(name: "Marathi", proficiency: Proficiency.Intermediate))
        .ThenAdd(new Language(name: "Spanish", proficiency: Proficiency.Elementary));
    )
    .Build();

Statistics

Pinned

  1. Amalgam.Tables Amalgam.Tables Public

    A fluent .NET library for building tables using objects and writing them to the console and other output destinations

    C#

  2. CpuSchedulingAlgorithms CpuSchedulingAlgorithms Public

    CPU scheduling algorithms used by operating systems implemented in C#

    C#

  3. CyptographyAlgorithms CyptographyAlgorithms Public

    Implementation of cryptography algorithms in C#

    C# 1

  4. notebooksfx notebooksfx Public

    A markdown-based, note-taking app that organizes notes into sections and pages, like a notebook. Inspired by Microsoft OneNote.

    Java