The Cute Parts of JavaScript
JavaScript is no longer that scary nasty programming language. This presentation focuses on some of the most exciting features of the JavaScript language that make programming with it a pleasant experience.
General JavaScript tutorial or video
JavaScript is no longer that scary nasty programming language. This presentation focuses on some of the most exciting features of the JavaScript language that make programming with it a pleasant experience.
Vue.js is a client side JavaScript framework that is developer friendly: a command line interface to create new projects, easy to learn concepts, great online documentation, and top of the league developer tools. All this will get you started in no time working on modular and maintainable apps.
The web is a dirty place. Traces of javaScript stacks litter the floor; memory leaking from cracks in the ceiling. Someone lost their context in the corner. Load times are slowly crawling along the window. This video presents a live debugging session as we find and squash different kinds of …
MeteorJS is a free and open-source JavaScript web framework written using Node.js that allows for rapid prototyping and produces cross-platform code that can run on Android, iOS or the Web) code. MeteorJS talks to the MongoDB NoSQL database. It uses the Distributed Data Protocol and a publish–subscribe pattern to automatically …
Having spent over twenty years on developer tools I was convinced that Eclipse is the last development tool I work on. I was wrong. It all started five years ago as an experiment to see what is possible when it comes to developing in the browser using modern JavaScript, HTML, …
We present Graal.JS, a JavaScript engine implemented in Java, compatible to the ECMAScript 262 Version 6 standard. Graal.JS is executed on top of the Graal VM.