Typescript

  • https://www.freecodecamp.org/news/a-crash-course-in-typescript-e6bf9c10946/

  • https://www.youtube.com/watch?v=BwuLxPH8IDs TypeScript Course for Beginners - Learn TypeScript from Scratch!

  • https://www.youtube.com/watch?v=BCg4U1FzODs TypeScript Crash Course

    • https://gist.github.com/bradtraversy/f80a4cd87e7034bea5264f7d8c431b4e

Config

  • Typescript tsconfig tutorial https://www.youtube.com/watch?v=dPgAXFcFHCM

    • https://github.com/benawad/node-ts-graphql-boilerplate/blob/master/tsconfig.json

    • when you use vscode and changing tsconfig.json, you need to restart vscode to make it read the new settings

    • You can just use the vs-code command called ">TypeScript: Restart TS server"

Data structure

Map

  • https://howtodoinjava.com/typescript/maps/

Library

  • https://www.tsmean.com/articles/how-to-write-a-typescript-library/

Last updated