Skip to content
View Sanjeet4567's full-sized avatar

Highlights

  • Pro

Block or report Sanjeet4567

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Sanjeet4567/README.md

Let's Connect

👨🏻‍💻  A Little Bit About Me and My Interests

import java.util.List;

class Sanjeet extends Developer{
    String name = Sanjeet Raj;
    List<String> education = List.of(
        "Bachelor's in Computer Science and Engineering , NIT Patna "
    );
    List<String> interest = List.of(
        "Backend",
        "Machine Learning",
        "System Design"
        "Shell Scripting"
    );

    List<String> hobies= List.of(
        "Sudoku",
        "Gaming",
        "Badminton"
    )

    @Override
    public void code(){
        System.out.println("Runs on my machine 🤷‍♂️"); 
    }

}

🚀  Some Tools I Have Used and Learned

vscode python cLang cplusplus javascript react html css3 mongodb mysql nodejs docker kubernetes linux git bash figma figma figma

🚀  My Badges

🚀  Fun Fact

I don’t always test my code… but when I do, it’s in production.

>

Pinned Loading

  1. ChatApp ChatApp Public

    JavaScript

  2. ChessGPT ChessGPT Public

    A RAG based chatbot based on Latest Chess Data

    TypeScript

  3. DiamondPricePrediction DiamondPricePrediction Public

    Jupyter Notebook

  4. E-CommerceApp E-CommerceApp Public

    An e-commerce app using React and Spring Boot

    JavaScript

  5. LoanApprovalPredictionApp LoanApprovalPredictionApp Public

    A ML based application that predicts the loan approval based on application parameters

    Jupyter Notebook

  6. restaurant-review restaurant-review Public

    A full stack spring boot app that reviews restaurant around you

    TypeScript