Inventor, software developer, history buff and a budding entrepreneur.
I'm Mehul, an inventor and a software developer based in Pune. I've around 10+ years of experience in building apps and websites in fast-paced, collaborative environments. Skilled in JS, React, Next, Remix, GraphQL, Node, Go and an AWS Certified solution architect - associate.
PatentMay 31, 2022
Step through process of generating custom jewelry
A server for generating custom jewelry through a step-by-step customization process can be configured to send display instructions over a network to display a plurality of available selections for a first customization option at a remote computer system.
React Separation of Concern: separation of UI and business logic
When you’re building a React application, Often you’ll find yourself in a situation where you need to separate the UI and business logic. In this article, I will show you how to do that.