CS Student at SPPU, crafting clean & scalable software.
From Java systems to interactive web tools — built with purpose.
class Developer { String name = "Mohan"; String role = "Java Dev"; boolean available = true; }
I'm Mohan Pawar, a Computer Science student at SPPU with a passion for writing clean, purposeful code. I believe great software is thoughtful, reliable, and built to last.
My experience spans Java, Python, and web technologies, with a growing interest in full-stack development. I've built systems ranging from banking applications to real-time weather dashboards.
Currently seeking internship opportunities where I can contribute meaningfully while continuing to grow as a developer.
A toolkit built through real projects — not just tutorials.
Real systems, clean code, practical solutions.
A full-stack FinTech web application for personal finance management. Lets users track income, expenses, accounts, budgets and savings goals with real-time charts and analytics. Features JWT auth with refresh token rotation, a PostgreSQL + Prisma ORM backend with 7 REST API modules, interactive Recharts dashboard, dark/light theme toggle, notification system, and graceful mock data fallback when the backend is unavailable.
// JWT auth with refresh rotation const token = jwt.sign( { userId: user.id }, process.env.JWT_SECRET, { expiresIn: '15m' } ); // Prisma ORM — 8 models const expenses = await prisma .transaction.findMany({ where: { userId, type: 'EXPENSE' } });
Full-featured library app with role-based access control for admin and students. Book issue & return with automatic fine calculation, search, and complete transaction tracking via file handling.
Console-based banking app with account creation, deposits, withdrawals, and transaction history. PIN authentication + file-based persistence.
Full CRUD system for student records with auto ID generation, grade tracking, attendance management, and data export via MySQL + JDBC.
Console task manager with priorities, categories, search, and a statistics dashboard. File-based persistence ensures data survives restarts.
Web-based calculator with arithmetic, trigonometry, and logarithm support. Clean responsive UI with full keyboard input support.
Open to internship opportunities, collaborations, and interesting projects. Drop me a message and I'll get back within 24 hours.