Sign in
There are a total of 3 posts.
2025-12-22
Relearn Django from scratch by starting with HTTP basics and a roadmap. Master Function-Based Views first, then move to Class-Based Views and Django REST Framework while understanding the request–response cycle. Practical tips for beginners and intermediates.
2025-11-23
This post summarizes the differences between HTTP/1.1 and HTTP/2, their scenario of use, and provides a guide on key concepts such as performance, header compression, and server push.
2026-03-17
Unlock the essential features of Django's django.utils.http module! Learn how to use urlsafe_base64_encode for secure tokens, prevent Open Redirect vulnerabilities with is_safe_url, and build query strings efficiently. Master the core utilities for handling HTTP data securely and robustly with practical code examples for every Django developer.