TS9 articles

Discover resources and tutorials to master TypeScript for more robust web development projects.

Articles

Generic Type Parameters in TypeScript

--- views

Understanding Generics Parameters naming conventions.

Custom Hooks Pitfalls

--- views

Learn about the subtle performance risks hidden in React custom hooks, how they can cause unexpected re-renders, and strategies to manage state efficiently.

React Re-Renders

--- views

Dive into the mechanics of React re-renders — learn what causes them, how they impact performance, and how to manage them effectively.

Why Are JavaScript Naming Conventions Important?

--- views

Master JavaScript naming conventions with this comprehensive guide. Learn best practices for naming variables, functions, classes, and more to write cleaner, more maintainable code.

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!

Conventional Commits

--- views

Discover how Conventional Commits can enhance your work and project's readability.

How to decrease deployment time by 44% with pnpm

--- views

Learn how to efficiently migrate your project from npm to pnpm with this guide.

What is Astro Framework?

--- views

Astro is a new Javascript framework, so discover what makes it special and what are its core features.

How to use ESLint with TypeScript

--- views

In this post, we'll walk through how to set up linting in your TS project.