JSConf EU 2012
2012
List of videos

Angelina Fabbro: Inspector Web and the Mystery of the Shadow DOM
Find Angelina on: Twitter: https://twitter.com/angelinamagnum Google+: https://plus.google.com/117339576748577555094/posts Many of us have heard about web components and shadow DOM elements as up-and-coming technologies for front-end development. They certainly sound cool, but what can they actually be used for, right now? At the time of writing this proposal, there aren't a lot of good tutorials to get started using them available on the web. We'll take a look at the proposed W3C spec and the current state of implementation (including libraries and polyfills for cross-browser niceness), but we'll also go a step further and dive into the DOM with live coding to show what can be done with JavaScript to play with these components and how they can be used for rapid wireframe and prototype development. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Stuart Memo: JavaScript is the new Punk Rock
Find Stuart on: Twitter: https://twitter.com/stuartmemo Google+: https://plus.google.com/117686288088644122904/posts On 4th June 1976, the Sex Pistols played Manchester's Lesser Free Trade Hall. It was an event that changed the world forever. There were only about 40 people there, but those who attended were inspired to form their own bands, creating Joy Division, The Buzzcocks, The Fall and The Smiths. As these bands fade away, we're long overdue for another such event. Programmers are artists, and JavaScript is the new Punk Rock. My talk will show that JavaScript can be used to write and perform music using the wonderful Web Audio API. I'll talk about why we should do this and why it's the future of music. By the time the conference is over you'll have burned your guitar, remixed a dozen tunes on GitHub, and started a JavaScript band that has its sights set on changing the world. Iggy pop video: http://www.cbc.ca/archives/categories/arts-entertainment/music/punk-rock-comes-to-canada/gzowski-interviews-iggy-pop-1.html For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Malte Ubl & John Hjelmstad: A novel, efficient approach to JavaScript loading
Slides: https://docs.google.com/presentation/d/1Q44eWLI2qvZnmCF5oD2jCw-FFql9dYg36FE5CpbMlw4/preview#slide=id.p19 Find Malte on: Twitter: https://twitter.com/cramforce Google+: https://plus.google.com/116910304844117268718/posts Find John on: Twitter: https://twitter.com/johnfargo Google+: https://plus.google.com/102479487113889164377/posts We'll present a new method to load JavaScript written with CommonJS, AMD or any other module system in the browser that is fundamentally different from and often more efficient than the current state of the art. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Mr. Doob & AlteredQualia: What's next for three.js?
Find Mr. Doob on: Twitter: https://twitter.com/mrdoob Google+: https://plus.google.com/113862800338869870683/posts Find AlteredQualia on: Twitter: https://twitter.com/alteredq This JavaScript library hopes to make 3D graphics authoring easy. We have been working on it for more than two years now. Maybe it's time to stop for a day and show you where we're at and what is still keeping us busy. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Mandy Lauderdale & Jed Schmidt: JavaScript Medley
Lyrics: https://gist.github.com/3844389 Find Jed on Twitter: https://twitter.com/jedschmidt Find Mandy on Twitter: https://twitter.com/mandylauderdale For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Angus Croll: Break all the rules
Find Angus on Twitter: https://twitter.com/angustweets Good programmers follow best practices; great programmers investigate them. Many JavaScript sources proclaim (with miraculous certainty) that some tricky language features are anti-patterns that must be avoided at all costs, while offering little or nothing in the way of substantive evidence beyond alarmist warnings or references to their favorite gurus. We shouldn't ask people to follow rules that we can't explain or propose actions that we can't defend. This talk will demonstrate that, whether its double-equals coercion, iteration without hasOwnProperty, augmenting native prototypes or even fraternizing with the evil 'eval' and 'with', there is a time and place for virtually every feature of JavaScript and taking the time to study and understand their potential will enrich the programming experience, just as a broader vocabulary enriches the speaking experience. The talk will feature copius real life examples drawn from respected libaries and tools. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Vyacheslav Egorov: mö.js - explaining js vm in js
Imagine the future with flying cars, brain chips, JavaScript VMs everywhere. Would not it be great if you could hack on one (or even just read its source) without slogging through a swamp of C++ and handcrafted assembly? Welcome to the dreamscape of a compiler engineer, where you can dig into a JavaScript VM knowing only JavaScript. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Chris Williams: Disconnect
For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Julie Ann Horvath: Because F$%k Photoshop
Slides: https://speakerdeck.com/u/nrrrdcore/p/js-dot-conf-dot-eu-2012-because-f I've seen the future, and it's not in that layered .psd your designer just handed you. As designers and developers, we build things. And we do it often. But we don't build websites or apps. We build systems. Systems that evolve and grow with a company, its users, and both of their needs. The way we design and build these systems should reflect the living, breathing things we want to create and leave more room for them to grow. The question is how do we accomplish this with static assets? The answer is we set them all on fire. And start in the future. We start in the browser. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Karolina Szczur: To hell with jQuery
Have you ever wondered why developers tend to use jQuery and other JavaScript libraries while their goals can be easily achieved in plain CSS? Both CSS3 and future CSS specifications give us endless possibilities for styling, animations and selecting objects without unnecessary DOM manipulations. A how-to for JS avoidance. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Alex Sexton: Client Side Internationalization
With the exception of some of the big players (google plus, facebook), the proper internationalization of a JavaScript application is almost unheard of. The tool chain to make this happen isn't well-known and doesn't even necessarily exist in some cases. There's a lot to consider when internationalizing an app. Number and Date Formatting, Left-to-right display, pluralization and gender aware sentences are among them. The ES6 globalization effort may tackle some of the bigger problems (like collation), but we're still on the hook to get these things right as we move towards catching up with the rest of the application stacks. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Felix Geisendörfer: Faster than C? Parsing Node.js Streams!
Transscript: https://github.com/felixge/faster-than-c Slides: https://speakerdeck.com/felixge/faster-than-c-parsing-binary-data-in-javascript In 2010 I wrote the first MySQL driver for node.js. I did it in pure JavaScript. It was fast. It was fun. A few month later, node addons using libmysql showed up in npm. They were much faster. It sucked. In 2012 I had enough and went back to to the drawing board resulting in a much faster parser. This talk will introduce you to the art of high performance binary stream parsing in node.js. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Jing Jin & Matthew Delaney: The Web's Black Magic
Ever wondered what's *really* happening under the hood when you apply translateZ(0)? Feeling shaky about how/when pesky CSS style recalcs are slowing things down? Do intermittent page flashes, having to use setTimeout(0) to trigger CSS transitions/animations, or unreliable DOM timers ever get you down? If so, we'll explain how all this black magic works and more through the lens of WebKit's rendering engine. Warning: there might be a lot of blood, guts, and C++ code. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Axel Rauschmayer: JavaScript inheritance: beyond the basics
Slides: http://dl.2ality.com/2012/10/jsconf.pdf After giving a brief overview of JavaScript inheritance basics, this talk delves into advanced topics and answers questions such as the following ones: What is the difference between constructor inheritance and instance inheritance? What is the property `constructor` about? How does the `instanceof` operator really work? How does one reference a super-property in JavaScript? What is the `__proto__` property? Does it have a future? Will JavaScript ever have classes? How would they work? How do I implement a type via an object instead of via a constructor function? For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Florian Loitsch: JavaScript as a compilation target - Making it fast
We would like to present dart2js, our Dart-to-JavaScript compiler. We have implemented many optimization techniques and in this talk we would like to present some of them. In particular we want to discuss tree-shaking, speculative optimizations, and local SSA-based optimizations. While our compiler is specialized for Dart, most of the optimization techniques could be adapted for other languages and are therefore interesting to anyone targeting JavaScript as a compilation target. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
James Halliday: Code Collage
Lines of code are spent. Writing maintainable software and combating technical debt requires constant vigilance and an uncompromising aesthetic affinity for small components that do one thing well. This talk will look at the shape of code ripe for modularization and exactly what steps are required to turn convoluted tangle of code into dozens of reusable sub--components suitable for publishing to npm. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Thomas Kroeber: JavaScript on the Raspberry Pi
Raspberry Pi is a $25 computer. A computer that can be used to do awesome things - like using Qt Quick and Javascript to do real-time animations and general disco in full HD. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Max Ogden: Government.js - Building the JavaScript Party
Last year I took a fellowship inside the US government and spent most of the time trying to find ways to write JavaScript that fixed all of things we hate about government. Here's the conclusion: You should start a company and sell your software to your government. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Divya Manian: Web Components
What happens when you use CSS regions with Web Components? How about using CSS Variables? Let's explore how Variables, Shaders, Compositing, Regions & Exclusions can work in tandem with Web Components to deliver superior experience for the user. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Anders Heijlsberg & Luke Hoban: Introducing TypeScript
Anders Heijlsberg (father of C#) and Luke Hoban (Microsoft rep to TC39) introduce TypeScript, a new language and toolset that makes it easier to write cross-platform, application-scale JavaScript. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. TypeScript adds optional static types, classes, and modules to JavaScript to enable great tooling and better structuring of large JavaScript applications. The TypeScript compiler is Open Source (Apache 2.0) and written in TypeScript. The compiler outputs standard JavaScript that runs in any browser or any host. The TypeScript language specification is available under the Open Web Foundation's, Final Specification Agreement (OWFa 1.0). For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
John Bender: Faster JavaScript with Category Theory
Math: It's certainly not something you expect to see at a conference about JavaScript, but even this far from its ivory towers it has an important role to play. Together we'll build two categories and see how satisfying the Functor laws suggests a whole new architecture for jQuery that will help developers speed up their client side DOM manipulation. Don't worry, you don't need to know any Math to understand and enjoy the talk, just some curiosity and a desire to make your JavaScript faster! For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Mary Rose Cook: A programming language for children
A child starts learning to read and write at age 5. Why can't they start learning to program then, too? I am making Isla, a first programming language for young children. The accompanying environment is called Storytime and lets a child use Isla to write text adventures. I'll describe the Isla compiler and how I implemented the lexer, parser and interpreter. I'll describe the design of the Isla grammar. Why is there no punctuation? Why are expressions like sentences? How did I enable array and object assignments, function calls, conditionals and logical rules in baby talk? For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Kirill Safonov: Let your tool help you imagine
Usually, when you make changes to code you need to imagine what this code will do, how your components will look like and how colors fit. But you've got a computer for that! I will show you how immediate feedback on your changes to JavaScript, HTML or CSS code helps to be more productive, inspire yourself and catch new ideas. In my opinion, this is definitely going to be the next best practice in Web development. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Michael Starzinger: The Footprint of Performance
You probably heard that JavaScript VMs are becoming faster with every day. But did you know that they have to consume additional memory to make your complex app faster? We are going to get our hands dirty and break down the overhead modern JavaScript VM optimizations are bringing with them. We'll make sure that you can write your app to run blazingly fast without gobbling up all of your users' RAM. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Remy Sharp: iframes: A look in to the black heart of the browsers
Black magic, voodoo and David Blaine have nothing on iframes. iframes, for better or worse are used all over the web for all manor of dark arts. They're capable of protecting your site from other people's content, and equally capable of creating public APIs out of thin air. Through developing JS Bin over the last 4 years, Remy has come to be very intimate with the iframe and it's tricksey ways. This talk will share stories, tricks and upcoming new features of iframes. iframes: sexy they are not. Freaky: they are!
Watch
Michael Bebenita & Shu-yu Guo: Low Level JavaScript
Low Level JavaScript (LLJS) is an experimental language that lets you write memory-efficient and GC pause-free code less painfully. The research goal here is to explore low-level statically typed features in a high-level dynamically typed language. It can achieve predictable performance. It can make writing code that interfaces with WebGL almost pleasant. It's not pretty, but it gets the job done. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Kevin Markman: Taking Web Apps Offline
The story behind Google Docs Offline and some of the fantastic hacks put in place to make it work. We changed people's mindsets to "think offline" while re-architecting the apps to not rely on the network. Moving an internet company offline involves some hard work and has some serious challenges (performance, cross-browser compatibility, platform bugs, etc). For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Elise Huard: Why functional is the new black
Functional programming is the current hype in software - however, maybe there is something to this whole malarkey. If you don't know it, you should. This talk discusses what functional programming is, and more importantly why you want to be using it in your day-to-day javascript programming. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Adam Wolff: Rebuilding Facebook Chat
Facebook chat used to be notoriously unreliable. User complaints about disconnection, incorrect message counts, and missed messages dominated Facebook's overall product feedback. New code frequently caused regressions because of untracked dependencies in our ginormous, monolithic codebase. Not long ago, a small team set out to fix this by introducing modularity and unit testing. Along the way, we developed an approach that abandoned conventional MVC in favor of a functional style. The rewrite was a success: we were able to improve every important metric for chat, and we have continued to add features without causing regressions. Come learn about how we did it. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Irene Ros: Bringing Data to your Client-Side Apps
Data is everywhere! We build applications that collect it, and even better - other people collect it and give us access. But! Do we bring that data back to our apps? In this session, we'll talk about patterns for integrating data into our client-side applications and sweep through a collection of exciting libraries that work with those patterns. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Sam Dutton: WebRTC: Real-time communication without plugins
**Imagine a world where your phone, TV and computer could all communicate on a common platform. Imagine it was easy to add video chat to your web application. That's the vision of WebRTC.** WebRTC implements open standards for real-time, plugin-free video, audio and data communication. As Brendan Eich put it: "WebRTC is a new front in the long war for an open and unencumbered web." We believe WebRTC can democratise and decentralise tools for content creation and communication -- for telephony, gaming, video production, music making, news gathering and many other applications. In this session show you how to use WebRTC to build real-time communication into your web apps: what are MediaStream, PeerConnection and DataChannel? how does WebRTC signalling work? what are ICE, TURN and STUN? what do I need server-side for WebRTC? For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Garann Means: Improvisational JavaScript
In the book Bossypants, Tina Fey gives three rules of improv: 1. Always say yes, 2. Say yes, and, 3. Make statements. These rules are a damn good approach to dealing with the unexpected in comedy or anything else. Error handling in JavaScript, for example. The way JS deals with exceptions is already a little unpredictable - instead of fighting that, let's take advantage of it to create better user experiences, more powerful services, and room for hacks and happy accidents. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Markus Leutwyler: How to get rich (quick) with JS
Remember the time when Software Development Tools were very expensive and only available to trained professionals? Can you imagine per-app or per-user licensed Frameworks in today's Web World? Join a journey on how the Web and Open Source changed the Software Development Tools Landscape; made them free and accessible. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Sebastian Golasch: Prof. JavaScript and his incredible machines
Hi, I am Prof. JavaScript. I work in my hidden laboratory on incredible machines that will help us improve our living standard. I aim to be the first scientist in the world who builds a JavaScript-powered Rube Goldberg machine for making breakfast eggs. My earlier inventions are "The unbelievable cat play-o-matic" and "The retrotirized Video-Tweet-Phone-Reader". In this talk, I will reveal my newest inventions and share their secret blueprints with the audience. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Emily Rose: Node.js & Black Box Prototyping
Expanding on the topic of my NodeConf 2012 presentation; I discuss the processes involved in prototyping black box devices with Javascript, Node.js, Beagleboards & Arduinos. We cover the basics of getting started with prototyping & development, and illustrate real-world applications. There will even be an interactive demo to keep things interesting. :) For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Francisco Jordano: OpenWebDevice: First mobile running Firefox OS
OpenWebDevice is the first phone that will be launch running the glamorous project Boot to Gecko (B2G) from Mozilla. Also recently named Firefox OS, this phone is build based on a linux kernel with lots of goodies coming from Mozilla like the gecko engine, and a whole new system based in html, javascript and css. With the leitmotiv 'the web is the platform', this new phone will try to change the p web, making it native to the phone! For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Max Krohn: IcedCoffeeScript
I cofounded OkCupid.com back in 2003. It was my fateful decision to base our whole stack on a single-threaded event-based library written in C++. It sucked; our code was stuffed with callback spaghetti and pyramids of death. But all of that changed when in 2006, we wrote the "Tame" system for C++, which we presented at USENIX ATC in 2007. This new system was compatible with the old code, but drastically improved our productivity by allowing straight-line code on either side of an a network call, much like threads supported all along. Most JavaScript and CoffeeScript systems work like OkCupid's did in 2005. But two JavaScript systems I've written — TameJS and IcedCoffeeScript — change all of that. They bring the same language primitives to node.js and the browser that Tame brought to OkCupid's C++ libraries. These primitives are more powerful than threads and more manageable than hand-rolled callback code. If you give them a chance, they will make your JavaScript projects cleaner, more manageable, more parallel and therefore better performing. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Kamen Bundev: Fixing the Mobile Web - tips and tricks that can save your sanity
A quick stroll through the horror land of mobile WebKit browser bugs. Dangerous forms and weeping angels lurk in the shadows, preying on the innocent mobile developers. Narrow escape passages and various walkarounds provided. Don't blink, or you'll end up using IE7 Mobile forever. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Lennart C. L. Kats: Effectively Building Language Tools
JavaScript has a vivid ecosystem of a passionate developer community, libraries, and tools. New frameworks keep pushing the boundaries what you can do with it, and the language family is rapidly expanding with new cousins; TypeScript being the latest. We're building language tooling to provide an integrated experience with static error checks, code completion, API documentation, and so on. But how can we keep up with this changing environment? Let's talk about effectively building language tools. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Andrew Miadowicz: What does Chakra do with your JavaScript?
With the upcoming release of IE10 you may be curious how much performance you can expect from JavaScript in IE. In this talk I'll delve deep into the internals of Chakra (including changes added in IE10), its profiling interpreter, type system, optimizing compiler, and garbage collector. If you enjoy staring at assembly code, there will be plenty of that as well. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Daan van Berkel: Rendering Mona Lisa by Solving the Traveling Salesman Problem
Javascript is ubiquitous, but can it solve real though problems? The traveling saleman problem is a notoriously hard problem to do efficiently (I.e nobody knows how). In this talk we combine art and craft and put JavaScript to the test. We will let JavaScript solve a TSP problem which results in a rendition of the Mona Lisa. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Neuman Vong: The circuit as a point-free general model of computation
Discover how to create shorter simpler programs by modeling them as a circuit of intercommunicating processes. Modern web applications and libraries have to maintain state, coordinate asynchronous events, and recover from failure. Over the course of development, the complexity of a program's control flow graph can vary greatly from one program to another; in a disorganized program, complexity can quickly grow making the program brittle and difficult to maintain. Inspired by category theory, point-free, and functional reactive programming, this talk will present some ideas on how to describe a program as a circuit, and why it could help to minimize complexity over the program's development. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Julian Viereck: Don't dream - make the WebAPI of your dreams become real!
A: "Dammit, we can't do this on the web :(" B: "You know, it's called the open web - you can change it!" A: "I can't just fork the web from GitHub and make it do the things I want." B: "Haha, no, it's not that simple. But you can talk to some people and if they think your API makes sense, get a browser project from GitHub and they will help you to implement your new API." A: "But then it's just in one browser, not the web?" B: "You got to start somewhere." A: "Right... Can you help me get going?" B: "Sure!" Implementing competitive printing support for PDF.JS is not possible with the current state of the web. Therefore, I started to work on some new `mozPrintCallback` API. In this talk, I will share my experience with proposing a new API, how to implement it in a browser and how even hacking C++ code can be fun. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Margaret Leibovic: Firefox for Android
Slides http://margaretleibovic.com/talks/jsconf/firefox-for-android.html The Firefox desktop UI is powered by JS and Mozilla's XUL platform, and in our first attempt to port Firefox over to Android, we used essentially the same architecture. However, drawing our own XUL-based UI killed startup time, responsiveness and memory use on Android, so about 10 months ago we decided start over with an entirely native Android UI. We still use Gecko to render the same web experience you get on desktop, and a lot of the front-end browser logic is still written in JS, but we use a custom JSON message loop to communicate with a native Android UI written in Java and XML. Add-ons are an important part of the Mozilla story, so we also added JS APIs to allow add-on authors to manipulate this new native UI. I'll talk about the architecture of our app, challenges we faced, and how you can get involved with the project (including writing add-ons entirely in JS!). For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Jason Huggins: Everyone Loves Robots
You might think a robot that can play Angry Birds on a tablet is the most ridiculous idea you've ever heard of -- and you'd be right. However, you can use that little 'bot for automated testing of your app on any mobile device. You already write tests, right? So you *need* a robot! (You always wanted one, anyway; now you have an excuse to make one!) I'll show you how to make it, and how to program it JS. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Olov Lassus: The story of when assumption met a magic hat
Slides: http://blog.lassus.se/files/how_assumption_met_a_magic_hat_jsconfeu.pdf Is it possible to make our programs more robust, easier to reason about and more enjoyable to write by carefully restricting our usage of the JavaScript language? You'll hear the story of when assumption met a magic hat. We'll get to know our heroes Assert and restrict mode, and if time permits we'll pay a short visit to JSShaper - the world they live in. Let the journey begin. For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch
Paul Campbell & Eamon Leonard: Seacht
For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.
Watch