Hi everyone, in case you would like to use the neo.mjs non build mode in Safari as well, this is the reason why it does not work: https://bugs.webkit.org/show_bug.cgi?id=164860 So far this ticket h... (more…)
Read more »
JavaScript ES6 introduces a new data structure, called maps. Maps are designed as an alternative to using Object literals for storing key… (more…)
Read more »
A Design Pattern describes an established solution to the most commonly encountered problems in software design. Let's dig deep into creational patterns in ES6+ using Game of Thrones! (more…)
Read more »
A quick post to write about one of my favourite ES6 feature - Spread operator. What is it?Official (and frankly boring) definition from Mozilla docs: Spread syntax (...) allows an iterable such as an array expression or string to be expanded in places whe... (more…)
Read more »