Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smichelotti/typescript-presentation
https://github.com/smichelotti/typescript-presentation
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/smichelotti/typescript-presentation
- Owner: smichelotti
- Created: 2013-05-06T19:15:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-06T19:25:14.000Z (over 11 years ago)
- Last Synced: 2024-04-14T18:02:40.556Z (9 months ago)
- Language: JavaScript
- Size: 13.1 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## TypeScript Demo
This repository contains sample code, PowerPoint, and documentation for my TypeScript presentation. It includes the before and after code.
### Presentation Abstract
Have you ever wanted to have statically typed classes in JavaScript while at the same time being able to still enjoy some of the dynamic aspects of the JavaScript language? Have you ever wanted to be able to structure your team’s large JavaScript application code into dynamically loadable modules? Have you ever wanted richer tooling for JavaScript that is closer to what you experience with C# tooling? If you answered YES to these questions, then this is the presentation for you. This demo-heavy session will show numerous features that allow you to quickly and easily write JavaScript code that will run in any browser, host, or OS!