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.

BERT: A Guide to Modern Language Models

Delve into the world of BERT, a cornerstone of modern NLP. This guide simplifies the technicalities of BERT for beginners while offering in-depth insights for pros. From code snippets to real-world applications, explore how BERT has revolutionized language understanding in AI.

Retrieval Augmented Generation: Turbo-Charging Your Chatbot with a Library Card!

Dive into the world of AI with our fun guide on Retrieval Augmented Generation (RAG) and Generative Large Language Models (LLMs)! Discover how these tech giants are like Shakespeare with a library card. Boost your AI knowledge with real-life examples, and sprinkle in a bit of humor for good measure. Become the AI aficionado you've always wanted to be!

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.