Skip to content
View Ganesh-403's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Highlights

  • Pro

Block or report Ganesh-403

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.

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

Typing SVG


🧑‍💻 About Me

Coding GIF

  • 🎓 Final-year Computer Engineering @ Savitribai Phule Pune University — graduating 2026
  • 🐍 Python Developer Intern @ AI Adventures LLP (Dec 2024 – Feb 2025)
  • 🍯 Building HoneyCloud — a scalable cloud-native honeypot & threat analytics platform
  • 🔐 Built SVF — a C++ secure virtual file system with SHA-256 hashing & RBAC
  • ☁️ Built Cloud-SaaS-System — a Python cloud platform with JWT auth & file management
  • 🥇 Winner — Site Craft Web Dev Challenge, VAMINT Club 2025
  • 🏆 Runner-Up — Prep-A-Thon Coding Competition, Technobash 2025
  • 🎯 Open to SDE / Backend / Cloud / Security Engineering roles post-graduation
  • ⚡ Fun fact: I debug better with music on 🎶

"Code is like humor. When you have to explain it, it's bad." — Cory House


💼 Experience

🐍 Python Developer Intern — AI Adventures LLP  
JM Road, Pune

▸ Built an end-to-end Absence Detection System (Python + Google Sheets API + GitHub Actions) — cut reporting time by ~80%, reduced manual error to zero
▸ Developed a real-time Google Sheets monitoring pipeline automating data reconciliation across multiple workflows
▸ Redesigned 3 Python course modules and authored 10+ interactive quizzes on MOODLE LMS

🚀 Featured Projects

🍯 HoneyCloud

Smart, scalable honeypot platform that captures, analyzes, and visualizes attack traffic across SSH, FTP, and HTTP. Features real-time event streaming, ML-powered threat classification, and attacker behaviour dashboards.



☁️ Cloud SaaS System

Python-powered cloud-based SaaS platform with JWT authentication, database-backed user management, file management, metadata storage, and file preview capabilities — built for scalability.



🔐 SVF — Secure Virtual File System

C++-based secure virtual file system with user authentication, SHA-256 password hashing, role-based access control (RBAC), and full command-line file operations. Built for security from the ground up.



🚂 Railway Management System

Full-stack booking system with an under-3-action booking workflow, real-time seat reservation, and MySQL query optimizations that handle concurrent operations with zero race conditions.



📡 Monitor Google Sheet

Real-time Google Sheets monitoring pipeline built during internship. Uses gspread + Google Sheets API with service account auth to detect new entries and trigger automated workflows — cut reporting time by ~80%.



🌐 Portfolio Website

Personal portfolio site showcasing projects, skills, certifications, and experience. Responsive design with a clean UI — built to make a strong first impression with recruiters and employers.




🎯 Focus Domains

Domain What I Build
🔐 Cybersecurity & Systems Honeypot platforms, secure file systems, access control, threat analytics
☁️ Cloud & Backend SaaS platforms, REST APIs, JWT auth, file management, cloud deployments
🐍 Python & Automation Pipelines, monitoring systems, data workflows, GitHub Actions automation
🌐 Full-Stack Web Flask + MySQL apps, booking systems, portfolio sites
🤖 ML & Data Predictive models, feature engineering, data dashboards


🛠️ Tech Stack

Languages
Python C++ Java JavaScript HTML/CSS

Backend & APIs
Flask REST API JWT Node.js React

Cloud & Security
Docker GitHub Actions Google Cloud APIs SHA-256

Data & ML
Scikit-learn Pandas NumPy Matplotlib

Databases
MySQL MongoDB SQLite

Tools
GitHub VS Code Linux


🗺️ My Journey

2022  ──▶  Started B.E. Computer Engineering @ Savitribai Phule Pune University
2023  ──▶  Explored Full-Stack, Python, and Data Science fundamentals
2024  ──▶  Python Developer Intern @ AI Adventures LLP
           Built real-time automation pipelines | Dived into ML & Cloud
2025  ──▶  🥇 Won Site Craft Web Dev Challenge (VAMINT 2025)
           🏆 Runner-Up Prep-A-Thon Coding Competition (Technobash 2025)
           🍯 Built HoneyCloud (Cybersecurity) | ☁️ Cloud SaaS | 🔐 SVF (C++)
2026  ──▶  Graduating — open to SDE / Backend / Cloud / Security roles 🎯

🏆 Achievements

🥇 Winner — Site Craft Web Development Challenge — VAMINT Club 2025, Pune
🏆 Runner-Up — Prep-A-Thon Coding Competition — Technobash 2025, Pune

📊 GitHub Stats

Snake animation


🌐 Connect with Me

🎶 Music  |  ✈️ Travelling  |  🏋️ Fitness

Pinned Loading

  1. portfolio-website portfolio-website Public

    Personal portfolio — Python, ML, Full-Stack projects

    HTML

  2. honeycloud honeycloud Public

    Honey Cloud is a scalable multi-protocol honeypot platform (SSH, FTP, HTTP, Telnet, SMTP, RDP) built with FastAPI and SQLAlchemy 2. It streams attacks via WebSocket/SSE, detects threats with scikit…

    Python 1

  3. SVF SVF Public

    A C++-based secure virtual file system with user authentication, access control, and file management. Features include SHA-256 password hashing, role-based permissions, and command-line operations.…

    Makefile

  4. semantic-plagiarism-detector semantic-plagiarism-detector Public

    A production-ready NLP application that detects semantic plagiarism in student assignments—even when text has been paraphrased—using Sentence Transformers, cosine similarity, and FAISS vector search.

    Python

  5. Railway-Management-System Railway-Management-System Public

    Full-stack booking system · under-3-action workflow · zero race conditions

    HTML

  6. Monitor-Google-Sheet Monitor-Google-Sheet Public

    This Python script monitors a Google Sheet for new entries in real-time using the gspread library and Google Sheets API. It authenticates via service account credentials and logs updates when new d…

    Python