The correct way to index data into Elasticsearch with (Python) elasticsearch-dsl
May 14, 2021
0 comments
Categories: Python, MDN, Elasticsearch
What English stop words overlap with JavaScript reserved keywords?
May 7, 2021
2 comments
Categories: JavaScript, MDN
How to simulate slow lazy chunk-loading in React
March 25, 2021
0 comments
Categories: React, JavaScript
Umlauts (non-ascii characters) with git on macOS
March 22, 2021
0 comments
In JavaScript (Node) which is fastest, generator function or a big array function?
March 5, 2021
0 comments
Categories: Node, JavaScript
How MDN's site-search works
February 26, 2021
3 comments
Categories: Web development, Django, Python, MDN, Elasticsearch
What's lighter than ExpressJS?
February 25, 2021
0 comments
Categories: Node, JavaScript
The best and simplest way to parse an RSS feed in Node
February 13, 2021
0 comments
Categories: Node, JavaScript
Sneaky block-scoping variables in JavaScript that eslint can't even detect
February 3, 2021
0 comments
Category: JavaScript
useSearchParams as a React global state manager
February 1, 2021
0 comments
Categories: React, JavaScript
Fastest way to turn HTML into text in Python
January 8, 2021
4 comments
Category: Python
Gcm - git checkout master or main
December 21, 2020
1 comment
Category: Python
sharp vs. jimp - Node libraries to make thumbnail images
December 15, 2020
3 comments
Categories: Node, JavaScript, Firebase
downloadAndResize - Firebase Cloud Function to serve thumbnails
December 8, 2020
0 comments
Categories: Web development, That's Groce!, Node, JavaScript
Generating random avatar images in Django/Python
October 28, 2020
1 comment
Categories: Web development, Django, Python