Reading List

The most recent articles from a list of feeds I subscribe to.

Handle multiple query parameters gracefully in Django.

A snippet for handling single or multiple query parameters gracefully and across pagination in Django 3.

The post Handle multiple query parameters gracefully in Django. appeared first on Ru Singh.

Handle multiple query parameters gracefully in Django.

A snippet for handling single or multiple query parameters gracefully and across pagination in Django 3.

The post Handle multiple query parameters gracefully in Django. appeared first on Ru Singh.

A simple way to start a chat with a non-phonebook WhatsApp contact.

Sometimes I don't want to add someone to my phonebook to start a WhatsApp chat with them. Here's what I use.

The post A simple way to start a chat with a non-phonebook WhatsApp contact. appeared first on Ru Singh.

A simple way to start a chat with a non-phonebook WhatsApp contact.

Sometimes I don't want to add someone to my phonebook to start a WhatsApp chat with them. Here's what I use.

The post A simple way to start a chat with a non-phonebook WhatsApp contact. appeared first on Ru Singh.

Python: expression for x in y.

Briefly exploring the `expression for x in y` syntax in Python.

The post Python: expression for x in y. appeared first on Ru Singh.