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 18 Series: Root-ing for the Future - Root API

Discover the power of React 18's Root API in this entertaining and informative blog post. Learn how the Root API enables Concurrent Mode, automatic batching, and improved error handling, revolutionizing the way we build web apps. Packed with examples, this guide is perfect for developers eager to embrace the future with React 18.

Plumbing the Depths of JavaScript: A Light-Hearted Guide to the EcmaScript Pipeline Operator

The latest version of EcmaScript brings a host of new features that make JavaScript programming more efficient and enjoyable. Among these updates, the pipeline operator (|>) stands out as a powerful addition that streamlines the way we chain functions together. In this blog post, we'll explore the pipeline operator, its benefits, and how to use it in your code.

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.