Code coverage is a software-testing metric that determines how many lines of code have successfully validated under a test suite, and is usually measured with specialized tools like Codecov. These ... (more…)
Read more »
youtube-dl - Command-line program to download videos from YouTube.com and other video sites... (more…)
Read more »
You can get CSS translate values in JavaScript by parsing 2d and 3d matrices. Here's how to do it, and what you should watch out for... (more…)
Read more »
What's a Wasm? - Paul Milham, WildWorks WebAssembly (wasm) represents a potential sea change in the Javascript world. But what is it? Will it replace Javascr... (more…)
Read more »
A tool to help migrate JavaScript code quickly and conveniently to TypeScript - airbnb/ts-migrate... (more…)
Read more »