Introducing docsQL
March 28, 2022
0 comments
Categories: Web development, GitHub, JavaScript
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 string pad a string in Python with a variable
October 19, 2021
1 comment
Category: Python
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
How to install Python Poetry in GitHub Actions in MUCH faster way
July 27, 2021
0 comments
Category: Python
An effective and immutable way to turn two Python lists into one
June 23, 2021
7 comments
Category: Python