Jeevang1nagarkar.hashnode.dev·Aug 22, 2024Flask vs. Django: Choosing the Right Python Web Framework for YouChoosing a web framework for your Python project is a crucial decision, and two popular options are Flask and Django. Both have their strengths, but they cater to different needs. Let's explore the key differences between Flask and Django to help you...DiscussPythonPython
OnRemoteonremote.hashnode.dev·Aug 5, 2024When to Use HTMX with Django (Do You Really Need a JS Framework?)Discover the differences between using HTMX with Django and Django REST Framework with a JavaScript framework. Learn when it's best to avoid a JS framework for your web development projects. Introduction In the evolving world of web development, choo...DiscussDjango
Sakib Bin Kamalwww.developerchronicles.com·Jul 14, 2024Crafting Modern Web APIs with Django and Django REST Framework: A Comprehensive GuideIntroduction In the interconnected world of the internet, much of our online activities depend on the seamless interaction of multiple computers through APIs (Application Programming Interfaces). These APIs define the communication protocols between ...DiscussDjango
Daniel Herbertdanielherbertblog.hashnode.dev·Jul 1, 2024My Backend StoryIntroduction So, it's a few days to submission deadline for my web application in fulfillment of the final project for my 12 months full-stack software engineering bootcamp by ALX Africa. My web app is yet to authenticate users who log in. This is su...DiscussBeyond Code: Our stories are toldsimplejwt
Omini Okoiprideland.hashnode.dev·Jun 29, 2024Overcoming Challenges in Backend Development: My Journey with Django SerializersI am a not a traditional software engineer as i didn't go through the four walls of a computer science school. My knowledge and skills were gotten from watching tutorials on YouTube and coding along, joining boot-camps and collaborating with other in...DiscussAPIs
Emmanuel Kipchirchir Langatblog.kipchirchirlangat.com·Jun 15, 2024Implement login counter in djangoIn this article, you will learn how to implement a login counter in Django and lock out a user after x number of failed login attempts. Prerequisites.1. A basic understanding of Python and Django. 1.0 Application set up. Navigate to your preferred fo...Discuss·49 readsDjango
Deven devendraadhikari.com.np·Jun 9, 2024Optimization in DjangoOptimizing a Django application is crucial for ensuring that it runs efficiently, especially under heavy load or with large datasets. There are various aspects of a Django application you can optimize, including database interactions, middleware, sta...Discuss·96 readsDjango
Pedram Badakhchanipedbad.hashnode.dev·May 21, 2024RESTful APIs with Django and the Django Rest FrameworkPart 3 - Using Model Serializers with Django Rest Framework In Django, creating and managing web APIs can be accomplished without any additional tools, but this often involves a lot of repetitive and error-prone manual work. In the last part of this ...Discuss·1 like·55 readsAdvanced Web DevelopmentREST API
SHAIK IRFANirfanblogs.hashnode.dev·May 9, 2024How 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...Discuss·133 readsReact
Nischal lamichhaneblog.django-tutorial.dev·Apr 30, 2024Handling Multiple Databases in DjangoIn the world of web development, managing data efficiently is paramount. Django, a high-level Python web framework, offers robust support for handling databases. However, as applications grow in complexity, the need to work with multiple databases ma...Discuss·10 likes·155 readsmultiple database