!undefined

  • blog
  • LinkedIn
  • Tell me a question

This is a tumblelog, kinda like a blog but with short-form, mixed-media posts with stuff I like. Scroll down a bit to start reading, or a bit more to read more about me.

15th May 2013

Super hyperlink!

Reactor – a foundation for asynchronous applications on the JVM

By Jon Brisbin, writing at the SpringSource Team Blog. See the comments section for the answers to some of the obvious questions comparing it to Vert.x.

Tags: Java Groovy Grails JVM Reactor async Vert.x

18th January 2013

2 notes 

Super hyperlink!

Reactive Programming at Netflix

Jafar Husain, Senior Developer at Netflix:

The Reactive Extensions library models each event as a collection of data rather than a series of callbacks. This is a revolutionary idea, because once you model an event as a collection you can transform events in much the same way you might transform in-memory collections.

I haven’t watched the interview yet, nor worked through the interactive tutorial, but I’m very intrigued by this idea and want to give it a further, in-depth study.

Tags: Netflix async JavaScript Reactive Programming

6th September 2012

1 note 

Super hyperlink!

Atmosphere 1.0, the Asynchronous JavaScript/Java Framework now available!

Tags: async Java JavaScript WebSockets Atmosphere

3rd July 2012

Super hyperlink!

Thinking Async

Chris Coyier at CSS-Tricks, writing about using async while loading JavaScript.

Tags: Chris Coyier JavaScript async

21st December 2010

Super hyperlink!

Thoughts on script loaders

By Nicholas Zakas, at NCZOnline.

I especially like this bit:

An alternate proposal mentioned in his twiki is to create a <scriptGroup> element that logically groups script files together:
  <scriptGroup id="group1" ordered="true">
    <script src="foo.js"></script>
    <script src="bar.js"></script>
    <script>
      somethingInline();
    </script>
  </scriptGroup>

Though I think personally would prefer <scriptbundle> or <scriptset>.

Tags: Nicholas Zakas JavaScript parallel downloading async LABjs ControlJS script loaders
(1/1)

About

Rob Friesel's little tumbelog about software engineering in general and web development in particular, design and UX, and a whole lot of JavaScript pedantry.

You can also find me on my blog, on GitHub, on LinkedIn, and on Twitter.

Group members

  • notanotherrob

Search

Design by Marcus Olovsson  /  Powered by Tumblr  /  Here's the archive and a feed if you want.