Make User Management easier with Clerk + Supabase 🔥🔥Handling user authentication and connecting to a database can be tough, especially with modern web apps. Clerk and Supabase are two great tools that make this process easier, providing smooth user management and scalable database options. In this art...Dec 3, 2024·10 min read·99
How to Build an Image Caption Generator App Using AI with HuggingFace and GeminiJul 30, 2024·15 min read·133
Boost Developer Productivity with Pieces: Your AI-Enabled Workflow CopilotIntroduction Hi, I am Shivam, a computer science graduate student currently working as a Frontend developer while finishing my master's in computer science (which will end in a month). My daily tasks include working with different tech stacks like Ne...Jun 7, 2024·12 min read·109
How to Create PDF using React JSIntroduction Sometimes, you need to download your app's tables or data into a PDF format for easy sharing. With React PDF Renderer, you can seamlessly convert your React components into high-quality PDFs. This blog will walk you through the process, ...May 24, 2024·14 min read·115
Understanding Undefined Versus Not Defined in JavaScriptJavaScript is a great language, but it's quite different from other languages. It has many unique features that don't work the same way as in other languages. One distinctive aspect is the concept of undefined, which sets it apart from other language...May 12, 2024·9 min read·55
How to build an OTP Login System with React and SupabaseToday, OTP Login is one of the secure ways to log into our system. And, today, we're going to build the same thing. We'll be building an app where there will be a login page and a dashboard page. So, the user needs to enter their phone number and aft...Mar 30, 2024·11 min read·84
How to get better at JavaScript: Simple Steps for ImprovementHello reader, 👋 Are you a developer, learning JavaScript, or working with JavaScript and its libraries and frameworks? Well, as a web developer, we all do these things. We follow some path and learn these things and learn them in a sequence order li...Feb 18, 2024·6 min read·39
What is config.js and Why Is it Important?Have you ever wanted to adjust your Next.js or React project to fit your exact needs? Well, that's where the config.js file comes in! It's like a control center that holds all the settings and tweaks for your app. Imagine it as a backstage pass allow...Dec 29, 2023·6 min read·39