amitgajare.hashnode.devHow to Create Your Own AI Girlfriend Chatbot A Beginner's TutorialHey there! 👋 Ever wished you could have meaningful conversations with an AI that actually remembers what you talked about? Not just some generic chatbot, but one with personality, emotions, and memory? Well, you're in the right place! In this guide,...Jan 1·13 min read
amitgajare.hashnode.devInstantly Share Live HTML Websites Without Hosting Using Flip FrameAs developers, we’ve all been there. You build a small project in HTML, CSS, and JavaScript — maybe a cool animation, a landing page prototype, or a quick portfolio idea. Then someone asks: “Can I see it live?” That’s when the pain begins. Setting up...Sep 18, 2025·2 min read
amitgajare.hashnode.devHow to Configure SPA Routing for Netlify, Firebase, Vercel, Render, and GitHub PagesSingle Page Applications (SPAs) are popular for their smooth navigation and seamless user experience. However, deploying them can be tricky — especially when it comes to handling client-side routing. In this article, you'll learn how to configure you...Jun 3, 2025·3 min read
amitgajare.hashnode.devHow to connect the React JS frontend with the Django backendThis tutorial will guide you through the easy steps. We are going to set up the Django backend first then we'll set up our react frontend and finally connect them. Setting up the Project First, you need to create the main project folder 📂 go inside ...Nov 9, 2023·5 min read
amitgajare.hashnode.devHow to make a Python script to convert images to PDFIn many scenarios, it becomes necessary to convert a collection of images into a single PDF file for easier sharing, archiving, or printing. However, large image files can result in bulky PDFs, making them difficult to handle or transmit. In this art...Jul 10, 2023·4 min read