Clean Code5 articles
Explore the best practices for writing clean and maintainable code in your projects.
Articles
Generic Type Parameters in TypeScript
--- views
Understanding Generics Parameters naming conventions.
Discriminated Unions in TypeScript
--- views
Discover how discriminated unions in TypeScript can help you write cleaner, safer, and more expressive code. Learn what they are, how to use them, and why they're awesome!
Mastering HTML Class Naming: Boosting CSS Efficiency
--- views
Discover the art of crafting clean and organized HTML class names while enhancing CSS naming conventions. Learn how to create maintainable, scalable, and SEO-friendly code with the latest best practices.
Dispatch table in javascript
--- views
Polymorphism and Dispatch Tables in JS
Expressions vs Statements
--- views
Understand the important distinction expressions vs statements in JavaScript