-
Notifications
You must be signed in to change notification settings - Fork 0
TypeScript resources
Jorge Castro edited this page Nov 10, 2025
·
1 revision
- What is TypeScript, and why you should use it
- Quick setup
- Inference and type annotations
- Fundamental Types
- Object Types
- Union Types
- Type Aliases and Interfaces
- Type Assertions
- Literal Types
- null and undefined
- Narrowing
- Creating Types from Types
- Common Builtโin and Utility Types
- tsc CLI โ (The Compiler)
- Avoid using Object or {}
- Ignoring TypeScript errors
- TypeScript Documentation: Official website.
- O'Reilly Media | Effective TypeScript, 2nd Edition [Book]: A book by Dan Vanderkam.
- YouTube - Matt Pocock: Tips to use TypeScript better
- YouTube / Web Dev Simplified: Web Dev Simplified: Videos about web development skills and techniques in an efficient and practical manner
- TypeScript: TS Playground: An online editor for exploring TypeScript and JavaScript
- GitHub | type-challenges: Collection of TypeScript type challenges with online judge
- Sync-Obsidian-with-GitHub-on-iOS
- Obsidian-community-plugins
- Optimizing-Novel-Word-Count-Plugin-for-Git-Users
- What is TypeScript, and why you should use it
- Quick setup
- Inference and type annotations
- Fundamental Types
- Object Types
- Union Types
- Type Aliases and Interfaces
- Type Assertions
- Literal Types
- null and undefined
- Narrowing
- Creating Types from Types
- Common Builtโin and Utility Types
- tsc CLI โ (The Compiler)
- Avoid using Object or {}
- Ignoring TypeScript errors
- TypeScript resources