codez.guru

TypeScript Guide

A complete, modern, and practical TypeScript guide split into Basic, Advanced, and Practical sections with examples and clear lessons.

NestJS Guide

A complete step-by-step NestJS guide covering the basics, advanced features, and real-world projects.

Zustand Guide

The complete guide to mastering Zustand – from simple stores to real-world architecture in React.

Type Aliases vs Interfaces

Understand the differences between type aliases and interfaces, and learn when to use each in your TypeScript projects.

Working with Enums

Learn how to define and use enums in TypeScript to create clear, semantic constants with string or numeric values.

Mapped Types and keyof

Learn how to transform object types dynamically with mapped types and use keyof to reference property names safely.