Author Archives: Matthew Podwysocki

A Gentle Reintroduction to the Reactive Extensions for JavaScript

One of the things that I’ve been doing since I last blogged has been working on the Reactive Extensions for JavaScript (RxJS).  Since I last blogged, we have had two releases, a version 1.0.10621 SP1 which we released back in … Continue reading 

Posted in JavaScript, Reactive Framework | Tagged , , | Leave a comment

The Reactive Extensions Extensions Now Live on MSDN Data Developer Center

As you may have noticed, the Reactive Extensions for .NET and JavaScript have a new home, moving from MSDN Dev Labs to the MSDN Data Developer Center.  The new home will provide you with not only how to get them, … Continue reading 

Posted in Uncategorized | Leave a comment

Getting Started with Node.js on Windows

UPDATE: New packages and further items What a difference a year makes.  Last year at the first conference solely dedicated to JavaScript, JSConf 2009, there was a big focus on the uses of JavaScript on the client side.  This year, … Continue reading 

Posted in JavaScript, node, Reactive Framework, ssjs | 24 Comments

Reactive Extensions for .NET – Event-based Async Operations

With the many posts that I’ve done on the Reactive Extensions for both JavaScript and .NET, I’ve covered a wide variety of the basics as well as some of the deeper stuff.  This time, I’d like to get back to … Continue reading 

Posted in C#, Event-based Porgramming, Reactive Framework | 2 Comments

Introduction to the Reactive Extensions for JavaScript – Buffering

We’ve come a long way in the series on the Reactive Extensions for JavaScript.  After spending some time with Ruby and with extension points in other libraries, let’s step back to some of the basic operators again.  This time, let’s … Continue reading 

Posted in Event-based Porgramming, JavaScript, JSConf, Reactive Framework | Leave a comment