Blogs .

Blogging is my way of giving back to the community and to be honest I actually start liking writing about my experience and sharing it with the people in the community. The topic I often write about is the experience in my life and technical problems that there are no good solutions easily available online.

Imagine having a GPT model that can not only generate amazing natural language, but also interact with your own data sources, APIs, or actions. How cool would that be? You could ask it to do anything you want, from booking a flight to ordering a pizza to playing a game. Well, you don't have to imagine anymore, because, in this article, I will show you how I made it happen using a simple yet powerful approach based on intent classification and a rule-based system.

Do you want to create amazing applications that can search, cluster, recommend, and classify text and code? Do you want to use a powerful and cost-effective embedding model that can handle long documents and diverse tasks? Do you want to learn how to use text-embedding-ada-002 in Node.js with ease and simplicity? If you answered yes to any of these questions, then this article is for you! 😍

Forground service that you can use to create an always on Background task in React Native. Foreground service is a kind of service in Android that has a notification that can not be removed until the foreground service is closed, and because of this, you can run a background task with the help of headless JS.

This article will suggest a technique to build your Next.Js application so that it may scale well as the program grows in size while also not overwhelming the developers with the structure itself.

Create an awesome OTP and OTP validator using Firebase and firestore in 10 mins, and easily integrate it with your applicaiton.

Wish to export all of your medium blogs, so that you can move to another platform? This article demonstrate how you can eaisly download your medium content in bulk.

WooShop is created with React-native with Wordpress and Woo-commerce. It is fully functional shop Application with checkout cart and login

Learn to impliment automatic deployment an application to the cloud virtual server without using GitHub workflow and SHH, by means of a nodejs based express server.

Wondering how would you listen to page change for the spa in a Virutal DOM which is routing through client-side routing via vanilla javascript.