How I Integrated Headless CMS in my NextJS AppWhile building my portfolio website, I decided to include a blog section. Since I already had an existing Next.js app, I wanted the blog…Jan 8Jan 8
How I Built an AI App to Review YC Applications in a DayYCombinator is doing first ever Fall batch this year. Per their website, they introduced fall batch due to high demand and because the…Aug 30, 2024Aug 30, 2024
How to Create OpenAI Embeddings & Why You Need to Know About ThemText embeddings are a NLP technique that converts textual data into numerical vectors that can be processed by machine learning algorithms…Mar 12, 2024Mar 12, 2024
How I Integrated Authentication Next-Auth V5 in my NextJS 14 ApplicationHow to Integrate Authentication in a Next.js ProjectJan 23, 20246Jan 23, 20246
How I integrated Stripe Payments in React AppTo integrate Stripe into an application, a server-side component is required. The server-side component is responsible for securely…Oct 2, 2023Oct 2, 2023
Build Your Own AI Chatbot with ChatGPT APIOpenAI's recent introduction of the ChatGPT API has made it very simple to build an AI chatbot and integrate it into a website. In this…Mar 21, 20231Mar 21, 20231
Published inTowards DevCreate a Text Animation with React and Framer MotionCreating text animations with React and Framer Motion is a great way to add dynamic visual elements to your web pages. In this blog post…Feb 10, 2023Feb 10, 2023
Published inTowards DevCreate React Typing Animation — Quick TutorialReact typing animation is popular, especially among personal portfolio websites. Creators use it to describe themselves from different…Jun 22, 2022Jun 22, 2022
Published inTowards DevDifferent Ways of Downloading Files in React AppWhether we want to use plain JavaScript to accomplish this or a third-party module, this functionality can be easily achieved in React. I…Jun 14, 2022Jun 14, 2022
Concurrency and Transitions in ReactOne of the biggest updates in React 18 is that it supports concurrency. Let’s look at what that means first before we jump into the…Jun 7, 2022Jun 7, 2022