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 »
How to chain methods in JS in order to write concise and readable code. (more…)
Read more »
A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives you access to an outer function’s scope from an inner function. In JavaScript, closu... (more…)
Read more »
The guide that will make you understand prototypal inheritance in JavaScript: prototype object, inherited propertes, chain of prototypes. (more…)
Read more »
Two recent post of mine were ridiculed on r/programmingcirclejerk: Building a Simple Stopwatch App with Electron – Submitted by someone as Building a 100MB stopwatch app. Compile Node.js to N… (more…)
Read more »