Inventor, software developer, history buff and a budding entrepreneur.

Greetings, I'm Mehul, a seasoned software developer and creative inventor residing in Pune. With a decade of professional experience under my belt, I specialize in crafting intricate applications and dynamic websites that thrive in high-speed, collaborative settings. My expertise lies in an array of programming languages and technologies, including but not limited to JavaScript (JS), React, Next.js, Remix, GraphQL, and Node.js. In addition, I am proficient in AWS and hold an AWS Certified Solution Architect - Associate accreditation.

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.