Moises CujardoYour Gateway to Web Development: Getting Started with Django Day 2: ModelsWe set up our development environment on the previous article. Your Gateway to Web Development: Getting Started with Django Day 1: Setting…Nov 4, 2023
Zain BagusHow to create a REST API with Django REST frameworkDjango REST framework (DRF) is a powerful and flexible toolkit for building web APIs. In this tutorial, we’ll learn how to build a CRUD API…Oct 23, 2023
InPython in Plain EnglishbyBuilescu DanielAdvanced Django Tips I Wish I Knew Earlier (Psst… Got ’Em from Google!)Unpacking my Google adventure with Django! Discover tips that reshaped my coding journey. Come, let’s explore together!Aug 19, 2023Aug 19, 2023
Rohan BokadiyaDeploying a Django Application on AWS Lambda with Docker and a Custom Domain using the Serverless…In this blog post, we will walk through deploying a Django application on AWS Lambda using Docker, with a custom domain configured through…Aug 22Aug 22
Samsor RahmanUnderstanding QuerySets in DjangoA queryset is a powerful feature of the Django web framework that allows you to retrieve data from your database using Python. It provides…Apr 16, 2023Apr 16, 2023
Moises CujardoYour Gateway to Web Development: Getting Started with Django Day 2: ModelsWe set up our development environment on the previous article. Your Gateway to Web Development: Getting Started with Django Day 1: Setting…Nov 4, 2023
Zain BagusHow to create a REST API with Django REST frameworkDjango REST framework (DRF) is a powerful and flexible toolkit for building web APIs. In this tutorial, we’ll learn how to build a CRUD API…Oct 23, 2023
InPython in Plain EnglishbyBuilescu DanielAdvanced Django Tips I Wish I Knew Earlier (Psst… Got ’Em from Google!)Unpacking my Google adventure with Django! Discover tips that reshaped my coding journey. Come, let’s explore together!Aug 19, 2023
Rohan BokadiyaDeploying a Django Application on AWS Lambda with Docker and a Custom Domain using the Serverless…In this blog post, we will walk through deploying a Django application on AWS Lambda using Docker, with a custom domain configured through…Aug 22
Samsor RahmanUnderstanding QuerySets in DjangoA queryset is a powerful feature of the Django web framework that allows you to retrieve data from your database using Python. It provides…Apr 16, 2023
MicroPyramidHow to Pass Extra Context Data to Serializers in Django-Rest-FrameworkSerializers are used to validate the data in Django Rest Framework.Mar 3, 2022
InPython in Plain EnglishbyAnkita KapoorDjango vs Ruby on Rails: Which Framework Should You Use for Web Development?Which Ruby on Rails or Django is best for your web development? Well, this topic is still in debate as both frameworks share similarities…Mar 27, 2023
Sagar ChopadeDjango Best PracticesIn this blog post, we’ll explore some of the key best practices for building robust and maintainable django projects.Feb 2, 20232