Hi all. I am
Shreyash
Ghanekar
> Software Engineer

// Connect with me
// 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 final year 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++, JavaScript, TypeScript, Java, Go
Web Technologies
React.js, Node.js, Express.js, Gin, HTML, CSS, Tailwind CSS
Cloud & Infrastructure
AWS, Docker, CI/CD, GitHub Actions
Databases
MySQL, MongoDB, PostgreSQL, Redis
Software Development
Object-Oriented Programming (OOP), Data Structures & Algorithms (DSA), REST API, Database Design
Tools
Postman, Git, GitHub, JIRA
Work Experience
Backend Developer Intern
January 2025 - Apr 2025
Borgave Group, Pune
- Developed an Express.js backend for a Dairy ERP system with user, product, and branch models.
- Integrated WebSockets for real-time inventory updates; reduced product info latency by 30%.
- Generated PDF reports of milk transactions using PDFKit and hosted static assets via Cloudinary.
- Implemented MongoDB schemas and JWT + cookie-based auth for secure daily access.
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, developing teacher and student interfaces.
- Authored 40+ SQL queries for advanced data filtering and Excel report generation.
- Integrated email notifications using Twilio Sendgrid and enforced RBAC to protect sensitive institutional data.
- Deployed & maintained the portal for 6+ months, ensuring uptime and integrating feedback-driven features.
Projects
Resume Builder
2025 - 2025
React.js, Express.js, MongoDB, Firebase, Redux, Vercel, Render
- Developed a full-stack MERN application with Firebase authentication, Redux state management, responsive design, professional templates, and one-click PDF download.
- Provides a streamlined interface to build and manage all key resume sections such as profile, education, and skills.
- Deployed a modern cloud architecture using Vercel (frontend), Render (backend) and MongoDB Atlas (database).
Redis C++ Server
2025 - 2025
C++, TCP Sockets, Multithreading, RESP Protocol, File I/O
- Developed lightweight, Redis-compatible in-memory data store in C++ supporting multi-client concurrency via TCP sockets and RESP protocol.
- Implemented comprehensive Redis commands for key-value, list, and hash data types with periodic disk persistence and graceful shutdowns for data durability.
- Engineered multithreaded server architecture with per-client threads and std::mutex for synchronized access.
Log Collection & Monitoring Platform
2025 - 2025
Go, MongoDB, Fluentd, Alertmanager, CI/CD
- Developed scalable backend system using Go (Gin framework) with RESTful APIs for log ingestion, data processing, and health metrics collection using MongoDB for efficient storage and analytics.
- Integrated Fluentd for log collection and implemented real-time monitoring and alerting infrastructure with Alertmanager for email notifications.
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.
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.
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.
Aptitude CLI
April 2025 - April 2025
React.js · Tailwind CSS · Node js · Express.js · Go
- 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)
Folder Sturcture Generator
July 2025
Javascript, NPM Package
- A powerful CLI tool to instantly generate folder and file structures from text-based tree diagrams.
- Perfect for bootstrapping projects, creating boilerplates, or scaffolding reusable layouts.
- Supports direct input, file input, and piping — works cross-platform with color-coded output.