Simeon EmanuilovDjango Class-based vs Function-based viewsWhen building Django applications, developers face a critical architectural decision that impacts maintainability, code organization, and…3d ago
Himanshu SharmaStep-by-Step Guide to Implementing OAuth Authentication in FastAPIIn the ever-evolving landscape of web applications, security is paramount. If you’re building APIs with FastAPI, you’re already on the…Nov 16, 20233
InDjango UnleashedbyAdrien Van ThongUnlocking Django’s potential: filtering for orphaned recordsHow to utilize django-filters add-on to filter for any orphaned records in a many-to-many relationship in two models.Nov 26Nov 26
Adrien Van ThongDjango: How to easily unit test a Class Based ViewThis tutorial will teach you how to easily create unit tests for your CBVs.Apr 1Apr 1
InDjango UnleashedbySamuel GetachewIntroduction to Django Views: Function-Based vs. Class-Based Views in 2024Django is one of the most popular web frameworks for Python, offering developers a clean and pragmatic approach to building web…Sep 23Sep 23
Simeon EmanuilovDjango Class-based vs Function-based viewsWhen building Django applications, developers face a critical architectural decision that impacts maintainability, code organization, and…3d ago
Himanshu SharmaStep-by-Step Guide to Implementing OAuth Authentication in FastAPIIn the ever-evolving landscape of web applications, security is paramount. If you’re building APIs with FastAPI, you’re already on the…Nov 16, 20233
InDjango UnleashedbyAdrien Van ThongUnlocking Django’s potential: filtering for orphaned recordsHow to utilize django-filters add-on to filter for any orphaned records in a many-to-many relationship in two models.Nov 26
Adrien Van ThongDjango: How to easily unit test a Class Based ViewThis tutorial will teach you how to easily create unit tests for your CBVs.Apr 1
InDjango UnleashedbySamuel GetachewIntroduction to Django Views: Function-Based vs. Class-Based Views in 2024Django is one of the most popular web frameworks for Python, offering developers a clean and pragmatic approach to building web…Sep 23
Adrien Van ThongDjango tricks: Quickly create a table viewThe django-tables plugin can help generate a fully-functional table with sortable headers, pagination, and filtering from an existing CBV.Mar 1
InDjango UnleashedbySamuel GetachewClass-Based Views vs Function-Based Views in Django: Pros and Cons in 2024Django, one of the most popular web frameworks, provides two ways to handle views: Class-Based Views (CBVs) and Function-Based Views…Sep 172
Adrien Van ThongDjango: Top 5 Class Based ViewsThe top 5 most common CBVs: what they are used for, and how to implement them.Feb 1