Podcast·
#2 TypeScript
In unserer zweiten Episode tauchen wir tief in die Welt von TypeScript ein.
Show Notes
Entdecken Sie mit uns, warum TypeScript bei Entwicklern so beliebt ist und wie es die JavaScript-Programmierung revolutioniert. Unser Gast ist Erik Soehnel, Javascript Developer von HeavyGoods.net, der uns die Programmiersprache näher bringt und von seinen Erfahrungen berichtet.
- JavaScript data types and structures: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures & https://www.w3schools.com/js/js_datatypes.asp
- Flow - static type checker for JavaScript: https://flow.org/
- TypeScript - JavaScript with syntax for types: https://www.typescriptlang.org/
- TypeScript - Types: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html
- Early & Late Binding: https://stackoverflow.com/questions/10580/what-is-the-difference-between-early-and-late-binding
- Dynamic Programming: https://www.geeksforgeeks.org/dynamic-programming/
- Language Server: https://microsoft.github.io/language-server-protocol/
- Runtime library: https://en.wikipedia.org/wiki/Runtime_library
- TypeScript Runtime Libraries: https://geekflare.com/top-typescript-libraries/
- TypeScript odd types - unknown, void, never, any, null and undefined: https://www.andronio.me/2020/08/09/typescript-odd-types-unknown-void-never-any-null-and-undefined/
- Typescript - let, var & const: https://www.typescriptlang.org/docs/handbook/variable-declarations.html & https://www.tektutorialshub.com/typescript/typescript-let-var-const/
- Technical Steering Committee: https://github.com/nodejs/TSC
- esbuild: https://esbuild.github.io/
- TypeScript - Pattern matching: https://blog.logrocket.com/pattern-matching-type-safety-typescript/
- TypeScript - Playground: https://www.typescriptlang.org/play#example/typescript-with-node
- TypeScript - Roadmap: https://roadmap.sh/typescript