TypeScript Angular RxJS Agile Architecture
TypeScript
10. November 2021
Rule Apparatus – Simple TypeScript Rule Engine

A minimalist rule engine available as npm package.

TypeScript
13. September 2021
TypeScript Coding Challenge #5 – Type for Event Handlers like onClick

How to best type ‘onChange’, ‘onClick’, etc.

TypeScript
3. May 2021
TypeScript Coding Challenge #4 – Type for Required Fields

We implement a generic type that reduces a type to only the required fields.

TypeScript
1. April 2021
TypeScript Coding Challenge #3 – Type Chainable Options

Today we want to create types for an object with chainable method calls.

TypeScript
29. March 2021
TypeScript Coding Challenge #2 – String Compression

Our task is to write a function that does String compression in TypeScript.

TypeScript
19. March 2021
TypeScript Coding Challenge #1 – All Unique Characters

Implement an algorithm to check if a string has all unique characters (without data structures).