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; } };
Pinned Loading
-
OperatingSystems
OperatingSystems PublicA simulation of multiprogramming operating system implemented in Java
Java 3
-
clothing-store
clothing-store PublicA E-commerce website for buying all your daily clothes
JavaScript 4
-
PCOS-Detection
PCOS-Detection PublicA Hybrid model used to detect PCOS (Polycystic Ovary Syndrome) using ultrasound images
-
Movie-Recommendation-System
Movie-Recommendation-System PublicThis is a movie recommendation system built using content based filtering technique making use of cosine similarity
Jupyter Notebook 4
-
Travel-Backend
Travel-Backend PublicThis 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
-
test-case-generator
test-case-generator PublicGenerate test case from SRS document using RAG
Python
If the problem persists, check the GitHub status page or contact support.