List of videos

Emily Stark: Meteor - A Full Stack Framework For Building Pure JavaScript Apps - JSConf.Asia 2013

"Meteor is an open-source full-stack framework for building modern web applications. Apps written in this style -- like Google Plus and the photo browser in Facebook -- have rich and engaging interfaces because they send data over the network instead of HTML and run most of their code inside the browser. Meteor makes it possible to write applications this way in a fraction of the time, using a single language and unified API for all of your code. In this talk, I will live code a Meteor app from scratch, and dive into how some of Meteor's advanced features work under the hood, including reactivity, publications, subscriptions, and latency compensation." Emily is a core developer at Meteor, an open-source platform for building realtime Javascript web applications. Emily joined Meteor from academia, where her research contributions spanned several topics in security and cryptography. As an undergraduate at Stanford, Emily coauthored SJCL, a JavaScript public- and private-key cryptography library that is highly optimized for speed and code size. JSConf.Asia is the JavaScript, web and mobile developer conference for Asia. Hotel H2O and Manila Ocean Park, Philippines - 28 + 29 November 2013. Source: http://2013.jsconf.asia/blog/2013/10/16/jsconfasia-2013-emily-stark-meteor-under-the-hood-of-a-full-stack-framework-for-building-pure-javascript-apps License: 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
Jakob Mattsson: Automated CSS Testing - JSConf.Asia 2013

"You have some kind of test suite for your web app, so you know the features work. But does it look right? You fire up half a dozen virtual machines and open your drawer with five different mobile devices in it to check it out. The lack of automation in that is embarrassing. Some people say that you can't test HTML/CSS. I'd like to show you the opposite. You can automate testing visual layout, refactor your CSS with confidence and get rid of this pain. You understand why. Let's talk about how." Jakob is an entrepreneur. His current company, which he co-founded as CTO, is the third startup on his resume. He is a developer at heart and started out building games using C++, but ended up building web based services and fell in love with JavaScript. Lately he has also become a Node.js aficionado. When not coding he can usually be found learning or practicing a new skill or hobby, like playing the guitar, surfing, snowboarding, biking or solving rubik's cube. JSConf.Asia is the JavaScript, web and mobile developer conference for Asia. Hotel H2O and Manila Ocean Park, Philippines - 28 + 29 November 2013. Source: http://2013.jsconf.asia/blog/2013/10/20/jsconfasia-2013- Slides: https://speakerdeck.com/jakobmattsson/automated-css-testing-not-just-a-myth-jsconf-dot-asia License: 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
Anand Agrawal: Bridging The Gap Between Mobile Platforms - JSConf.Asia 2013

"Mobile market is currently dominated by Android and iOS. Blackberry, Windows Phone, Firefox and Ubuntu are looking ahead to capture this market as well. With such a plethora of devices and operating systems if a product or service providers looks at mobile devices to capture the market; it has to be beyond single platform for meaningful adoption. Cross platform toolkits have spawned up to address this issue; however a lot of them mean leveraging web technologies while compromising on User Interface. The talk will primarily be focused pros and cons of various mobile cross platform frameworks and the new framework 'Calatrava' which brings best of both the worlds (native and cross platform)." Anand is a long-time developer at ThoughtWorks Technologies and has worked in small and large scale Agile projects. He is a full stack engineer primarily working with Ruby on Rails and also mobile apps on Android and cross domain. Based in Singapore he's recently been working on 'Calatrava', a mobile cross platform framework. JSConf.Asia is the JavaScript, web and mobile developer conference for Asia. Hotel H2O and Manila Ocean Park, Philippines - 28 + 29 November 2013. Source: http://2013.jsconf.asia/blog/2013/10/31/jsconfasia-2013-anand-agrawal-bridging-the-gap-between-mobile-platforms Slides: http://www.slideshare.net/anandagrawal84/bridging-the-gap-between-mobile-platforms-jsconf-asia License: 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
Tim Park: Pointing Forward (updated) - JSConf.Asia 2013

"For the last 5 years of the mobile revolution, we've been developing against the same old set of conventions and event models designed for the mouse era. In this talk I'll cover what we've learned in designing the Surface from a usability perspective and then introduce Pointer Events, a evolution of Mouse Events that makes much richer web applications possible." Tim is an Engineer in Residence with the Microsoft Accelerators in Seattle, Tel Aviv, and Bangalore, where he helps startups use open platforms on the Windows Azure cloud platform. Previously, he was part of Nest Labs, an 'internet of things' startup focused on building an energy efficient home. Before coding, he aspires to brew a perfectly brewed cup of coffee. JSConf.Asia is the JavaScript, web and mobile developer conference for Asia. Hotel H2O and Manila Ocean Park, Philippines - 28 + 29 November 2013. Source: http://2013.jsconf.asia/blog/2013/11/15/jsconfasia-2013-tim-park-pointing-forward Slides: http://www.slideshare.net/TimPark4/jsconf-eu-tim-park-pointing-forward-to-pointer-events License: 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
MrDoob Ricardo Cabello: Frame.JS - JSConf.Asia 2013

