JavaScript's for-of loops are actually fast
Running some benchmarks with different types of loops in JavaScript to see how well for-of loops perform compared to other loops.
Running some benchmarks with different types of loops in JavaScript to see how well for-of loops perform compared to other loops.
The software efficiency in an era of fast CPUs, gigabytes of RAM and terabytes of storage.
Discussing how mature JS fetch() is now and whether it can fully replace XMLHttpRequest.
My rant about the famous saying in software development, which is usually attributed to Bjarne Stroustrup.
Discussing JavaScript's controversial primitive, its usefulness and whether its poorly designed.