This is what I wrote about javascript
An example of programming language evolution
Modern vs old JavaScript. The differences when copy and array and replace an element.
Read more
ECMAScript 2022 - My most used features of the year
What was added to the language in the 2022 version of JavaScript and which features I'm using the most.
Read more
ECMAScript 2023 - JavaScript gets new goodies
What's coming in the 2023 version of JavaScript. A quick overview of the new features
Read more
Co2.js - A library to measure the web carbon emissions
It's a lightweight library that can be easily added to any web application and used to track and analyse its carbon footprint
Read more
How to clone an object in JavaScript
Shallow copy vs deep copy. A comparison of the different ways to clone an object in JavaScript
Read more