"Making the browser render millions of shaded triangles per second is just the first step. The challenge now is doing something interesting with all these triangles. For that we need to attract artists, designers, animators, modellers, etc. Frame.js is a library and editor that aims to do just that. In this talk we'll look at the current version of the tool - the internals, the usage and maybe find new uses for it." Ricardo is a self-taught computer-graphics programmer from Barcelona, Cabello. His work ranges from simple interactive digital toys — Google Gravity, Ball Pool and Harmony — to full featured experiences — The Johnny Cash Project, The Wilderness Downtown and ROME. Nowadays, Ricardo spends most of his time developing open source libraries and tools — three.js, frame.js and stats.js — making design and development simpler for everyone. JSConf.Asia is the JavaScript, web and mobile developer conference for Asia. Hotel H2O and Manila Ocean Park, Philippines - 28 + 29 November 2013. Source: http://2013.jsconf.asia/blog/2013/11/8/jsconfasia-2013-mrdoob-ricardo-cabello-framejs Demo: http://www.mrdoob.com/files/temp/xplsv_obsidian/index.html License: 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
Pete Hunt: React - Rethinking Best Practices (updated) - JSConf.Asia 2013

Announcement of the React Chrome Developer Tools http://facebook.github.io/react/blog/2014/01/02/react-chrome-developer-tools.html "React, the new open-source JS library from Facebook and Instagram, is a different way to write JavaScript apps. When it was introduced at JSConf US in May, the audience was shocked by some of its design principles. One sarcastic tweet from an audience member ended up describing React's philosophy quite accurately: https://twitter.com/cowboy/status/339858717451362304 At Facebook and Instagram, we're trying to push the limits of what's possible on the web with React. My talk will start with a brief introduction to the framework, and then dive into three controversial topics: Throwing out the notion of templates and building views with JavaScript, 're-rendering' your entire application when your data changes, and a lightweight implementation of the DOM and events." Pete is a member of the React core team at Facebook and also the sole engineer on Instagram.com. He has also designed and implemented the video encode backend infrastructure for Facebook and Instagram and computer vision infrastructure and general front-end web engineering for Facebook photos. Pete likes to play guitar and rock climbing when he is not hacking. JSConf.Asia is the JavaScript, web and mobile developer conference for Asia. Hotel H2O and Manila Ocean Park, Philippines - 28 + 29 November 2013. Source: http://2013.jsconf.asia/blog/2013/10/31/jsconfasia-2013-pete-hunt-react-rethinking-best-practices Slides: http://www.slideshare.net/floydophone/react-preso-v2 License: 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
JSConf.Asia 2014 Intro

Thomas finds himself in Singapore and sets up a conference for the developer community.

Watch
Feross Aboukhadijeh: WebTorrent - JSConf.Asia 2014

This talk will look at WebTorrent, a BitTorrent client for the browser that fully-interoperates with the regular BitTorrent network. WebTorrent uses WebRTC Data Channels and special "hybrid clients" to connect to the wider BitTorrent network. It’s insane to try this. Feross is currently building WebTorrent, a streaming BitTorrent client for the browser, powered by WebRTC. Before that, he built PeerCDN, a peer-to-peer content delivery network to makes sites faster and cheaper. He’s a graduate of Stanford and has worked at Quora, Facebook, and Intel and loves "mad science" projects! JSConf.Asia is the JavaScript, web and mobile developer conference for Asia. Amara Sanctuary, Singapore - 20 + 21 November 2014. Source: http://2014.jsconf.asia/#speakers Slides: https://speakerdeck.com/feross/intro-to-bittorrent-and-webtorrent License: For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances. __ Sponsor message: Link to Temasys Skylink in the end of the video is http://temasys.github.io

Watch
Mikeal Rogers: Future of Node - JSConf.Asia 2014

The node community has change tremendously as it has evolved over the last 5 years. Some of the most modern and progressive practices in open source are being tested to great success in this relatively new and dynamic community. While the core project has struggled to release and attract new contributors perhaps the future of node lies not in its central project but in the community that is continuing to grow and flourish. Mikeal is the Director of Evangelism at DigitalOcean and the creator of request, NodeConf and JSFest. JSConf.Asia is the JavaScript, web and mobile developer conference for Asia. Amara Sanctuary, Singapore - 20 + 21 November 2014. Source: http://2014.jsconf.asia/#speakers License: 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