Skip to content
View iamsinghankit's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report iamsinghankit

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

#!/usr/bin/java --source 21 --enable-preview $1

String name = "Ankit Singh";
String role = "Software Engineer";
List<String> languageSpoken = List.of("en_US","hi_IN");

void main(){
    sayHi();
}

void sayHi() {
  System.out.println("Thanks for dropping by, hope you find some of my work interesting.");
}

Hi there πŸ‘‹

πŸ”­ I am working as a Backend Developer with Java.

  • πŸ”­ I’m currently working on Java 21
  • 🌱 I’m currently learning Distributed Computing
  • πŸ‘― I’m looking to collaborate on anything related to Java, Grpc, Kafka, Spring and Cloud and its adjacent communities
  • πŸ€” I’m looking for help with continuous delivery, Spring , Java, English, etc.
  • πŸ’¬ Ask me about Spring and cloud native, reactive architectures, Kafka, Grpc
  • πŸ“« How to reach me: I'm on Twitter (@iamsinghankit_). That's the best way. There's also e-mail, though keep in mind I tend to be even more async in my replies there...

Popular repositories

  1. async-cloudconvert async-cloudconvert Public

    Async Cloud Convert Implementation in Java 8

    Java

  2. filezip-maven-plugin filezip-maven-plugin Public

    Maven Plugin to create Zip File

    HTML

  3. design-pattern design-pattern Public

    Java

  4. aws-developer-associate aws-developer-associate Public

    Shell

  5. leetcode leetcode Public

    Java

  6. spring-security spring-security Public

    Includes spring-security examples from basic to advanced separated in chapter wise branch

    Java