Posts
All the articles I've posted.
Symbol Keyword in JavaScript
A guide to the Symbol primitive type in JavaScript - what makes Symbols unique, how to use them as object keys, the global symbol registry, and well-known symbols like Symbol.iterator.
Understanding Closure in JavaScript and Its Importance
What closures are in JavaScript, how they work under the hood with scope and lexical scope, and why they matter for data privacy, function factories, and callbacks.
Doing Internalization in Angular
A step-by-step guide to internationalization (i18n) in Angular - installing @angular/localize, marking content for translation, extracting messages, and building per-locale bundles.
Essential JavaScript Design Patterns - Building Blocks of Web Applications
Five JavaScript design patterns worth knowing - Module, Revealing Module, Singleton, Observer, and Factory - with working code examples for each.