LUA is a neat scripting language with an emphasis on portability and speed. It is designed to be embedded into other, larger programs. I've never written Javascript. In this post, I compare and contrast LUA with Javascript in various domains of software ...
Read more »
In javascript to remove 1 element from beginning of an array shift and slice functions performance vary with size. Shift time grows more th...
Read more »
First look at Bun - a fast new JavaScript runtime like Node.js or Deno. Explore the core features of Bun.js and how they might affect fullstack web developer... (more…)
Read more »
Since arrow functions were introduced in ES6, they have become increasingly popular, changing the look and function of regular functions. I love arrow functions; I use them all the time. In fact, t… (more…)
Read more »