Articles tagged with JavaScript

JavaScript posts on language behavior, runtime mechanics, frontend trade-offs, tooling, and software design in real practice.

7 min read

Why I like JavaScript

Every programming language has its oddities and challenges. When it comes to JavaScript, it has probably more of those oddities. It's not the just language itself but also brows...

3 min read

Smaller is Faster

“Smaller is faster” is a wellknown hardware design principle, as you might already know. Smaller pieces of hardware will be faster than larger ones because shorter distances mea...

3 min read

Faster JavaScript

JavaScript is a very important language for now and the future. Nowadays, there is no page that does not include some JavaScript code in it. Moreover, code written in JavaScript...