Judy@webdecodedHow 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 30Aug 30
Judy@webdecodedHow 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 12Mar 12
Judy@webdecodedHow I Integrated Authentication Next-Auth V5 in my NextJS 14 ApplicationHow to Integrate Authentication in a Next.js ProjectJan 235Jan 235
Judy@webdecodedHow 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
Judy@webdecodedBuild 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
Judy@webdecodedinTowards 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
Judy@webdecodedinTowards 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
Judy@webdecodedinTowards 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
Judy@webdecodedConcurrency 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
Judy@webdecodedinTowards DevDifferent ways of creating React Components in TypeScriptNew to TypeScript? This article will go over several different ways of creating React Components in TypeScript.May 26, 20221May 26, 20221