Seleccionar página
Demystifying (JavaScript) engines by Alejandro Oviedo García

Demystifying (JavaScript) engines by Alejandro Oviedo García

How a JavaScript engine works? What are its basic components? How to measure its performance? What is JIT compilation? Stigmatization: is JavaScript fast enough? are some of the questions I think we currently fail to answer in a, somewhat, short and direct way....
UX Patterns for Web Developers by Nicole Saidy and Jad Joubran

UX Patterns for Web Developers by Nicole Saidy and Jad Joubran

Are you willing to go the extra mile to make your UX shiny and joyful? Most of us web developers underestimate the importance of human-computer interaction. Join this talk for developer-friendly UX patterns that you can start using in your everyday code. In this talk,...
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...