Page 7
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
Programmatically control the matrix in a GitHub Action workflow
November 30, 2022
0 comments
Category: GitHub
First impressions trying out Rome to format/lint my TypeScript and JavaScript
November 14, 2022
1 comment
Categories: Node, JavaScript
How to count the most common lines in a file
October 7, 2022
0 comments
Find the largest node_modules directories with bash
September 30, 2022
0 comments
Spot the JavaScript bug with recursion and incrementing
September 28, 2022
0 comments
Category: JavaScript
Create a large empty file for testing
September 8, 2022
0 comments
Category: Linux
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
Comparing compression commands with hyperfine
July 6, 2022
0 comments
How to know if a PR has auto-merge enabled in a GitHub Action workflow
May 24, 2022
0 comments
Category: GitHub
Auto-merge GitHub pull requests based on "partial required checks"
May 3, 2022
0 comments
Category: GitHub
How to sort case insensitively with empty strings last in Django
April 3, 2022
1 comment
Categories: Django, Python, PostgreSQL