All Posts
-
Understanding Sets in JavaScript
January 07, 2025 | JavaScript / TypeScript
Learn about Sets in JavaScript, their features, and practical use cases.
-
Const Assertions in TypeScript
January 06, 2025 | JavaScript / TypeScript
Understand how const assertions (`as const`) work in TypeScript and when to use them for more precise type definitions.
-
Understanding the Difference Between ?? and || in JavaScript
January 04, 2025 | JavaScript / TypeScript
Learn when to use the nullish coalescing operator (??) versus the logical OR operator (||) in JavaScript.
-
Static Methods
January 03, 2025 | Programming Basics
What static methods are, their characteristics, and use cases across different programming languages.
-
Props Drilling and How to Avoid It
January 02, 2025 | JavaScript / TypeScript
What props drilling is and modern strategies to avoid it.