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.
2025-11-12
This post introduces how to implement URL encoding, safe token transmission, and redirection security using Django's `django.utils.http` module.