Skip to content
View Subha12125's full-sized avatar
😊
On vacation
😊
On vacation

Highlights

  • Pro

Block or report Subha12125

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.

Content in all repositories owned by your account will be closed.
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
Subha12125/README.md

 About Me

class SubhabrataPaul {
public:
    string name      = "Subhabrata Paul";
    string alias     = "Subha";
    string location  = "Kolkata, West Bengal, India";
    string role      = "Engineering Student & Developer";
    string portfolio = "subhabratapaul.me";

    vector<string> languages = {"Python", "C++", "JavaScript", "Java"};
    vector<string> interests = {"Web Dev", "AI & Automation", "System Design"};

    map<string, vector<string>> currentlyDoing() {
        return {
            {"Building",  {"VedEngine", "Job Portal", "AI-powered tools"}},
            {"Learning",  {"DSA in C++", "System Design", "Gen AI"}},
            {"Open to",   {"Collaborations", "Open Source", "Hackathons"}},
            {"Ask me",    {"Python", "React", "Node.js", "Flask"}}
        };
    }

    string motto() { return "Ship fast, learn faster."; }
};

 Tech Arsenal

Languages

Languages

Frontend

Frontend

Backend & Databases

Backend

Tools & Platforms

Tools

 Featured Projects

AI-powered multimodal search engine — keyword search, semantic search, OCR, and image-based retrieval

React Fastify PostgreSQL Redis AI

Automates exam grading using Gemini API — generates marks and feedback with Supabase storage

React Express.js Gemini API Supabase

Full-stack MERN job portal — secure auth, company management, job postings, resume uploads

React Node.js Express MongoDB

AI workspace for solving worksheets & quizzes — step-by-step answers, multi-language, printable PDFs

TypeScript React Gemini API

Glassmorphism calorie tracker — personalized goals using Mifflin-St Jeor equation

JavaScript Tailwind CSS HTML

End-to-end encrypted chat using RSA — secure, private, real-time messaging

Python Socket Programming RSA

 GitHub Trophies

GitHub Trophies

 GitHub Stats


Activity Graph

 Watch My Contributions Get Eaten


github contribution grid snake animation

 LeetCode Stats

LeetCode Stats

 Random Dev Quote

Readme Quotes

 Profile Views

Profile Views



Let's Connect & Build Something Awesome!

Portfolio


Footer Typing



Pinned Loading

  1. Encrypted-Chat- Encrypted-Chat- Public

    A simple but secure end-to-end encrypted chat system built using Python's `socket` and `rsa` libraries. This project allows two users to communicate over a network with all messages encrypted using…

    Python

  2. To-Do-app-Flask- To-Do-app-Flask- Public

    This is a simple ToDo app . This is a basic prototype version. Username - admin and password - 123

    Python 1

  3. NutriPlan NutriPlan Public

    A simple JavaScript-based mock food database containing calories, protein, carbs, and fat values for common foods. Perfect for diet planners, calorie trackers, and demo projects.

    JavaScript 2

  4. Online-Book-Store Online-Book-Store Public

    Forked from Vivek-Cse-27/Online-Book-Store

    This is a repository for online book store with key features :

    JavaScript 3

  5. AutoGradeAI AutoGradeAI Public

    Evalify AI automates exam grading using GeminiApi, generating marks and feedback, with results stored in Supabase.

    JavaScript 5 9

  6. VedEngine VedEngine Public

    VedEngine is an AI-powered multimodal search engine that combines keyword search, semantic search, AI-generated answers, OCR, and image-based retrieval into a unified intelligent search platform. B…

    JavaScript 1