
Sorting Strategies for Optional Fields in Django
How to control NULL value placement when sorting Django QuerySets using F() expressions.
Personal blog of Maksudul Haque on programming, technology, and more.
Live Last read · last published · next check

How to control NULL value placement when sorting Django QuerySets using F() expressions.

An example of Django PostgreSQL Database Connection Pooling with PgBouncer

A simple example of how to build a Python CLI tool with Rust