- 2024- 01
- Module mode vs script mode in Typescript
- Gradually migrating from Javascript to Typescript
- Add static function to Enum using namespace in Typescript
- Javascript module standards
- Type safe Event Emitter interface using mapped type in Typescript
- Promise interface in Typescript
- Typed code-generated APIs tools such as Swagger, Apollo and gRPC
- TypeORM is an ORM for Typescript
- Use web workers to do multi-threading in the browser
- Javascript Event Loop
- Type cast or type assertion using as keyword in Typescript
- Some built-in conditional types in Typescript
- Simulate nominal types in Typescript
- Safely extend the prototype in Typescript
- Non-null assertion in Typescript
- Handle errors with Option type in Typescript
- Flatten an array of arrays into an array in Typescript
- Definite assignment assertions in Typescript
- Typescript uses infer keyword to declare generic types inline for conditional types
- Distributive conditional types in Typescript