WebAssembly

Sort by:

WebAssembly with Lin Clark

JavaScript has been the exclusive language of the web browser for the last 20 years. Whether you use Chrome, Firefox, Internet Explorer, or Safari, your browser interprets and executes

Training Software Engineers with David Yang and Nimit Maru

“Javascript is like English – it hitched itself to the most powerful horse in the history of mankind, the web, and it has really exploded since then.” Fullstack Academy is a

JavaScript: Fundamental Answers

Fundamental questions loomed at the beginning of JavaScript Week. Some answers: Is JavaScript the new bytecode? Abstractions like Scala, Groovy, and Clojure were built on top of the

TypeScript with Jon Turner

TypeScript is a typed superset of JavaScript that compiles down to regular JavaScript. Jon Turner maintains the TypeScript package at Microsoft. Why is TypeScript useful? Does