TypeScript Articles
4 articles found
TypeScript
Component-Driven Design with React, TypeScript, and Storybook
How building UIs as a hierarchy of typed, isolated components — where styling is controlled entirely through declared props — produces design systems that stay coherent, testable, and maintainable at scale.
29 May 2026·12 min read
TypeScript
oclif: The Open CLI Framework - A Comprehensive Guide
An in-depth exploration of oclif, the enterprise-grade CLI framework from Salesforce. Learn best practices, pros and cons, and compare with alternatives.
22 July 2025·12 min read
TypeScript
TypeScript Dependency Injection: A PHP Developer's Perspective
Understanding the fundamental differences between dependency injection in TypeScript and PHP, from structural typing to the lack of standardization.
23 July 2025·15 min read
TypeScript
TypeScript's Honesty System: Why Type Safety is Optional and How to Enforce It
TypeScript provides zero runtime safety and can be bypassed 25+ different ways. The definitive guide to every bypass mechanism - from any to eval to recursive type limits - and how to defend against them with ESLint.
18 November 2025·18 min read