"ld: library not found for -lssl" trying to install mysqlclient in Python on macOS
February 5, 2020
1 comment
How to pad/fill a string by a variable in Python using f-strings
January 24, 2020
9 comments
Category: Python
JavaScript destructuring like Python kwargs with defaults
January 18, 2020
1 comment
Categories: Python, JavaScript
How to have default/initial values in a Django form that is bound and rendered
January 10, 2020
11 comments
Categories: Web development, Django, Python
A Python and Preact app deployed on Heroku
December 13, 2019
2 comments
Categories: Web development, Django, Python, Docker, JavaScript
Update to speed comparison for Redis vs PostgreSQL storing blobs of JSON
September 30, 2019
2 comments
Categories: Redis, Nginx, Web Performance, Python, Django, PostgreSQL
How much faster is Redis at storing a blob of JSON compared to PostgreSQL?
September 28, 2019
65 comments
Categories: Python, PostgreSQL, Redis
uwsgi weirdness with --http
September 19, 2019
2 comments
Fastest Python function to slugify a string
September 12, 2019
4 comments
Category: Python
Train your own spell corrector with TextBlob
August 23, 2019
0 comments
Category: Python