class SubhabrataPaul {
public:
SubhabrataPaul() {
name = "Subhabrata Paul";
alias = "Subha";
location = "Habra, West Bengal, India ๐ฎ๐ณ";
role = "Engineering Student & Developer";
portfolio = "https://www.subhabratapaul.me/";
}
map<string, vector<string>> currently() {
return {
{"learning", {"DSA in C++", "System Design", "Generative AI"}},
{"building", {"SmartResume Analyzer", "Backend APIs", "AI-powered tools"}},
{"exploring", {"Web Dev", "AI & Automation", "Open Source"}}
};
}
string say_hi() {
return "Thanks for visiting! Let's build something awesome together ๐";
}
};| Project | Description | Tech |
|---|---|---|
| ๐ Encrypted Chat | End-to-end encrypted chat using RSA โ secure, private, real-time | Python Socket RSA |
| ๐ฐ Newzz | Responsive news website fetching real-time articles via NewsAPI | HTML Tailwind CSS JS |
| ๐ฅ NutriPlan | Food nutrition database for diet planners & calorie trackers | JavaScript |
| ๐ธ Expense Tracker | CLI app for managing personal finances & tracking expenses | Python |
| โ Todo App (Flask) | Simple todo app with Flask backend and authentication | Python Flask |
| ๐ Mini Portfolio | Personal portfolio website built with React | React JavaScript |



