Giter Site home page Giter Site logo

amal-stack / spring-framework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spring-projects/spring-framework

0.0 0.0 0.0 164.21 MB

Spring Framework

Home Page: https://spring.io/projects/spring-framework

License: Apache License 2.0

Shell 0.01% JavaScript 0.01% Ruby 0.01% Python 0.01% Java 98.39% Groovy 0.02% Kotlin 1.42% XSLT 0.01% CSS 0.01% AspectJ 0.07% HTML 0.01% Smarty 0.01% PLpgSQL 0.01% FreeMarker 0.07% Dockerfile 0.01%

spring-framework'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

spring-framework's People

Contributors

aclement avatar bclozel avatar cbeams avatar chenqimiao avatar dreis2211 avatar dsyer avatar hrybs avatar igor-suhorukov avatar izeye avatar jhoeller avatar kazuki43zoo avatar markfisher avatar markpollack avatar marschall avatar nebhale avatar nkjackzhang avatar odrotbohm avatar philwebb avatar poutsma avatar ramnivas avatar rstoyanchev avatar rwinch avatar sbrannen avatar sdeleuze avatar simonbasle avatar snicoll avatar spring-builds avatar stsypanov avatar violetagg avatar wilkinsona 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.