Skip to content
View pleasingsunlight's full-sized avatar

Block or report pleasingsunlight

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
pleasingsunlight/README.md
    
██████╗ ██████╗ ██╗██╗   ██╗ █████╗ ███╗   ██╗███████╗██╗  ██╗██╗   ██╗
██╔══██╗██╔══██╗██║╚██╗ ██╔╝██╔══██╗████╗  ██║██╔════╝██║  ██║██║   ██║
██████╔╝██████╔╝██║ ╚████╔╝ ███████║██╔██╗ ██║███████╗███████║██║   ██║
██╔═══╝ ██╔══██╗██║  ╚██╔╝  ██╔══██║██║╚██╗██║╚════██║██╔══██║██║   ██║
██║     ██║  ██║██║   ██║   ██║  ██║██║ ╚████║███████║██║  ██║╚██████╔╝
╚═╝     ╚═╝  ╚═╝╚═╝   ╚═╝   ╚═╝  ╚═╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝ ╚═════╝
    

GitHub Profile Views


About

#include <iostream>
#include <vector>
using namespace std;

class PriyanshuKumar {
public:
    
    vector<string> domains = {
        "Machine Learning",
        "Problem Solving",
        "Quantitative Research",
        "Backend Systems",
        "API Development"
    };

    vector<string> stack = {
        "C++",
        "Python",
        "Java",
        "MySQL"
    };

    vector<string> interests = {
        "Optimization",
        "System Design",
        "Data Driven Engineering",
        "Scalable Infrastructure"
    };

    string current_focus =
        "Building reliable systems and improving analytical depth";

    void initialize() {
        cout << "Build. Iterate. Optimize." << endl;
    }
};

int main() {
    PriyanshuKumar dev;
    dev.initialize();
}

Technology Stack



Contribution Activity



😄 If you find my work valuable, I’d greatly appreciate a ⭐ in support!

◈  Connect  ◈

GitHub Email LeetCode Instagram

Popular repositories Loading

  1. pleasingsunlight pleasingsunlight Public

    Config files for my GitHub profile.

    1

  2. flowState flowState Public

    This repository hosts our team’s project for SIH-25, built to tackle real-time groundwater data tracking from DWLR data. Our aim is to deliver an impactful, efficient, and scalable solution that bl…

    TypeScript 1

  3. geoflation geoflation Public

    Geoflation is an end-to-end geopolitical trade shock simulation platform that models the impact of global events like sanctions, conflicts, and tariffs on trade networks and commodity markets using…

    Python 1