Skip to content
View shreyash2503's full-sized avatar
😁
😁

Block or report shreyash2503

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

Typing SVG

class AboutMe {
public:
    int age = 20;
    string myName = "Shreyash"; 
    string skills = "C++, C, Python, Java (Core), Spring Boot, HTML, CSS, JavaScript, TypeScript, SQL, MongoDB, "
                    "Node, React, Express, Mongoose, Next, Deep Learning, AWS, Docker";

    void getMySkills() {
        cout << "I am a Full Stack Web Developer! My skills include: " << skills << endl;
    }

    void currentlyLearningSkills() {
        cout << "Currently learning AWS and Docker (because containerizing everything is the way to go!)" << endl;
    }

    void aboutMe() {
        cout << "Hi, I'm " << myName << ", age " << age << ". I enjoy watching anime ✨ and asking for ride requests! 🚗💨" << endl;
    }
};
iconiconiconiconiconicon
iconiconiconiconiconicon
icon

💻 Tech Stack:

C++ Java Python TypeScript JavaScript CSS3 HTML5 AWS Firebase Flutter JWT NPM Pug React MySQL MongoDB Matplotlib NumPy Pandas scikit-learn Docker Postman Redux NodeJS React Native Express.js GraphQL Next JS Zod TailwindCSSFastAPI Flask Prisma TensorFlow Spring Prometheus Grafana

Pinned Loading

  1. OperatingSystems OperatingSystems Public

    A simulation of multiprogramming operating system implemented in Java

    Java 3

  2. clothing-store clothing-store Public

    A E-commerce website for buying all your daily clothes

    JavaScript 4

  3. PCOS-Detection PCOS-Detection Public

    A Hybrid model used to detect PCOS (Polycystic Ovary Syndrome) using ultrasound images

    Python 7 1

  4. Movie-Recommendation-System Movie-Recommendation-System Public

    This is a movie recommendation system built using content based filtering technique making use of cosine similarity

    Jupyter Notebook 4

  5. Travel-Backend Travel-Backend Public

    This repository houses the backend REST API for a website dedicated to sharing travel experiences through user reviews. Users can provide insights and feedback on their travel adventures for the be…

    TypeScript 3

  6. test-case-generator test-case-generator Public

    Generate test case from SRS document using RAG

    Python