-
Timeboxing types
In order to maximize the value of types and your time, consider timeboxing the amount of time that you spend writing any given type.
-
Make all properties required in TypeScript
Using the Required utility type to required all properties of a type.
-
TypeScript without TypeScript
TypeScript provides valuable features but complicate the development process. What are some alternatives that provide the features without the headache?
-
Updated TypeScript mega-course on Egghead.io
Reviewing and updating my TypeScript mega-course on Egghead.io.
-
TypeScript mega-course on Egghead.io
Creating a playlist to learn TypeScript.
-
Read a json file in Deno
How to use Deno's standard library to read and parse data from a json file.