ABOUT ME
I am a final year student at Indian Insititue of Information Technology, Design and Manufacturing (IIITDM) Jabalpur. I love to learn new technologies and use that knowledge to build real world applications and systems, be it for fun or be it actual solutions. When I am not working with code, I like to sit with my guitar and indulge in all kinds of music to relax myself.
I HAVE WORKED AT
Fusion is an ERP software for the institute, it contains various modules that faciliate various operations like making complaints, paying fees, academic details etc.
The software is not yet fully deployed and is usually developed, moderated and maintanined by students from various departments willing to work on the software.
I collaborated with a team of 3 and worked on the complaint moudle to achieve the following:
- Installed a feature that allows uploading images for any type of complaint
- Made it compulsory for a resolution proof to be attached by the hostel caretaker when the complaint is being marked resolved.
- Made changes to the HTML of the interface to make it more syntactically accurate
MY PROJECTS
FoodKatta
FREELANCE PROJECT
A freelance project for a Pune based packaged food delivery company. The company needed a crossplatform mobile application to extend their service to their customers to be. I worked with the company founder and co-founder to understand their needs and design and develop the application accordingly. I also worked with the company's backend development team to to further product development and implement new features.
View details 🞂🞂ENIGMA
Personal Project
A simple minimalistic web app to emulate the infamous ENIGMA machine using during WWII to encrypt and decrypt messages by the Nazi soldiers. The web app provides a simple interface with rotors that you can set, and bulbs that light up on key presses. To encrypt or decrypt, you set the rotors at any position and the type your message in, as you do, the encrypted/decrypted message will start lighting up letter by letter on the screen.
View details 🞂🞂Log Aggregator
Techsurf 2023
Part of my submission for the hackathon Techsurf 2023 organised by Contentstack, the hackathon provided 3 problem statements one of them was to build a log aggregator service prototype (something like logstash) that will aggregate logs and provide a way to visualize them, they had bonus points for using opentelemetery to collect logs from various sources like AWS CloudWatch, Kafka, various frontend and backend applications etc. I implemented a solution using React.js, Express.js, BullMQ, NGINX and Opentelemetry's OTLP.
View details 🞂🞂Bus Ticketing System
PR301 SEMESTER PROJECT
Taken up as part of the PR301 semester project at IIITDM Jabalpur, the project was built with the intention to make an attempt to digitize the current system used for transit to and from the campus, the result was a system that provides real time updates about seat vacancy, a convenient wallet system, and security features like single device sign in. To prevent hogging a sophosticated QR based system was implemented to unqiuely identify user and validate tickets.
View details 🞂🞂Smart Walker System
ENGINEERING DESIGN PROJECT
A result of collaboration between engineering and design departments at IIITDM Jabalpur, this project aimed to develop a gertatric safety device that can help protect and prevent the elderly. The idea of the project was to create a device that will not only help the elderly move around better but also send an alert to their caretakers via mail and SMS in case a fall is detected. This is faciliated with a NodeMCU based IOT device and a mobile application to configure the device.
View details 🞂🞂SpaceMate
FREELANCE PROJECT
My first real world project, solving a real world problem for an interior design company based in Pune. The project resulted in a system to manage their operations, communicate with their customers and offer a mobile ecommerce platform configurable from an Admin side application. The project also features a document based chat and a system which executives at the company can use to send interior design solutions based on client input.
View details 🞂🞂FoodKatta
FREELANCE PROJECT
A freelance project for a Pune based packaged food delivery company. The company needed a crossplatform mobile application to extend their service to their customers to be. I worked with the company founder and co-founder to understand their needs and design and develop the application accordingly. I also worked with the company's backend development team to to further product development and implement new features.
View details 🞂🞂ENIGMA
Personal Project
A simple minimalistic web app to emulate the infamous ENIGMA machine using during WWII to encrypt and decrypt messages by the Nazi soldiers. The web app provides a simple interface with rotors that you can set, and bulbs that light up on key presses. To encrypt or decrypt, you set the rotors at any position and the type your message in, as you do, the encrypted/decrypted message will start lighting up letter by letter on the screen.
View details 🞂🞂Log Aggregator
Techsurf 2023
Part of my submission for the hackathon Techsurf 2023 organised by Contentstack, the hackathon provided 3 problem statements one of them was to build a log aggregator service prototype (something like logstash) that will aggregate logs and provide a way to visualize them, they had bonus points for using opentelemetery to collect logs from various sources like AWS CloudWatch, Kafka, various frontend and backend applications etc. I implemented a solution using React.js, Express.js, BullMQ, NGINX and Opentelemetry's OTLP.
View details 🞂🞂Bus Ticketing System
PR301 SEMESTER PROJECT
Taken up as part of the PR301 semester project at IIITDM Jabalpur, the project was built with the intention to make an attempt to digitize the current system used for transit to and from the campus, the result was a system that provides real time updates about seat vacancy, a convenient wallet system, and security features like single device sign in. To prevent hogging a sophosticated QR based system was implemented to unqiuely identify user and validate tickets.
View details 🞂🞂Smart Walker System
ENGINEERING DESIGN PROJECT
A result of collaboration between engineering and design departments at IIITDM Jabalpur, this project aimed to develop a gertatric safety device that can help protect and prevent the elderly. The idea of the project was to create a device that will not only help the elderly move around better but also send an alert to their caretakers via mail and SMS in case a fall is detected. This is faciliated with a NodeMCU based IOT device and a mobile application to configure the device.
View details 🞂🞂SpaceMate
FREELANCE PROJECT
My first real world project, solving a real world problem for an interior design company based in Pune. The project resulted in a system to manage their operations, communicate with their customers and offer a mobile ecommerce platform configurable from an Admin side application. The project also features a document based chat and a system which executives at the company can use to send interior design solutions based on client input.
View details 🞂🞂FoodKatta
FREELANCE PROJECT
A freelance project for a Pune based packaged food delivery company. The company needed a crossplatform mobile application to extend their service to their customers to be. I worked with the company founder and co-founder to understand their needs and design and develop the application accordingly. I also worked with the company's backend development team to to further product development and implement new features.
View details 🞂🞂ENIGMA
Personal Project
A simple minimalistic web app to emulate the infamous ENIGMA machine using during WWII to encrypt and decrypt messages by the Nazi soldiers. The web app provides a simple interface with rotors that you can set, and bulbs that light up on key presses. To encrypt or decrypt, you set the rotors at any position and the type your message in, as you do, the encrypted/decrypted message will start lighting up letter by letter on the screen.
View details 🞂🞂Other Endeavours
BMC IIITDMJ
Content Graphic Design
A creative skill that I decided to learn during my first year, I used Adobe Illustrator to design posts for the business and management club (BMC) of my institute, I worked in a content creation team where I had fellow content curators and graphic designers working together to create 3 posts every week. I also did poster design for events at my club Saaz.
Data Structures & Algorithms
DSA Practice
I practiced data structures and algorithms on various platforms like LeetCode, CodeStudio, GeeksforGeeks to better my logic and understanding and sharpen my coding skills. I also practiced the popular Striver's SDE sheet and used various sources from youtube to learn computer science fundamentals like operating systems, DBMS, computer networks and OOPS. I also made hand-made notes for all the questions I solved and topics I studied.
Techsurf 2023
Hackathon
This was a hackathon organised by Contentstack, I secured rank 5 out of 34396 applicants. The selection was on the basis of speed and accuracy in an online assessment. The second round presented 3 problem statements, out which I decided to build a prototype log aggregator service as my submission for round 2 which got shortlisted. I built a full scale solution which won me rank 5th in the hackathon
SAAZ : THE MUSIC CLUB
CO-COORDINATOR
The official co-coordinator and the student gymkhana office bearer for Saaz : The music club of the insititue. I worked with the club to express my love for music and I managed, organised and executed 10+ events and activites which recieved participation from all kinds of people in the institute.
30 Days of cloud
GOOGLE CLOUD CERITIFICATION
Obtained various badges and certification for completing 30 Days of Cloud, a program run by Google to educate students about the google cloud platfrom. I learnt a lot about the various features about the platform as well as its workings.
Techniche IIT Guwahait
Robot Building Competiton
Participated in a robot building competition organised by IIT Guwahati, the competiton tasked me and me team of 4 to build a bot that can move around in 4 directions, pick up and object and ascend/descend a rope. Me and my team made designs and models for the bot and also qualified among 6 other teams from our insititue.
HTML CSS JS for Web Developers
Coursera Certification
I took up a course from the popular website Coursera to learn HTML CSS and JS as a starting point for my development journey, it was a 5 week course offered by John Hopkins Univeristy and covered various web development fundamentals. The course also had weekly peer reviewed assignments which were extremely helpful.
Xiaomi Ode2Code 2.0
Hackathon
This hackathon was organised by Xiaomi, the problem statement was to create a unified billing system for their physical stores that will digitize their POS (Point of Sale) endpoints. I participated with a batchmate and qualified the first round of the hackathon among 7806 teams.
Video Editing
Hobby
A hobby that I picked up as part of my goal of learning a creative skill, I primarily used Adobe Premiere Pro to edit all kinds of videos, be it promo videos or montage videos. Here is something that I edited for my club's, this video is meant to orient the batch 2021 and infrom them about my club.
BMC IIITDMJ
Content Graphic Design
A creative skill that I decided to learn during my first year, I used Adobe Illustrator to design posts for the business and management club (BMC) of my institute, I worked in a content creation team where I had fellow content curators and graphic designers working together to create 3 posts every week. I also did poster design for events at my club Saaz.
Data Structures & Algorithms
DSA Practice
I practiced data structures and algorithms on various platforms like LeetCode, CodeStudio, GeeksforGeeks to better my logic and understanding and sharpen my coding skills. I also practiced the popular Striver's SDE sheet and used various sources from youtube to learn computer science fundamentals like operating systems, DBMS, computer networks and OOPS. I also made hand-made notes for all the questions I solved and topics I studied.
Techsurf 2023
Hackathon
This was a hackathon organised by Contentstack, I secured rank 5 out of 34396 applicants. The selection was on the basis of speed and accuracy in an online assessment. The second round presented 3 problem statements, out which I decided to build a prototype log aggregator service as my submission for round 2 which got shortlisted. I built a full scale solution which won me rank 5th in the hackathon
SAAZ : THE MUSIC CLUB
CO-COORDINATOR
The official co-coordinator and the student gymkhana office bearer for Saaz : The music club of the insititue. I worked with the club to express my love for music and I managed, organised and executed 10+ events and activites which recieved participation from all kinds of people in the institute.
30 Days of cloud
GOOGLE CLOUD CERITIFICATION
Obtained various badges and certification for completing 30 Days of Cloud, a program run by Google to educate students about the google cloud platfrom. I learnt a lot about the various features about the platform as well as its workings.
Techniche IIT Guwahait
Robot Building Competiton
Participated in a robot building competition organised by IIT Guwahati, the competiton tasked me and me team of 4 to build a bot that can move around in 4 directions, pick up and object and ascend/descend a rope. Me and my team made designs and models for the bot and also qualified among 6 other teams from our insititue.
HTML CSS JS for Web Developers
Coursera Certification
I took up a course from the popular website Coursera to learn HTML CSS and JS as a starting point for my development journey, it was a 5 week course offered by John Hopkins Univeristy and covered various web development fundamentals. The course also had weekly peer reviewed assignments which were extremely helpful.
Xiaomi Ode2Code 2.0
Hackathon
This hackathon was organised by Xiaomi, the problem statement was to create a unified billing system for their physical stores that will digitize their POS (Point of Sale) endpoints. I participated with a batchmate and qualified the first round of the hackathon among 7806 teams.
Video Editing
Hobby
A hobby that I picked up as part of my goal of learning a creative skill, I primarily used Adobe Premiere Pro to edit all kinds of videos, be it promo videos or montage videos. Here is something that I edited for my club's, this video is meant to orient the batch 2021 and infrom them about my club.
BMC IIITDMJ
Content Graphic Design
A creative skill that I decided to learn during my first year, I used Adobe Illustrator to design posts for the business and management club (BMC) of my institute, I worked in a content creation team where I had fellow content curators and graphic designers working together to create 3 posts every week. I also did poster design for events at my club Saaz.
Data Structures & Algorithms
DSA Practice
I practiced data structures and algorithms on various platforms like LeetCode, CodeStudio, GeeksforGeeks to better my logic and understanding and sharpen my coding skills. I also practiced the popular Striver's SDE sheet and used various sources from youtube to learn computer science fundamentals like operating systems, DBMS, computer networks and OOPS. I also made hand-made notes for all the questions I solved and topics I studied.