Posts
All the articles I've posted.
Modern Javascript -- Nullish coalescing operator (??)
Published: at 05:33 PMIn this short article, I will talk about another handy JavaScript trick that I came across recently known as Nullish coalescing operator (??). This operator was released as a part of ECMAScript 2020 Language Specification.
Modern Javascript -- Optional Chaining (?.)
Published: at 05:08 PMA quick guide to the Optional Chaining (?.) operator in modern JavaScript, explaining how it can reduce code and improve readability.
My experience learning Ionic Angular as a Vue developer
Published: at 07:53 PMA Vue developer's journey into the world of Ionic and Angular. This post shares personal experiences, challenges, and key concepts to help others transitioning between these frontend frameworks.