Hi all. I am
Shreyash
Ghanekar
> Software Engineer

// Find my profile on Linkedin.
linkedinLink = "https://www.linkedin.com/in/shreyash-ghanekar-584217192/";About Me
Bio
Hi, I'm Shreyash Ghanekar, from Pune.
Currently in my 3rd year persuing my Bachelors in Information Technology in Pune Institute of Computer Technology, I enjoy solving DSA problems and creating web applications.
Fascinated by remarkable software practices and engineering excellence, my belief in following good coding conventions remains unwavering.
Fun Facts
Konkan is my favourite region to travel
C++ is the first programming language I learned.
I read books.
I am singer and dancer at my home.
Rescued more than 10 cats and dogs from dieing
Keywords
Coding, Traveling, Workout, Walking, Reading, Rains .
Skills
Programming Languages:
C, C++, Java, Python, Go, JavaScript, TypeScript, SQL, Bash
Web Technologies
React.js, Node.js, Express, GraphQL, HTML, CSS, Tailwind CSS
Cloud & Infrastructure
AWS, Docker
Databases
MySQL, MongoDB,PostgreSQL, AWS DynamoDB, Redis
Software Development
Object-Oriented Programming (OOP), Data Structures & Algorithms (DSA)
Tools
Postman, Git, GitHub, Linux (Ubuntu), Prisma ORM, JIRA
Work Experience
Backend Developer
January 2025 - March 2025
Borgave Group
- Built a Node.js/Express.js backend for a Dairy ERP system, supporting 3 branches and 100+ concurrent users. Utilized WebSockets to provide real-time updates of available products to customers.
- Designed and implemented MongoDB data models for scalable storage and efficient access.
- Integrated JWT authentication and cookie-based session management to secure 50+ daily logins.
Full Stack Developer Intern
April 2024 - October 2024
I.T Department , P.I.C.T Pune
- Architected a React.js frontend for a student/teacher data portal, serving 250+ users.
- Wrote 25+ optimized SQL queries to enhance data retrieval performance. Also implemented role-based access control and encrypted data transfers to safeguard sensitive PICT data.
- Successfully deployed and maintained the project for over 6 months along with integrating new requirements.
Projects
Distributed Chat Application
June 2025 - June 2025
React, Express.js, Node.js, MongoDB, Redis, AWS, HAProxy, Docker, Tailwind CSS
- Built a scalable, distributed real-time chat application supporting personal, group, global messaging using Socket.io and Express.js.
- Implemented Redis Pub/Sub for real-time synchronization across load-balanced backend servers, enabling consistent room/user/message updates without database polling.
- Used HAProxy for horizontal scalability with round-robin load balancing and MongoDB for chat message persistence.
- Developed a responsive frontend in React.js and containerized the entire stack with Docker & Docker Compose for seamless development and deployment.
FixThisBug – Open Source Bug Explorer
June 2025 - June 2025
MongoDB · Express.js · React.js · Node.js · (MERN Stack)
- FixThisBug is a full-stack web platform that helps open source contributors find real bugs and issues from GitHub repositories, filtered by language, difficulty, and labels.
- It enables developers to search for relevant repositories, while allowing maintainers and open source organizations to submit their GitHub projects to feature them on the platform.
- Key Features: 🔍 Smart Search: Filter bugs by language, difficulty, and tags. 📦 Repository Submission: GitHub repo owners can submit their projects with bug details. 📊 Language & Issue Analytics: View bug trends across languages. 🛡️ Security & Rate Limiting: Protected API with JWT, Helmet, and request throttling. ☁️ RESTful API & MongoDB: Efficient backend architecture using Express and Mongoose.
Flight Incident Reporting System
May 2025 - May 2025
React.js · Tailwind CSS · Node js · Express.js · FastAPI
- Architected a full-stack web application for flight incident management with role-based access for Crew, Pilot, Admin, Ground Staff, and Auditor, leveraging secure MongoDB-based session management with JWT and HTTP-only cookies to eliminate session hijacking risks and ensure enterprise-grade security.
- Engineered advanced features including rule-based incident classification (e.g., "engine failure" → "Engine Failure"), inline editing for Admin/Auditor, Excel export for actionable insights, and AI-driven incident risk forecasting using Facebook Prophet to predict incident probabilities (e.g., "30% chance of turbulence in 7 days").
- Pioneered a scalable, production-ready system with a robust MongoDB backend, optimized APIs, and planned integration of facebook/bart-large-mnli for zero-shot AI classification, simplified to rule-based logic due to Windows-specific tokenizers constraints, laying the foundation for future ML-driven safety enhancements.
Aptitude CLI
April 2025 - April 2025
React.js · Tailwind CSS · Node js · Express.js · FastAPI
- The Aptitude CLI App is a command-line based interactive quiz tool built in Go, designed to help users practice aptitude questions categorized by difficulty levels. The app loads questions from a structured Aptitude.json file and offers multiple test modes including: 1. Time-bound tests 2. Randomized quizzes 3. Difficulty-level based quizzes (Easy, Medium, Hard)
Car Showroom ERP System
Apr 2025 - May 2025
React, Redux, Express.js, Node.js, MySQL, Tailwind CSS
- Designed a modular ERP system to streamline car showroom operations
- Implemented a component-based architecture in React for efficient UI management and Tailwind CSS for consistent, responsive design.
- Integrated REST APIs with Express.js and Node.js for real-time operations and MySQL for secure, relational data management.
- Developed robust CRUD functionalities for employee, inventory, and sales tracking, ensuring seamless process automation.
Shadow Secret
Nov 2024 - Dec 2024
Full Stack Project
- Built a highly secure text-sharing platform with end-to-end AES-256 encryption and robust data validation in TypeScript.
- Utilized Prisma ORM for optimized database queries and MongoDB for efficient, scalable data storage.
- Developed expiration-based message auto-deletion and advanced password-protected message sharing to enhance security.
Process Scheduler
July 2024
React.js
- Web-based process scheduler application built in React.js that allows users to visualize and analyze various CPU scheduling
- The application supports multiple scheduling algorithms, including: FCFS (First-Come, FirstServed), Round Robin, Priority Scheduling, SJF (Shortest Job First)
- Key Features : Gantt Chart Generation, Performance Metrics Table, Comparison of Algorithms.
My GitHub Manager
December 2024
Bash scripting, GitHub API, Git, Linux (Ubuntu)
- Created a CLI-based tool for automating GitHub workflows, featuring seamless integration with the GitHub API.
- Features: Secure user authentication, role-based access control, and efficient pull request monitoring.
- Automated repository tracking and project management tasks, reducing manual effort by 20%.
- Achieved 300+ downloads on npm, simplifying repository workflows for developers.
Project Launcher
Jan 2025
Javascript, Node js
- A command-line tool to generate folder structures for various types of projects, including frontend and backend frameworks such as React, Next.js, Vue, Nuxt, Express, TypeScript and Angular.
- Provides default configuration files (like package.json, .gitignore, README.md) to get you started right away.
- Offers an interactive CLI to guide you through selecting the project type and providing project details.
- Easy to integrate into any development setup for faster project initialization.