Avoid async when all you have is (SSD) disk I/O in NodeJS
October 24, 2019
1 comment
Categories: Node, 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
NodeJS fs walk() or glob or fast-glob
August 31, 2019
3 comments
Category: JavaScript
Train your own spell corrector with TextBlob
August 23, 2019
0 comments
Category: Python
function expandFiles(directoriesPatternsOrFiles)
August 15, 2019
0 comments
Category: JavaScript
A React vs. Preact case study for a widget
July 24, 2019
0 comments
Categories: Web development, React, Web Performance, JavaScript
Find out all localStorage keys and their value sizes
July 13, 2019
0 comments
Categories: Web development, JavaScript