Building a CORS-Enabled Proxy Server with Cloudflare WorkersCross-Origin Resource Sharing (CORS) can be a real headache for developers working on web applications, especially when accessing APIs…Oct 28Oct 28
Understanding React’s flushSync Warning and How to Handle It with setTimeoutIf you’ve been developing in React, especially when dealing with complex components or third-party libraries, you might have come across…Oct 12Oct 12
Authjs beta callback redirect error nextjs 14.2.7When I use Auth.js with an OAuth provider, like in my case google and facebook, it redirects to localhost:3000 or baseurl even if I’m…Sep 7Sep 7
Smooth Scrolling in React — Done in 2 Minutes!Ever felt like your website could use some extra polish? Something that makes it feel expensive — like a luxury website experience? Well…Sep 5Sep 5
Published inStackademicTroubleshooting “Server selection error: server selection timeout, current topology” in MongoDB…If you’re working with MongoDB alongside Prisma in a Next.js application, you may encounter the error message “Server selection error…Jul 3Jul 3
Published inTowards DevHow to Integrate OpenAI’s GPT-4/GPT3.5-turbo Function Calls into Your Next.js ProjectIn the rapidly advancing world of web development, integrating AI functionalities directly into web applications is becoming increasingly…Apr 18Apr 18
Published inJavaScript in Plain EnglishIncreasing Model Accuracy with TensorFlow.js: A Comprehensive GuideTensorFlow.js is a powerful library that brings the capabilities of TensorFlow to JavaScript, allowing developers to create and train…Apr 14Apr 14
Published inTowards DevHow to track click outside of an specific div in React/Next.js — for modal/dropdown closingTracking clicks outside of a specific `div` in a React component can be essential for many UI functionalities, such as closing a modal or…Apr 8Apr 8
Harnessing the Power of Large Language Models for Precision Data RetrievalIn the ever-evolving landscape of information technology, data retrieval has become a cornerstone for businesses and researchers alike. The…Feb 11Feb 11