TypeScript Articles
5 articles found
Browse by topic: PHP · Infrastructure · Database · AI & LLMs · TypeScript · Quality Assurance
Component-Driven Design with React, TypeScript, and Storybook
How building UIs as a hierarchy of typed, isolated components, with styling controlled entirely through declared props, produces design systems that stay coherent, testable, and maintainable as they grow.
TypeScript's Honesty System: Why Type Safety is Optional and How to Enforce It
A working ESLint and tsconfig setup that actually enforces the type safety TypeScript only suggests by default, built against a taxonomy of the 25+ ways developers (and LLMs) routinely bypass it.
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 standardisation.
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.
Dynamic Gradient Headings: A CSS and JavaScript Implementation
How a single CSS custom property and a throttled mousemove listener are enough to make heading gradients track the cursor, with no per-element recalculation.