Pip-Outdated.py - a script to compare requirements.in with the output of pip list --outdated
December 22, 2022
0 comments
Category: Python
How to change the current query string URL in NextJS v13 with next/navigation
December 9, 2022
4 comments
Categories: React, JavaScript
How much faster is Cheerio at parsing depending on xmlMode?
December 5, 2022
0 comments
Categories: Node, JavaScript
First impressions trying out Rome to format/lint my TypeScript and JavaScript
November 14, 2022
1 comment
Categories: Node, JavaScript
Spot the JavaScript bug with recursion and incrementing
September 28, 2022
0 comments
Category: JavaScript
Programmatically render a NextJS page without a server in Node
September 6, 2022
1 comment
Categories: Web development, Node, JavaScript
Join a list with a bitwise or operator in Python
August 22, 2022
0 comments
Category: Python
How to sort case insensitively with empty strings last in Django
April 3, 2022
1 comment
Categories: Django, Python, PostgreSQL
How to close a HTTP GET request in Python before the end
March 30, 2022
0 comments
Category: Python
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