Make your NextJS site 10-100x faster with Express caching
February 18, 2022
0 comments
Categories: React, Node, Nginx, JavaScript
My site's now NextJS - And I (almost) regret it already
December 17, 2021
8 comments
Categories: React, Django, Node, JavaScript
Sort a JavaScript array by some boolean operation
December 2, 2021
2 comments
Category: JavaScript
Brotli compression quality comparison in the real world
December 1, 2021
2 comments
Categories: Node, JavaScript
How to bulk-insert Firestore documents in a Firebase Cloud function
September 23, 2021
1 comment
Categories: Node, Firebase, JavaScript
TypeScript generic async function wrapper function
September 12, 2021
0 comments
Category: JavaScript
TypeScript function keyword arguments like Python
September 8, 2021
0 comments
Categories: Python, JavaScript
How I upload Firebase images optimized
September 2, 2021
0 comments
Categories: JavaScript, Web development, Firebase
How to fadeIn and fadeOut like jQuery but with Cash
August 24, 2021
0 comments
Category: JavaScript
How to submit a form with Playwright
August 3, 2021
0 comments
Category: JavaScript
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
In JavaScript (Node) which is fastest, generator function or a big array function?
March 5, 2021
0 comments
Categories: Node, JavaScript
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