Django

Programming

Building A RisingWave Connector for Django ORM

Ever wanted to connect a streaming database to Django ORM. Learn how with Django and RisingWave

Read
Python

Deep Inside Django's ORM @ DjangoCon EU 2022

Slides and recordings from my talk about "Deep Inside Django's ORM" at DjangoCon EU on September 21, 2022

Read
Python

Advanced Django ORM @ PyConDE 2022

Slides and recordings from my talk about "Advanced Django ORM" at PyCon DE on April 13, 2022

Read
Python

A Simple Shoutbox with Automated Translations in Django

In this tutorial we will create a shoutbox with automated translations. Users can enter a message and this message can be read by other users in different languages.

Read