Clean Code4 articles
Explore the best practices for writing clean and maintainable code in your projects.
- All
- Astro
- Vercel
- Tutorial
- JS
- TS
- JamStack
- CSS
- HTML
- Clean Code
- Project Setup
- Opinion
- Tools
- Useful Resources
- Node
- React
- Productivity
- Habits
Articles
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