Sachin Kumarbrokenprogrammer.hashnode.dev·Sep 25, 2023Mastering Django: A Fast-Track Guide to Backend Web Development with Avira Digital StudiosBackend development is the backbone of any web application, responsible for handling data processing, server-side logic, and ensuring seamless communication between the server and the user interface. When it comes to efficient and rapid backend devel...DiscussDjango
Mayank Aggarwalblog.mayankaggarwal.live·Sep 22, 2023The Fastest Way to Learn Backend Development with DjangoIntroduction Backend development is an essential part of web development that powers the server-side of websites and web applications. Learning how to build robust and efficient backends is a valuable skill for anyone aspiring to become a full-stack ...Daniela Passos and 2 others are discussing this3 people are discussing thisDiscuss·138 likes·7.6K readsTech-Blogsmayank
Azeez Aremudjangoway.hashnode.dev·Sep 22, 2023Effective Logging in Django Projects: A Step-by-Step GuideIntroduction Logging is the unsung hero of software development. It's not the flashy new feature that'll impress your users, but when things go south, a robust logging setup can be your best friend. In this blog post, we'll look at how to set up an e...Discuss·1 like·44 readsDjango
Micheal Davidmichealcodes.hashnode.dev·Sep 19, 2023Implementing a model for Google authentication with DjangoTo implement a model for Google authentication with Django, you generally don't need a custom model specifically for Google authentication. Instead, you can use Django's built-in User model or a custom user model, and then use third-party packages li...DiscussDevops
Micheal Davidmichealcodes.hashnode.dev·Sep 19, 2023Implementing Google Authentication for user login with Django Rest Framework (DRF)Implementing Google Authentication for user login with Django Rest Framework (DRF) involves several steps. Here's a high-level overview of the process: Create a Django Project: If you don't already have a Django project, create one using django-admi...Discuss·28 readsGoogle
Naveen Sargamblog.congineal.com·Sep 16, 2023Unleash the Power of Django Manager Methods: A Comprehensive GuideHave you ever found yourself buried under complex database queries in your Django project? Or perhaps you're struggling to keep your code organized and maintainable? Django manager methods could be the solution you've been looking for. In this guide,...Discuss·32 readsDjango
jet2018jetezra.hashnode.dev·Sep 15, 2023Up and Running with Django, the crazy way! -- Part 1Currently, I get geeks to work on and my clients get amused by my performance as a developer and that's what matters to the client, getting things done, no matter how. So usually, we talk about a project let's say at 8:am, I give them a dashboard to ...Discuss·58 readsdjango rest framework
Emre Erguvanchopin.hashnode.dev·Sep 15, 2023Part 3: Building a self-help web app using DjangoHey there! Oh, boy. A lot happened since Part 2. I changed a lot of what I had implemented earlier and built quite a bit on top of that. I'll try to break them into manageable chunks. In the previous post, I said I'd work on implementing the views ne...DiscussDjango
AQIB HAFEEZaqibhafeez473.hashnode.dev·Sep 14, 2023Day 11 || Deploying a Dockerized Django Application on AWS EC2 with NginxIntroduction The project we'll be working with is a Django application hosted on GitHub under the repository notesapp. This Django app is designed to manage notes, and we'll containerize it using Docker for easier deployment and scaling. Step 1: Clon...Discuss·76 readsAWS
Vrishni Shree V Bvrishni.hashnode.dev·Sep 13, 2023Django, Day - 031) What is REST? REST (Representational State Transfer) is a design approach for creating web services that use URLs to access and manipulate resources through standardized actions like reading, creating, updating, and deleting, with no memory of pre...Discuss·12 likesDjango-Rest-FrameworkREST