Hi! I'm Nitay
I love creating meaningful things – experiences, ideas and tools that make people feel good. I do this through imagination, writing and technology. Curiosity drives me every day, pushing me to explore, learn and discover new directions.
This website is where I share my thoughts, experiments and creations along the journey. I hope you’ll find something here that inspires you – or simply makes you smile.
Welcome!

Recent Posts

ECMAScript – Introducing BigInt Primitive in ES2020 (ES11)
March 29, 20214 min read
Introducing the “BigInt” proposal, a new primitive of arbitrary precision integers, which has been reached stage 4 in the TC39 process and is included in the language specification of 2020 – the 11th edition.

ECMAScript – Introducing Dynamic Imports in ES2020 (ES11)
March 8, 20214 min read
Introducing the “Dynamic Import” proposal, arriving with new import() keyword enabling to load a module on demand at runtime, which has been reached stage 4 in the TC39 process and is included in the language specification of 2020 – the 11th edition.

npm – Catching Up with Package Lockfile Changes in v7
February 8, 20215 min read
Introducing the changes that were done in the seventh version of npm for better performance while allowing deterministic and reproducible builds, focusing on the new package-lock.json format (v2) and Yarn’s lockfile support.