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
Inline scripts in create-react-app 2.0 and CSP hashes
October 5, 2018
0 comments
Categories: Web development, JavaScript, React
An awesome snippet to web performance test a page programmatically
October 1, 2018
0 comments
Categories: Web development, JavaScript, Web Performance
Merge two arrays without duplicates in JavaScript
September 20, 2018
0 comments
Category: JavaScript
A darn good search filter function in JavaScript
September 12, 2018
8 comments
Categories: Web development, JavaScript
Replace an item in an array, by number, without mutation in JavaScript (ES6)
August 23, 2018
1 comment
Category: JavaScript
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
django-html-validator now supports Django 2.x
August 13, 2018
0 comments
Categories: Python, Web development, Django
Quick dog-piling (aka stampeding herd) URL stresstest
August 10, 2018
0 comments
Category: Python
HTMLMinifier in use on this blog now
August 7, 2018
3 comments
Categories: Web development, JavaScript, Web Performance
To defer or to async JavaScript tags. That's the question.
June 29, 2018
0 comments
Categories: Web development, JavaScript, Web Performance
A good Django view function cache decorator for http.JsonResponse
June 20, 2018
0 comments
Categories: Python, Web development, Django