Skip to content
View aartijangra's full-sized avatar

Highlights

  • Pro

Block or report aartijangra

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

About me

#include <Creativity>
using namespace std;

class Life {
public:
    string current_job_title;
    bool open_for_opportunity;

    Life() {
        current_job_title = "Software Engineer";
        open_for_opportunity = true;
    }

    void current_projects() {
        cout << "Currently learning: MERN Stack & Problem solving πŸ“š" << endl;
        cout << "Currently working on: MERN 🌱" << endl;
        cout << "Excited for: High level designing (HLD) 🌎" << endl;
    }

    void contact_me() {
        cout << "Email: [email protected]" << endl;
    }
};

int main() {
    Life aarti;
    aarti.current_projects();
    aarti.contact_me();
    return 0;
}

if ("__repo__" == "__helpful__") {
    cout << "Star it!" << endl;
    cout << "Fork it!" << endl;
}

Linkedin Dev to

πŸ› οΈ Languages & Tools:

C++

HTML5 CSS JavaScript

React Node.js npm

MongoDB Express.js Postman

Bootstrap Canva

Git GitHub Linux Bash

windows

github stats

πŸ† GitHub Trophies

Popular repositories Loading

  1. cpp_code cpp_code Public

    C++ coding problems

    C++

  2. codingNinja-DSA codingNinja-DSA Public

    This repo contains solutions of coding ninja's problems in strivers A-Z DSA course

    C++

  3. java java Public

    java prep.

    Java

  4. crackLeet crackLeet Public

    Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)

    C++

  5. CAP-770 CAP-770 Public

    Advanced Data Structure

    C++

  6. Netflix-clone Netflix-clone Public

    This is my first project for web development where I have demonstrated netflix clone.

    HTML