Skip to content
View bhushanbhutada03's full-sized avatar

Highlights

  • Pro

Block or report bhushanbhutada03

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
bhushanbhutada03/README.md

Bhushan Bhutada

Java Backend Developer • Spring Boot • SQL • Machine Learning

Computer Science and Engineering Student building secure backend systems and data-driven applications.

EmailLinkedInLeetCode


Salesforce Certified Platform Administrator

Salesforce Certified Platform Administrator


About

Computer Science and Engineering student focused on Java backend development and software engineering.

- Building backend applications with Java, Spring Boot, REST APIs, Spring Security, and SQL.

- Strong foundation in Object-Oriented Programming, Data Structures and Algorithms, DBMS, and software design.

- Experience developing secure applications with authentication, encryption, relational databases, and containerized environments.

- Exploring Machine Learning, graph analytics, and data-driven problem solving.


Featured Projects

Cipher Vault

Spring Boot • React • MySQL • Spring Security • Docker

Secure full-stack password manager focused on authentication, encrypted credential storage, and backend application design.

Key Features

- JWT-based authentication with Spring Security

- AES-encrypted credential storage

- Master password verification

- Recovery key mechanism

- Password history management

- RESTful backend architecture

- MySQL database integration

- Dockerized application environment

Repository:

https://github.com/bhushanbhutada03/Cipher_Vault

Graph-Based Fake Account Detection

Python • Scikit-learn • NetworkX • Pandas

Machine learning system for detecting fake accounts using behavioral features and graph-based analysis.

Key Features

- Behavioral feature engineering

- Graph construction and network analysis

- PageRank, in-degree, and out-degree analysis

- Random Forest and Gradient Boosting classification

- Community detection for interaction analysis

- Model evaluation and comparative analysis

Repository:

https://github.com/bhushanbhutada03/Graph-Based-Fake-Account-Detection

BankFlow

Java • OOP • Java Collections

Console-based banking application designed using object-oriented principles and layered architecture.

Key Features

- Account creation and management

- Deposits and withdrawals

- Fund transfers

- Transaction history

- Java Collections-based data management

- Custom exception handling

- Separation of domain, repository, service, and application layers

Repository:

https://github.com/bhushanbhutada03/BankFlow-Java

Technical Skills

Languages

Backend

Machine Learning & Data

Databases

Tools


Thanks for visiting.

Pinned Loading

  1. cipher_vault cipher_vault Public

    A secure full-stack password manager featuring JWT authentication, AES encryption, MySQL, Docker, and a modern React frontend.

    TypeScript 1

  2. BankFlow-Java BankFlow-Java Public

    CLI Banking Application built using Core Java, OOP, Collections, Exception Handling and Layered Architecture.

    Java

  3. bhushanbhutada03 bhushanbhutada03 Public

  4. Graph-Based-Fake-Account-Detection Graph-Based-Fake-Account-Detection Public

    Graph-based fake account detection with ML enhancement using NetworkX and scikit-learn

    Python