| 19 Gen 2025 | React & Extends Types: added the recipe "Mismatch between generic type and runtime" |
| 19 Gen 2025 | React & Generic Components: added more info to understand the use of the comma after T (T,) |
| 19 Gen 2025 | TypeScript & Extends: added a new example to show generic types constrains |
| 19 Gen 2025 | Promise & Generic: refactoring and added more examples |
| 18 Gen 2025 | Multiple Generic Parameters: added notes and examples about Inference |
| 18 Gen 2025 | Generic class: added info about how Inference works in some scenario |
| 17 Gen 2025 | Added "at", "shift", "unshift" array method examples |
| 17 Gen 2025 | Revisions and fixes of about twenty articles (thanks to all for the feedback) |
| 12 Dec 2024 | Added a new lesson about unknown parsing and throw errors |
| 11 Dec 2024 | Added a new lesson to use fetch, unknown and type predicates to makes both, runtime and static checks of the response |
| 11 Dec 2024 | Completely rewritten the "TypeGuards -> Type Predicates" lesson |
| 10 Dec 2024 | Additional info about "typeof" in the "TypeGuards -> Narrowing" lesson |
| 10 Dec 2024 | Updated Uppercase lesson adding other built-in manipulation types (Capitalize, ...) |
| 9 Dec 2024 | Updated ReadOnly utility type lesson and added the DeepReadOnly recipe |
| 9 Dec 2024 | Add a new lesson about Optional utility type |
| Dec 2024 | Fixed typo, errors and add new example in all lessons (thanks to all the feedback from reviewers 🙏) |
| 2 Dec 2024 | Added the page "Why TypeScript" with several examples |
| Nov 2024 | Added a React introduction |
| Nov 2024 | Refactoring of the JS/TS Fundamentals chapter adding dozens of React example |
| Nov 2024 | Added dozens of React in TypeScript Deep Dive and Generics chapters |
| Nov 2024 | Extends", "Conditional Types" and "Infer": finalized |
| Oct 2024 | Work with JavaScript Modules: add React examples to barrel file and dynamic imports lessons |
| Oct 2024 | "Extends", "Conditional Types" and "Infer": first draft |
| Oct 2024 | Added a new "Generics" Chapter with classes, unknown, promises and types |
| Sep 2024 | Narrowing |
| Sep 2024 | Enum |
| Sep 2024 | section TypeScript Fundamentals |
| Sep 2024 | any vs unknown vs never |
| Sep 2024 | union & intersection |
| Sep 2024 | Literal Types |
| Sep 2024 | chapter about "Promise" |
| Sep 2024 | a new big chapter about TypeScript utility types |
| Sep 2024 | added other lessons in the "Fundamentals" section: arrow functions, work with arrays, work with objects, work with JavaScript modules |
| Aug 2024 | added other lessons in the "Fundamentals" section: arrow functions, work with arrays, work with objects, work with JavaScript modules |
| July 2024 | added the Fundamentals section: "template literals" "destructuring" lessons |
| June 2024 | the first chapters in the "Overview" section are available |