javascript

Philly ETE 2015 #1 – Pete Hunt – React: Not Just a Popular Library

ARVE Error:
ARVE Error: loop not valid
loop not valid
autoplay not valid

React changed how we think about developing user interfaces. In this talk I’ll cover fundamental shifts in thinking presented by React and why they’re important.

Philly ETE 2015 – Ken Rimple – Want es.next now? Traceur your way back to ES5 and feel the Harmony

In this talk, we’ll roll up our sleeves and use JavaScript 6 features TODAY, on our browsers, writing our code with real ES 6 classes, testing with Karma, running with Gulp and NodeJS. We’ll explore the extensions that let us perform type checking of our methods. We’ll also discuss what areas of the spec to avoid, and how to write your code so it will take advantage of these features while still running well today. Let’s get ready for the future, and start reaping the benefits now.

JavaScript's Odd Parts – Configurable Functions as a DSL

As some of you may be moving from Java to JavaScript, you’ll find there are a number of ways to program – using objects, functions, or a hybrid approach. A common style of API you’ll see in the wild lends itself to expressive object definitions, while at the same time being easy to use to … Read More

Philly ETE # 26 – Building the “Front Half” of Your App – Ben Alman

ARVE Error:
ARVE Error: loop not valid
loop not valid
autoplay not valid

From the abstract: As web applications have become more complex, we’ve addressed performance, usability and scaling concerns by promoting JavaScript from second-class citizen (image rollovers, form validation) to first-class citizen (business logic, app routing, Ajax, templating). However, in doing so, most of us haven’t optimized our process to treat JavaScript and its front-end siblings, CSS … Read More