Sushrit Pasupuleti
Product Manager | Fullstack Unicorn | Coder | Blogger | Speaker | Sketcher | Entrepreneur... err 🤔 and more 🙃
Hey there, it's Sushrit, a technical and business-focused solo entrepreneur who has been building, managing, and scaling products for 7 years now. I’m quick to learn, adapt, innovate, and get scrappy when needed to ensure the product and I evolve as we should. I have extensive experience building and deploying highly performant applications/platforms which scale with ease.
Currently building my startup skillShack(⚡);
skillShack(⚡); is a community for software professionals looking to share the projects they are working on and get feedback. From side projects to startups!
Basic Information | |
---|---|
Date of Birth | Apr 21, 1999 |
Phone | |
CEO & CTO |
Featured
My TEDx Talk
Everyone's watched The Terminator and similar movies where AI enslaves humanity or determines our existence to be what remains in it's way towards a 'perfect' world. With the truck loads of AI enabled products flooding the market every second, the paranoia has been higher than ever.. but is it really that scary as the movies show it to be ? Well here are my views on the 'Terminator fears'.
Skills & Technologies
Project Management
Back-end
Front-end
Databases
Testing
DevOps
Machine Learning & Data Science
Other Frameworks & Technologies
Work Experience
Braggi Solutions
Solo Founder & Product
Jun 2014 to Present
Built, deployed, scaled and managed numerous projects for numerous clients and self. Projects listed below ⬇️
Projects
Note: I work on a lot of projects, and listing all of them here would make this page too long. So if you're interested in seeing more of my work, check out my GitHub profile.
The most recent repositories should show you where most of my efforts are going, as well as my experiments with new languages/technologies. Some repositories may also be private, as such, feel free to contact me to learn more!
skillShack(⚡️);
Solo Founder & Product
Feb 2021 to Present
skillShack(⚡); is a community for software professionals looking to share the projects they are working on and get feedback. From side projects to startups! It is also a part of Microsoft for Startups
Braggi Election Management System (2.0)
Solo Founder & Product
August 2022 to Present
Braggi Election Management System is built for those contesting in elections. It aims to help leaders better manage their party workers to ensure faster reach and acquisition of voters. Also since it's me, under the hood there's some fancy AI magic happening too! After undergoing a major rewrite and taking the learnings from the success of the previous iteration, this is now capable of handling Country-wide voter data as well as multiple national parties from a single platform.
Stealth Project
Solo Founder & Product
August 2023 to Present
A stealth project that I am currently working on in parallel with my other projects, It is in the Health & Fitness domain. This is a project that I am very excited about.
Full Rust ActivityPub Server Implementation
Solo Founder & Product
April 2023 to Present
A full ActivityPub Server Implementation built in Rust, without any external dependencies. the ActivityPub protocol is a W3C standard, this allows for interoperability with other ActivityPub implementations such as Mastodon, Pleroma, Pixelfed, etc. This repo could be used to bootstrap a basic ActivityPub platform that could sync with the previously mention services as well.
Expiry Date Tracker
Solo Developer
Feb 2024 to Feb 2024
A simple Expiry Date tracker built on React Native, without too many external dependencies. This was built to help my mom keep track of the expiry dates of the products at home. It is clean and simple to use, and has a very minimalistic design.
Braggi Election Management System - MeeVote
Solo Founder & Product
March 2017 to August 2022
This was the first project that I built, which was out of my domain, the platform "MeeVote", is an Election Management System, built for those contesting in elections. MeeVote aims to help leaders better manage their party workers to ensure faster reach and acquisition of voters. Also since it's me, under the hood there's some fancy AI magic happening too! This is currently under going a major rewrite for Country-wide deployment and support for multiple national parties.
Braggi Shopping & Medical Slots
Solo Founder & Product
March 2020 to January 2021
During the lockdown, marketing is difficult, and getting work done remotely has been equally difficult, so I started working on a new project. Braggi's Shopping Slots platform took 2 weeks to build, it allows it's users to book a slot to shop at their local grocery store, the platform handles queues and allows shop owners to decide how many people they can accomodate on an hourly basis at their store, while ensuring that social distancing is followed. This was a fun project, because I deployed it much more quickly than anything before, while constantly working with the changing situations due to the pandemic, it's helped me greatly with my ability to understand the market as a whole and it's needs during times like these.
Braggi Chatbot Platform
Solo Founder & Product
March 2015 to March 2017
Built a production quality chatbot service paired with cross-platform apps build on React and Flutter.
Tesla+ Smart Electric Meter
Product
March 2015 to September 2015
A smart electric meter add-on that connects to a standard electric meter and reports all usage metrics to a local hub which makes the data available via a mobile app and also to administration. Qualified for the CBSE National Science Fair's National level with this project!
My Certificates
I usually teach myself thing online over first-party Docs or FreeCodeCamp and avoid taking courses so that I can move at my pace. Sometimes however if a course is really good and worth the time I do get into it, like the ones below.
Accomplishments, Brags and Hobbies!
Cool things I've done and things I like to do in my free time!
Blogs
Some of the Blogs I have published. Together they make up for over 150K+ views.
This article will detail my beliefs on why for most people out there learning these 2 languages would be sufficient, and how you can dive deeper and deeper into them to cater to all your needs. Be it portfolio buidling, your next startup product, these 2 will have you covered. You can basically build a fullstack application by the end of this article by following the resources mentioned.
This article continues my series on working with ChatGPT, and just seeing for myself how far I can push it, and what a 2.0 could do better. This time, I’m going to look at it from the perspective of a Product Manager.
This article will walk you through a process in which you can either get started with projects and break the cycle of just learning endlessly or change your ways and improve your workflow and efficiency while coding, so that you can stop feeling that this ain’t your thing and decide to learn Excel instead. We’ll do this by drawing inspiration from Tony Stark AKA Iron Man and how he builds things. I’ll also share some tips I follow personally to always be at 100%.
This article aims to be a one stop research point for those looking/considering to deploy their Apps off Vercel and why that may be the most important decision you make, provided you do it at the right time. If you are a hobbyist or someone just building projects for your portfolio you are completely fine and are going to be happy with Vercel.
This article will detail how infinite scrolling feeds (like the kind on Twitter, Instagram etc) are bad for your SEO if not accounted for properly. I will refer to my thought processes and considerations as I worked to fix the same on my Startup skillShack(⚡️);
This article will try to cover in detail, the workings of simple Neural Networks. While also giving you a look at the inner magic that makes them do what they can. I’ll try to minimize the usage of math wherever I can to make things less complex for those without a strong math background. Give this article a read from the start, even if you know the basics, as it’ll get you acquainted with the approach I’ve decided to take with this article. Every bit of it is as important as the code in the end. Happy Learning