List of videos

Sebastiaan Deckers: Bundling With H2 Server Push - JSConf.Asia 2016
Tools and techniques to optimise website delivery beyond Webpack and Browserify using the new worlds of HTTP/2. Seb is is a software engineer with a passion for front-end web development and open-source software. With over 15 years of experience, he has expertise in bringing startups from idea to a launched minimum viable product and growing technical teams. As a freelance front-end engineer, he has worked with various startups in Singapore, including RedMart, Migme, Adz (now CtrlShift), and Nugit. When he’s not busy coding, you can find him cultivating the local developer community. Seb is the co-organiser of the Front End Developers Singapore (FEDS) meetup and regularly speaks at SingaporeJS events. JSConf.Asia - Capitol Theatre, Singapore - 26 November 2016. Source: https://2016.jsconf.asia/ Slides: https://sebdeckers.gitlab.io/talk-http2server-unbundle/assets/player/KeynoteDHTMLPlayer.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
Franziska Hinkelmann: Performance Profiling for V8 - JSConf.Asia 2016
Do you care about performance? Memory leaks, megamorphic cache misses, garbage collection jank, and deoptimizations can slow your app down. Chrome’s JavaScript engine, V8, ships with its own profiling tools that can identify such problems. We’ll dive deep into the inner workings of V8 to better understand what these terms mean - and how to avoid them. You’ll learn to identify and fix low-level JavaScript performance issues using several V8 developer tools. Franziska is a software engineer at Google Germany. She works on the Chrome V8 team, focusing on anything related to Node.js. She regularly teaches Node.js courses at the International Summer University for Women in Informatics and is a former organizer of the PHP User Group Munich. JSConf.Asia - Capitol Theatre, Singapore - 26 November 2016. Source: https://2016.jsconf.asia/ Slides: https://github.com/fhinkel/PerformanceProfiling/blob/master/JSConfAsia2016.pdf 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
Kenneth Auchenberg: DevTools Of The Future - JSConf.Asia 2016
The web has gained the capabilities to offer app-like experience, and with the recent additions the web is ready to replace many native apps. What does that mean for our developer tools? In this talk I‘ll share Microsoft‘s view on web tooling and what we do to make building for the web easier and more productive, regardless of the platform. Kenneth is a Program Manager, focused on DevTools and Remote Debugging at Microsoft, and is obsessed with tooling. He started the RemoteDebug initiative to unify remote debugging and lives in Vancouver, Canada and is the organizer of the ColdFront Conference in Copenhagen, Denmark. Kenneth blogs occasionally at kenneth.io, and tweets as @auchenberg JSConf.Asia - Capitol Theatre, Singapore - 25+26 November 2016 Source: https://2016.jsconf.asia/ Slides: https://speakerdeck.com/auchenberg/devtools-of-the-future-jsconf-asia-2016-singapore 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
Raquel Vélez: Wombat-Driven Understanding - An Interactive Guide To Using npm - JSConf.Asia 2016
So you want to write some software. And you decide to use npm, because everyone’s saying it’s the coolest thing ever. Great! But... where do you start? And once you’ve started, how do you take advantage of the advanced features? Let’s write an app together! Whether you’re brand new to using npm or have been using it for years, I guarantee you’ll learn a new trick or two - or at least get a good laugh! Raquel cares about code and culture at npm, Inc. in Oakland, CA. She has previously worked at institutions such as Caltech, NASA JPL, the MIT Lincoln Laboratory, and various universities in Europe. She is a co-author of the book "Make: JavaScript Robotics." In her off time, you can find her baking, teaching NodeBots not to fall off of tables, and speaking. ... also, hanging out with her hilarious husband and two cats dressed in dog suits. JSConf.Asia - Capitol Theatre, Singapore - 26 November 2016. Source: https://2016.jsconf.asia/ Slides: https://speakerdeck.com/rockbot/wombat-driven-understanding-an-interactive-guide-to-using-npm 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
Lian Li: Applying The Magic Of Neural Networks - JSConf.Asia 2016
Have you ever been in a betting pool for your local football league? Then you might know, how exhausting it is, to come up with sensible results for every single game and most of us are not using the scientific method... at all. No need to fret about it anymore! I’ll show you how to write a program that learns to predict football scores with the help of the Node.js library synaptic. Lian is working as Jack of all trades at the interface between development and support. She completed her apprenticeship as IT specialist in early 2014, after a failed attempt at becoming a lawyer. JSConf.Asia - Capitol Theatre, Singapore - 26 November 2016. Source: https://2016.jsconf.asia/ Slides: https://slidr.io/Chimney42/applying-the-magic-of-neural-networks-jsconf-asia-edition#1 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
Simon Swain: Rats Of The Maze - JSConf.Asia 2016
The year is 2048. Thirty years ago, we outsourced the very runnings of our lives to machines. Machines that learn... The machines learnt... too well... Simon is an institution at JSConf.Asia by now and has blown away our audiences in the past 3 years with gripping stories and mesmerizing visual effects in the browser. He has been building the web since the beginning, somehow surviving through it's many iterations. Currently he is building cloud services for connected devices. JSConf.Asia - Capitol Theatre, Singapore - 25+26 November 2016 Source: https://2016.jsconf.asia/ Demo: http://ratsofthemaze.com 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
Alex Castillo: NeuroJS - Capturing And Visualizing Brainwaves With Angular 2 - JSConf.Asia 2016
*** Watch an additional demo at minute 30:30 of this video *** Come and see a demonstration on how to interact with an open-source brain-computer interface via JavaScript. I have been working with the OpenBCI team in order to visualize brainwaves in the browser with Angular 2. Find out how your thoughts are captured and how to get involved in the NeuroTech community. Alex is a Software Engineer at Netflix and specializes in enterprise single-page applications. He is very passionate about the human brain and how we can use technology to understand it better. Alex has contributed to the open source community and focuses on Angular and NeuroTech. In his spare time, he likes experimenting with guitars and IoT. JSConf.Asia - Capitol Theatre, Singapore - 26 November 2016. Source: https://2016.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
Fazli Sapuan & Eugene Cheah: GPU.JS - GPU Accelerated JavaScript - JSConf.Asia 2016
Run your JS code on the GPU! This project is the result of a fun hackathon story of achieving the impossible in 24 hours. YMMV for your actual performance profit through parallelization. As a GPU computing and JavaScript enthusiast, Fazli envisioned an easy way to perform GPU inside the browser. Thus, working with a few fellow engineers, gpu.js was created as an online platform that could be used to teach parallel computing concepts to beginners. He is presently working as a software engineer at Garena, and enjoys hacking random stuff together in his free time. In his free time, Eugene is constantly tinkering around with technology. From GPU.JS coding, reading up HTML5 specifications, experimenting with his own programming language, etc. For fun. In his work time, he runs his own website and mobile applications development company Picoded Pte Ltd that makes apps for others on demand, for profit. JSConf.Asia - Capitol Theatre, Singapore - 25+26 November 2016. Source: https://2016.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
Tyson Hackwood & Hemanth Madhavarao: The API in 2017 - JSConf.Asia 2016
Let’s talk developer programs, standards, scale, SDKs, REST, good and bad practices, documentation, business, security, and regulation. Let's talk APIs. Tyson has been actively involved in both Online Payments and Mobile Payments for 15 Years, with extensive experience working with both traditional and next generation businesses. He has worked with many of these organisations through his time in Braintree, PayPal and Vodafone. He is excited by projects and businesses that are trying to enhance ‘mobile’ experiences and drive commerce by using the ‘invisible payments’ like Uber, Hotel Quickly, Hailo and many others in the Asia region. Currently expanding the Asia footprint of Braintree, is involved with expanding access to the traditional payment methods as well as the emerging payment technologies. Is an avid mentor and educationalist, spending much of his time explaining ‘payments’ and how they can be used to grow commerce. Related to this is his love of ‘start-up’ t- shirts and stickers. Hemanth ... is a computer polyglot CLI, web and unix philosophy lover. works as a Senior software engineer at PayPal Bangalore. blog's about his experiments and experiences in programming. contributes to FOSS via Github and is a part of the Yeoman, Webpack and many other notable teams. curates Node Module Of The Week, JSfeatures.in. Coordinates BangaloreJS meetups. mentors at GeeksKool. is a community leader at DuckDuckGo and is a Google Developer Expert. JSConf.Asia - Capitol Theatre, Singapore - 25+26 November 2016. Source: https://2016.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