The Hidden Contract in Every API Call
Web apps are distributed systems. The client's observed world state should be an explicit input to every API call.
Web apps are distributed systems. The client's observed world state should be an explicit input to every API call.
What are we actually doing when deploying Django applications
What is hashids, why it's useful, the challenges I had when using it in django and how I solved them.
Part 2 of building an ASGI framework - WebSocket
Learning about ASGI by building an ASGI web framework!
An asynchronous Django 3 task runner that does not require other services and separate worker processes
Why Watermarking?