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
GeneratorExit - How to clean up after the last yield in Python
June 7, 2018
7 comments
Category: Python
Writing a custom Datadog reporter using the Python API
May 21, 2018
2 comments
Category: Python
To CDN assets or just HTTP/2
May 17, 2018
3 comments
Categories: Web development, JavaScript, Web Performance
Rust > Go > Python ...to parse millions of dates in CSV files
May 15, 2018
10 comments
Category: Python
Webpack Bundle Analyzer for create-react-app
May 14, 2018
0 comments
Categories: JavaScript, React