Skip to content
View imraghavagr's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report imraghavagr

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

ezgif-4-d7c1031017

नमस्ते (Namaste)🙏🏻 I'm Raghav Agarwal

Software Engineer @ Pine Labs || Gold Medalist || 750+ LeetCode || Distributed Systems || Loves Teaching

About Me

#include <iostream>
#include <vector>
#include <string>

using namespace std;

class Raghav {
private:
    string name;
    string role;
    string company;
    string education;
    string honor;
    vector<string> tech_stack;

public:
    Raghav() {
        name = "Raghav Agarwal";
        role = "Software Engineer";
        company = "Pine Labs (FinTech)";
        education = "Integrated M.Tech in CSE (AI & ML) - VIT Bhopal";
        honor = "Gold Medalist | LeetCode Global Rank < 40k";
        
        tech_stack = {
            "Distributed Systems (RabbitMQ, Apache Pulsar)",
            "Backend Engineering (.NET Core, C#)",
            "System Design & Scalability",
            "Data Structures & Algorithms"
        };
    }

    void current_status() {
        cout << "👋 Hi, I'm " << name << "!" << endl;
        cout << "🚀 Currently architecting scalable solutions as a " << role 
             << " at " << company << "." << endl;
        cout << "🎓 Alumnus of " << education << " (" << honor << ")." << endl;
    }

    void show_arsenal() {
        cout << "\n🛠️  Tech Arsenal:" << endl;
        for(const string& skill : tech_stack) {
            cout << "   > " << skill << endl;
        }
    }

    void say_bye() {
        cout << "\nThanks for dropping by! Finding my work interesting? Let's connect!" << endl;
    }
};

int main() {
    Raghav engineer;
    engineer.current_status();
    engineer.show_arsenal();
    engineer.say_bye();
    return 0;
}

My Leetcode Stats

LeetCode Stats

LeetCode user imraghavagr

Random Tech joke for you!

README Jokes

📫 Reach out to me on

              

Pinned Loading

  1. DSA-cpp DSA-cpp Public

    C++ 1

  2. indrapaul824/VORTEX indrapaul824/VORTEX Public

    A Deep Learning based Tropical Cyclone Intensity Estimator featuring the INSAT-3D Infrared Image Data over the Indian subcontinent.

    Jupyter Notebook 7 2

  3. mental-health mental-health Public

    https://mental-health-fastapi.herokuapp.com/docs

    Jupyter Notebook 1 3

  4. Movie-Review-Sentiment-Prediction Movie-Review-Sentiment-Prediction Public

    Jupyter Notebook 4 1