Filter by topic

TypeScript Mastery: Modeling a Small Finance Domain

August 1, 2026

A practical teaching article on using TypeScript to model a realistic finance tracker domain with entities, literal unions, request states, filters, sorting helpers, readonly fields, and compile-time bug prevention.

TypeScript Mastery: Functions and Generics Intro

July 30, 2026

A practical teaching article on typed functions, generic helpers, pluck-by-key utilities, API response wrappers, and how generics preserve type information while keeping code reusable.

TypeScript Basics: Interfaces vs Type Aliases

July 25, 2026

A practical TypeScript teaching article focused on when to use interfaces, when to use type aliases, and how to choose based on readability, object contracts, unions, and Angular-style state modeling.

JavaScript Basics: Fundamentals Checkpoint

July 10, 2026

A practical checkpoint article reviewing closures, array transformations, async drills, and the JavaScript fundamentals Angular interviews repeatedly depend on.