Seleccionar página
Building Mobile Apps with Vue.js by Simon MacDonald

Building Mobile Apps with Vue.js by Simon MacDonald

In this presentation we’ll introduce Vue.js, setup a webpack build, extoll the virtues of its reactive data binding and composable interface all while building an Instagram like app. Using Framework 7 to provide the basic UI for Android and iOS for those of us,...
Reactive Animations with RxJS by David Khourshid

Reactive Animations with RxJS by David Khourshid

UI animations can be an incredible asset to the user experience, especially if they are meaningful and responsive to user input. In this session, we will discover some new and innovative techniques for creating reactive web animations declaratively, using RxJS. You...
NodeOS: lightweight operating system by Jesús Leganés-Combarro

NodeOS: lightweight operating system by Jesús Leganés-Combarro

NodeOS is a free lightweight operating system built on top of the Linux kernel using Node.js for its userspace. Here I’m going to talk about it’s use cases, architecture and the problems found developing an operating system from scratch using Javascript...
Changing live audio with the web-audio-api by Sam Bellen

Changing live audio with the web-audio-api by Sam Bellen

As a guitar player, I usually use some effect-pedals to change the sound of my guitar. I started wondering: “What if, it would be possible to recreate these pedals using the web-audio-api?”. Well, it turns out, it is entirely possible to do so. This talk takes you...
Progressive Image Rendering by José Manuel Pérez Pérez

Progressive Image Rendering by José Manuel Pérez Pérez

On a regular web page, images represent the largest assets. We might have heard about responsive images to serve the most suitable image for each screen. However, how and when we load them can have a great impact too. I will show you several techniques used by well...