About AngularJS

Hello World,

This post is about AngularJS, the self-proclaimed “Superheroic JavaScript MVW Framework” by Google.

An excellent starting point with AngularJS is the official AngularJS: Tutorial.

http://www.adobe.com/devnet/html5/articles/getting-started-with-angularjs.html

Here are some useful links for AngularJS with Ruby on Rails:

Here are some other AngularJS blog posts I found interesting:

Here are some answers to questions I had while learning AngularJS:

Writing C Extensions for Ruby

Hello World,

This post is about writing C extensions for Ruby.  There are benefits of writing a C extension for Ruby.

The best place to start is the Programming Ruby: The Pragmatic Programmer’s Guide chapter on Extending Ruby.

A excellent series of more in-depth tutorials were written by Chris Lalancette.

After your C extension is finished, you may want to package your C extension as a rubygem.