sm

Tagged "TypeScript"

  1. in Articles
    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.
  2. in Articles
    Make all properties required in TypeScript
    Using the Required utility type to required all properties of a type.
  3. in Articles
    TypeScript without TypeScript
    TypeScript provides valuable features but complicate the development process. What are some alternatives that provide the features without the headache?
  4. in Articles
    Updated TypeScript mega-course on Egghead.io
    Reviewing and updating my TypeScript mega-course on Egghead.io.
  5. in Articles
    TypeScript mega-course on Egghead.io
    Creating a playlist to learn TypeScript.
  6. in Articles
    Read a json file in Deno
    How to use Deno's standard library to read and parse data from a json file.