Giter Club home page Giter Club logo

Ayush Choudhary: Fullstack Developer

Hi there 👋, I am Ayush Choudhary.
I am a Java Spring boot & React developer & Inquisitive learner always.
Graduated in B.Tech CSE 2022 from KIET Group of Institions, Ghaziabad
More interested in developing and learning about beautiful and interesting backends architectures.


import java.util.*;

public class Ayush{
    private final static String NAME = "Ayush Choudhary";
    private final static String USERNAME = "ayushhurdey";
    private final static String LOCATION = "Bengaluru, Karnataka, India";
    private final static String LINKEDIN = "https://www.linkedin.com/in/ayush-choudhary-5a0b1b193/";
    private static Map<String, String> map;
    public static Ayush singleton;
    
    private Ayush(){}
    
    public static Ayush getInstance(){
         if (singleton == null){ 
            singleton = new Ayush();
        }
        
        return singleton;
    }
    
    public static Map<String, String> getUserData() {
          map = new HashMap<>(){
             {
                 put("name", NAME);
                 put("username", USERNAME);
                 put("location", LOCATION);
                 put("linkedin", LINKEDIN);
             }
         };
         return map;
    }
    
    public static void main(String args[]){
        Ayush.getInstance()
            .getUserData()
            .forEach((key, value) -> System.out.println(key+ " : " + value));
    }

Contacts


Skills and Tools

Github Stats



Ayush Trips' Activity Graph

Ayush Choudhary's Projects

c-project icon c-project

This is a Student Management System Project directory.

codeganak icon codeganak

An online editor and compiler for java and python.

collreach icon collreach

A unified system for all internal college communications.

compressy icon compressy

Chrome Extension that compresses images by simply drag and drop.

coursera icon coursera

This repo is for learning git and github by coursera as an assignment.

interviewbit-topicwise-solutions icon interviewbit-topicwise-solutions

The repository contains solutions to various problems on interviewbit. The code is merely a snippet (as solved on InterviewBit) & hence is not executable in a c++ compiler. The code written is purely original and completely my own.

musically icon musically

Music Player: Listen to music as per you moods

quicky icon quicky

Browser extension for quickly sharing the link of websites among devices with QR code

register icon register

Grab your own sweet-looking '.is-a.dev' subdomain

wqu-ds icon wqu-ds

Introduction to Data Science by WQU

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.