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


Coding GIF

I build infrastructure that sits between users and chaos.

Final-year CS engineer at SPPU Pune (CGPA 8.65), specializing in backend systems, cloud-native architecture, AI/LLM tooling, and cybersecurity. I ship production-grade software — honeypot platforms, semantic search engines, secure filesystems — before most people graduate.

Currently building HoneyCloud — a cloud-native threat intelligence platform with LSTM-based attack classification and real-time WebSocket telemetry.

  • 🐍 Python Developer Intern @ AI Adventures LLP (Dec 2024 – Feb 2025)
  • 🥇 Winner — Site Craft Web Dev Challenge, VAMINT Club 2025
  • 🏆 Runner-Up — Prep-A-Thon Coding Competition, Technobash 2025
  • ⚡ 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 — Automation & Backend Development  
AI Adventures LLP  ·  Pune, Maharashtra

▸ Eliminated manual attendance tracking with an end-to-end Absence Detection System (Python + Google Sheets API + GitHub Actions) — cut reporting time by ~80% and human error to zero
▸ Built a real-time Google Sheets monitoring pipeline that automated data reconciliation across internal workflows, replacing a fully manual, error-prone process
▸ Redesigned 3 Python course modules and authored 10+ interactive assessments on Moodle LMS, improving learner engagement

🛠️ Tech Stack

Layer Technologies
Languages Python C++ JavaScript SQL
Backend & APIs FastAPI Flask REST JWT Async
Cloud & DevOps AWS Docker GitHub Actions CI/CD Linux
AI / LLM & RAG LangChain FAISS Ollama RAG Scikit-learn
Databases PostgreSQL MySQL MongoDB ChromaDB pgvector
Security Argon2id RBAC SHA‑256

🗺️ 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 (Pune)
           Built automation pipelines | Cut reporting time 80% | Dived into ML & AWS
2025  ──▶  🥇 Won Site Craft Web Dev Challenge — VAMINT Club 2025
           🏆 Runner-Up Prep-A-Thon Coding Competition — Technobash 2025
           🍯 HoneyCloud (LSTM + WebSockets)  |  🤖 Semantic Plagiarism Detector
           🔐 SVF in C++17 (Argon2id, B-Tree, ext4-mimic)  |  ☁️ Cloud SaaS
2026  ──▶  Graduating with CGPA 8.65 — seeking 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

contribution snake


🌐 Let's Connect

🎶  Music  ·  ✈️  Travelling  ·  🏋️  Fitness

I'm open to SDE, Backend, Cloud, AI, and Security Engineering roles from 2026.
If you're building something interesting — reach out.

   

Pinned Loading

  1. 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

  2. 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

  3. SVF SVF Public

    A production-grade, C++17 virtual file system engine simulating ext4-like block storage, persistent B-Tree directory structures, concurrent inode locking, POSIX permissions, and cryptographic user …

    C++ 1

  4. aws-url-shortener aws-url-shortener Public

    A serverless AWS URL shortener built with Lambda, API Gateway, DynamoDB, S3, and CloudFront.

    HTML 1

  5. Aura-Wellness Aura-Wellness Public

    Aura Wellness is a mindful Android application designed to help users reclaim their time, improve their focus, and build healthier digital habits. Instead of doomscrolling through endless feeds, Au…

    Kotlin 1

  6. GPU-huffman GPU-huffman Public

    CUDA-accelerated Huffman encoding project in C++ that compares GPU vs CPU character-frequency counting, builds Huffman codes, and benchmarks performance with clear timing metrics.

    C++