All tags
Posts tagged with "TypeScript"
Domain-Driven Design with TypeScript Decorators and Reflection
When I first heard about Domain-Driven Design (DDD) three years ago, I dismissed it as another buzzword in the ever-evolving landscape of software architecture.
Setting Up CI/CD Pipelines for My TypeScript Monorepo
When I first decided to organize my TypeScript projects into a monorepo, I thought the hardest part would be managing dependencies. I was wrong.
How I Learned to Stop Worrying and Love Generic Constraints and Mapped Types
When I first started working on large-scale TypeScript applications, I thought generics were just a fancy way to avoid writing any everywhere.