irfanblogs.hashnode.devJira Scrum Board Explained: How I Organize My Work During SprintHow I Use Jira Scrum Boards to Plan, Track, and Deliver Projects As a Python full stack developer, I juggle backend, frontend, database queries, and even GitLab pipelines—all within tight sprint timelines. To keep everything organized, I rely heavily...Jul 21, 2025·4 min read
irfanblogs.hashnode.devHow to Integrate ReactJS with Django FrameworkIntroduction In today's web development landscape, building dynamic and interactive user interfaces is essential for creating engaging web applications. ReactJS has emerged as a powerful front-end library for building user interfaces, while Django re...May 9, 2024·6 min read
irfanblogs.hashnode.devBest Platforms to Host Python AppsIntroduction Hello, Web Enthusiasts! Welcome to Irfan Blogs, your go-to destination for all things web development! Today, we embark on an exciting journey into the realm of hosting Python web apps on servers. Python has emerged as one of the most po...Jan 13, 2024·4 min read
irfanblogs.hashnode.devDeploy a Django app to PythonAnywhere for free.Introduction Now that we have completed the development of our website, it’s time for the exciting part—deploying the code to a web server. Deploying a website can often be a complex and frustrating process, however, this is another area where Django...Jan 5, 2024·6 min read
irfanblogs.hashnode.devClient-side form validationIntroduction Hello Developer's ! Welcome to the IRFAN's Blog. In this blog article , we learn how to create a form validation using HTML CSS and JavaScript. We validate passwords and confirm passwords, and email addresses using JavaScript. Go onto an...Dec 31, 2023·16 min read