Skip to content
View PRODHOSH's full-sized avatar
✌️
✌️

Organizations

@Nallamala-House @CodeCrafters-IITMBS

Block or report PRODHOSH

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

Profile Views



"trust the process"

snake eating contributions

🌐 Explore My Digital World 🌐

VISIT MY PORTFOLIO


👨‍💻 About Me

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

class Developer {
public:
    std::string name = "Prodhosh";
    std::string role = "Student Developer";
    std::string location = "India 🇮🇳";
    
    std::vector<std::string> passions = {
        "Data Science",
        "Web Development",
        "Problem Solving",
        "Building Cool Stuff"
    };
    
    std::string motto() {
        return "Trust the Process! 💪";
    }
    
    void sayHi() {
        std::cout << "Thanks for stopping by! Let's connect! 👋" << std::endl;
    }
};

int main() {
    Developer me;
    me.sayHi();
    return 0;
}

💻 Tech Arsenal 💻

Programming Languages

Python C++ JavaScript SQL

Data Science & ML

NumPy Pandas Matplotlib Seaborn Scikit Learn

Web Technologies

HTML5 CSS3

Databases

MySQL SQLite

Tools & Technologies

Git GitHub Jupyter VS Code Notion


📊 GitHub Analytics 📊

📈 Performance Metrics

GitHub Stats GitHub Streak

💻 Language Distribution

Top Languages

🏆 Achievement Showcase

GitHub Trophies

📊 Contribution Graph

Contribution Graph

⚡ Recent Activity

Top Contributed Repos

🌐 Connect With Me 🌐

GitHub LinkedIn Portfolio Instagram

Typing SVG


Made with 💜 by PRODHOSH V.S

Pinned Loading

  1. prodhosh-portfolio prodhosh-portfolio Public

    Galaxy-themed portfolio with 3D animations, interactive UI, and optimized performance. Built using Next.js, TypeScript, and Tailwind CSS to showcase skills, projects, and resume.

    TypeScript 2

  2. bb84_simulation bb84_simulation Public

    Interactive simulator demonstrating the BB84 Quantum Key Distribution protocol using quantum principles of superposition and measurement

    TypeScript 2

  3. nallamala-website nallamala-website Public

    TypeScript 2

  4. bsprep bsprep Public

    TypeScript 2

  5. prodshell prodshell Public

    Not your usual portfolio — this is a terminal where curiosity meets code. Type commands, discover projects, explore skills, and maybe even find some surprises along the way. Warning: highly interac…

    HTML 2

  6. iitm-cgpa-calculator iitm-cgpa-calculator Public

    Made a interactive IITM CGPA Calculator for BS students of Data Science Program

    CSS 2