
Tobias Schweizer

Building a Type Agnostic Cache Using Generics in TypeScript
Reduce redundant HTTP calls by building a generic cache with RxJS shareReplay to streamline data management and boost performance.
Implementing shared logic for CRUD UI Components in Angular
Build scalable CRUD interfaces using abstract base classes in Angular. Standardize your components to reduce code and simplify logic.