Skip to content
View RohanBhoi-7064's full-sized avatar
  • Odisha, India

Block or report RohanBhoi-7064

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

⚑ About Me

I'm a full-stack engineer who works across the entire stack β€” frontend, backend, DevOps, and security. I started out writing simple web applications, moved into backend and API development, and eventually got pulled into automation, cloud infrastructure, and CI/CD pipelines.

The more I explored, the more I realized security isn't a separate skill β€” it's something that needs to be baked into everything we build. So now I split my time between building production-grade systems and understanding how attackers try to break them.

When I'm not coding, I'm exploring hacking labs, reading about modern attack vectors, and occasionally losing track of time tweaking some random project.


🧬 What Drives Me

🌐 Web Development     β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ  Full-Stack (Frontend + Backend)
☁️ Cloud & DevOps       β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘  Docker, CI/CD, Infrastructure
πŸ€– AI & ML             β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘  Exploring & Learning
πŸ›‘οΈ Security            β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘  Offensive + Defensive

πŸ› οΈ Tech Arsenal

Languages

Python JavaScript HTML5 CSS3

Frameworks & Libraries

React Node.js Express Flask Socket.io TailwindCSS

Databases & Caching

MongoDB SQLite Redis

DevOps & Tools

Docker Git Linux GitHub Actions


πŸ“‘ Currently Learning

Kubernetes AWS TensorFlow Burp Suite


πŸ” Featured Work

πŸ›‘οΈ Security & Offensive Tools

πŸ” Log IDS
Web server log intrusion detection system with signature-based threat matching for SQLi, XSS, path traversal, and brute force. Includes an interactive security monitoring dashboard.
Python Regex Chart.js

🌐 Port Scanner
Multi-threaded network port scanner with service banner grabbing and vulnerability signature catalog matching. CLI-driven with argparse.
Python Sockets Threading

πŸ”‘ Password Manager
Command-line password vault using AES-256 encryption with PBKDF2 key derivation and SQLite secure storage.
Python Cryptography SQLite

πŸ•·οΈ Web Crawler
Concurrent web crawler with robots.txt compliance, domain scope filtering, and structured JSON sitemap exports.
Python BeautifulSoup Threading

🌐 Full-Stack & Backend

πŸ’¬ Real-Time Chat
Multi-room real-time messaging system with typing indicators, active user feeds, and message history persistence.
React Socket.io Node.js Express

πŸ“ Blog API
RESTful blogging engine with JWT authentication, post/comment CRUD, ownership verification, and image uploads.
Node.js Express MongoDB JWT

πŸ”— URL Shortener
Flask URL shortener with base62 encoding, click analytics tracking, and Redis caching layer for fast redirects.
Python Flask SQLite Redis

🐳 MERN Docker
Production-ready containerized MERN stack boilerplate with Docker Compose multi-service orchestration.
Docker React Node.js MongoDB

πŸ“Š Frontend & Visualization

πŸ’° Expense Tracker
Responsive expense dashboard with category budget limits, warning alerts, local storage sync, and SVG donut charts.
React TailwindCSS Chart.js

☁️ Weather Dashboard
Glassmorphic weather interface displaying live global forecast telemetry with smooth transitions and keyless API integration.
HTML CSS JavaScript APIs


Pinned Loading

  1. expense-tracker expense-tracker Public

    A responsive React expense tracker dashboard featuring category budget limits, warning alerts, local storage, and SVG donut chart breakdowns.

    JavaScript

  2. realtime-chat realtime-chat Public

    A full-stack real-time chat application dashboard built with React and Socket.io, featuring multiple chatrooms, active user feeds, real-time typing indicators, and message history logs.

    JavaScript

  3. Vision_plus Vision_plus Public

    Forked from rabindra789/Vision_plus

    A fork of Vision_plus for experimenting with new features, testing improvements, and contributing updates to the original repository.

    Python

  4. defenx-tech/NeuroSight defenx-tech/NeuroSight Public

    Visual Neural Network Simulator β€” real-time deep network visualisation with PyTorch and PyQt6

    Python 2

  5. rabindra789/Vision_plus rabindra789/Vision_plus Public

    The Vision + is a real-time, context-aware solution designed to assist users by integrating AI functionalities

    Python 1

  6. password-manager password-manager Public

    A command-line password manager written in Python using AES-256 and SQLite.

    Python