RSSAmplifier

Blog

Shen’s Blog

/RSS feed ↗7 posts

Latest posts

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.

Django Deployment Goals for Beginners

What are we actually doing when deploying Django applications

Seamlessly integrate hashids with Django

What is hashids, why it's useful, the challenges I had when using it in django and how I solved them.

ASGI from scratch - WebSocket

Part 2 of building an ASGI framework - WebSocket

ASGI from scratch - Let’s build an ASGI web framework

Learning about ASGI by building an ASGI web framework!

django-simple-task: An asynchronous Django 3 task runner

An asynchronous Django 3 task runner that does not require other services and separate worker processes

How to Watermark A Video with Python

Why Watermarking?