How I simulate a CDN with Nginx
May 15, 2019
1 comment
Whatsdeployed rewritten in React
April 15, 2019
0 comments
Categories: Web development, Python, React, JavaScript
Django ORM optimization story on selecting the least possible
February 22, 2019
16 comments
Categories: Web development, Django, Python, PostgreSQL
Format thousands in Python
February 1, 2019
9 comments
Category: Python
hashin 0.14.5 and canonical pip hashes
January 31, 2019
0 comments
Category: Python
variable_cache_control - Django view decorator to set max_age in runtime
January 22, 2019
0 comments
Use vars() to send an argparse Namespace into a function in Python
January 8, 2019
1 comment
Category: Python
Concurrent download with hashin without --update-all
December 18, 2018
0 comments
Categories: Web development, Python
hashin 0.14.0 with --update-all and a bunch of other features
November 13, 2018
0 comments
How to JSON schema validate 10x (or 100x) faster in Python
November 4, 2018
9 comments
Category: Python
Switching from AWS S3 (boto3) to Google Cloud Storage (google-cloud-storage) in Python
October 12, 2018
1 comment
Category: Python
Fancy linkifying of text with Bleach and domain checks (with Python)
October 10, 2018
2 comments
Categories: Python, Web development
The ideal number of workers in Jest
October 8, 2018
0 comments
django-pipeline and Zopfli
August 15, 2018
0 comments
Categories: Python, Web development, Django
Django lock decorator with django-redis
August 14, 2018
4 comments
Categories: Python, Web development, Django, Redis