Description
Day:
1Level:
300 - ExperiencedSession Type:
BreakoutCode:
B881Room:
Marriott Salon 9Share
Download
Download this episode
- MP3 (54.2 MB)
- Mid Quality MP4 (217.6 MB)
- High Quality MP4 (0.0 B)
- Low Quality MP4 (0.0 B)
Download captions
For more information, check out this course on Microsoft Virtual Academy:
Event Homepage
Build 2016More episodes in this series
Continuum for Phone
Related episodes
What's new in TypeScript?
TypeScript with Anders Hejlsberg
Anders Live
The Future of Software Development
Scott Guthrie, Anders Hejlsberg and Jules Kremer from Google talk & demo VS Code
DEV-B201 云时代的编程语言大趋势
DEV-B202 Web 编程语言的创新趋势 - TypeScript
The Future of Microsoft Tools and Services for the New Role of Developers
Live Q&A: Ask Anders Anything
Ask Anders Anything
The Discussion
-
PurityControl Great stuff!
Can we get the code from the talk somewhere? -
danielearwicker I'm VERY Interested in that .d.ts for promised-io!
-
bluesky123 Daniel,
If you compile promisified-io.ts with "-d" switch, it produces the .d.ts file, which is simply:
/// <reference path="typings/node/node.d.ts" />
/// <reference path="typings/request/request.d.ts" />
export declare function httpRequest(uri: string): Promise<string>;
export declare function readFile(fileName: string): Promise<string>; -
Rob Cannon @PurityControl:I think the code is all here: https://github.com/Microsoft/TypeScriptSamples, but I could not find any links in the presentations.
-
Nvegaoficial Excellent content. Lots of little tricks like launching vscode with code . or debugging node. awesome
-
techsaint Excellent Presentation! Anders is as always great to watch!
I love the JSX integration! Also the VSCode tricks/tips were great too.
-
MatijaGrcic Anders talks are always excellent.
-
Bowden Kelly Code from this talk is up! You can find it here: https://github.com/microsoft/typescript-build2016-demos
-
KubuS The non-nullable types would automatically solve this serious TLS handling bug in Node.js/Socket.IO: Node.js and Socket.IO: How Security Fails When ‘null’ Is ‘false’ - so cool
-
chadbr https://github.com/Microsoft/typescript-build2016-demos
-
Bogac What is Anders' color theme?
-
mios @Bogac: Monokai