Sign in
There are a total of 3 posts.
Published Dec 22, 2025 by whitedec
Relearning Django from Scratch: A Roadmap Starting with HTTP
Relearn Django from scratch by starting with HTTP basics and a roadmap. Master Function-Based Views first, then move to…
Published Nov 23, 2025 by whitedec
What is HTTP/1.1 and HTTP/2? When should we use which?
This post summarizes the differences between HTTP/1.1 and HTTP/2, their scenario of use, and provides a guide on key co…
Published Nov 12, 2025 by whitedec
Django's HTTP Utility - 'django.utils.http'
This post introduces how to implement URL encoding, safe token transmission, and redirection security using Django's `d…