InPython in Plain EnglishbyDelight Olu-OlagbujiHow to Send Email with Verification Link in DjangoIn this article, you explore a common use case of sending emails. You would register users and send them an email with a verification link.Aug 14, 20231432Aug 14, 20231432
Builescu DanielAdvanced Django Tricks for 2023–2024: Boost Your Python Developer CareerHey, fellow tech enthusiast! Let’s dive into Django — that nifty toolkit that’s making waves in web development. It’s Python’s sidekick…Dec 13, 20231531Dec 13, 20231531
InPython in Plain EnglishbyDelight Olu-OlagbujiDjango Optimization Guide: Make Your App Run 10X FasterOptimization is not just about shaving off microseconds from your code’s execution timeOct 11, 202368914Oct 11, 202368914
InAWS TipbyManish SharmaWorkflow using Django CeleryWorkflow is a set of activities or tasks that are necessary to complete a complex process . Every workflow may be represented as a DAG…Aug 16, 202329Aug 16, 202329
InPython in Plain EnglishbyBuilescu DanielUnlocking Django’s Full Potential: Insights from a Year at GoogleUnlock the full power of Django with advanced tricks I learned at Google! Boost performance, master CI/CD, and amp up security. A…Sep 12, 20235657Sep 12, 20235657
InPython in Plain EnglishbyBuilescu DanielReal Estate, Real Profits: Building a Django Listing App for $9K/month [Step by Step]Dive into the journey of building a lucrative Django real estate app! From database design to marketing strategies, unlock the full…Aug 14, 20234206Aug 14, 20234206
devil_!234@Understanding clean architecture in Python — Deep dive on the codeIn this article, I will take you through a working example of clean architecture in Python. The underlying concepts and design are…Mar 18, 20231611Mar 18, 20231611
InITNEXTbyFinn AndersenHow to Scale a Monolithic Django Project — Without MicroservicesExploring ways to architect a growing Django project so that it’s easy to maintain and can handle high user load.Mar 3, 20233742Mar 3, 20233742
InBetter ProgrammingbyPavel SviridovSaving Django Legacy Projects Using Domain-Driven DesignSteps to take when a project becomes unwieldy, and you are unsure of how to address the issueFeb 16, 20232815Feb 16, 20232815
InAWS TipbyAhmed Yasin5 Hidden Gems of Django Every Developer Should KnowLearn How to Use Powerful Django Features to Improve Your CodeFeb 20, 20231554Feb 20, 20231554
Kuldeep PisdaHow to customize REST API responses per user in Django?Learn to customize the REST API responses per the user roles in Django and Django-rest-framework.Feb 11, 202316Feb 11, 202316
Yashas H RMUST USE packages when starting a new Django ProjectWhenever I start a Django project I use a template which, should be obvious. But how do you know if it’s the right one?Jan 30, 2023722Jan 30, 2023722
InTowards DevbyGustavo ValleDjango and Clean Architecture — The Real battleIn this article we will try out a Clean Architecture approach for a micro service built in Django and talk about how to do this without…Jan 5, 20232444Jan 5, 20232444
Naem AzamTop Django Projects with Source CodeTop Django Projects for All with Free Source CodeJan 3, 20234236Jan 3, 20234236
InPython in Plain EnglishbySkolo Online LearningGenerate a Landing Page Using a Business Name, Python Django & OpenAI APIIn this article, we are going to build a project I have been working on for a while. Imagine you have a website builder that only requires…Sep 20, 202295Sep 20, 202295
Priyank DesaiMake your Django REST API 10 times faster with Redis.Implementing REST API in Django is easy. In this tutorial, we will create a basic DRF project and add Redis.Oct 10, 20222666Oct 10, 20222666
InTDS ArchivebyYash PrakashThe Easy Python CI/CD Pipeline Using Docker Compose and GitHub ActionsContinuously deploy a real world project on a VPSSep 27, 202272Sep 27, 202272
InDev GeniusbyFloyd A. Morgan JrCreating a Reusable Django appDjango Versatility does not stop at creating APIs or Impressive Web apps, We can also create packages from the apps within our Django…Sep 25, 2022501Sep 25, 2022501
Vincent MatindeMulti-tenancy modules should be a Django “must” to create great SaaS productsTrying to create multitenancy applications in Django can be a daunting task. The method of separating each entity in its own domain…Sep 21, 202227Sep 21, 202227