findMatchesInText - Find line and column of matches in a text, in JavaScript
June 22, 2020
0 comments
Categories: Node, JavaScript
Benchmark compare Highlight.js vs. Prism
May 19, 2020
0 comments
Categories: Node, JavaScript
Throw JavaScript errors with extra information
May 12, 2020
0 comments
Categories: Node, JavaScript
How to use minimalcss without a server
April 24, 2020
0 comments
Categories: Web development, Node, JavaScript
How post JSON with curl to an Express app
April 15, 2020
2 comments
Categories: Node, JavaScript
How to install Node 12 on Ubuntu (Eoan Ermine) 19.10
April 8, 2020
0 comments
Performance of truth checking a JavaScript object
February 3, 2020
0 comments
Categories: Node, JavaScript
How to split a block of HTML with Cheerio in NodeJS
January 3, 2020
2 comments
Categories: Node, JavaScript
Avoid async when all you have is (SSD) disk I/O in NodeJS
October 24, 2019
1 comment
Categories: Node, JavaScript
Optimize DOM selector lookups by pre-warming by selectors' parents
February 11, 2019
0 comments
Categories: Web development, Node, Web Performance, JavaScript