javascript

Philly ETE 2014 – Jafar Husain – Reactive Javascript at Netflix

In this talk we’ll be exploring the Reactive Extensions (Rx) library which allows us to treat events as collections. You’ll learn about how Netflix uses Rx on the client and the server, allowing us to build end-to-end reactive systems. We’ll also contrast Rx with Promises, another popular approach to building asynchronous programs in Javascript.

DevNews 88 – Get your ‘Ki’ up so you can be super ‘Swift’, IMO

The Developer News this week focuses on several newer languages – Javascript’s ki LISP DSL (literally running LISP as a domain-specific language inside of JavaScript directly just by booting a library) and of course, Apple’s Swift, are our tidbits from the programming zone. We see how mathletes may have been hit by a virus on Euler.com, and two bigwigs team up to take on Oracle in the Big Data department. That and more, on the DevNews this week.

Philly ETE 2014 – Ken Rimple – AngularJS 101

I presented a basic tutorial on AngularJS at Philly ETE this year, pinch hitting for a speaker who had to cancel at the last minute. My slides end abruptly, however, the points are made and for more information I refer you to our website content on AngularJS, as well as our two-day training course. For … Read More

JavaScript's Modern Tools – Grunt – Ant for the Browser?

In our prior JavaScript build tools posts, we already discussed bower and npm, two tools that help you download and install dependencies. But what about tools to build your application, run tests, distribute minified versions and run quality checks? Enter Grunt.