Rails/Backbone.js practices  

A recent post that discusses a couple of Rails and Backbone.js practices I’ve incorporated into Kicksend.

  • Avoid to_json
  • Action cache
  • Keep the UI responsive
  • Modularize
  • Have a single representation of each resource
  • Use a view manager

Check it out.

 
30
Kudos
 
30
Kudos

Now read this

Google Analytics’ Open Secret

Those stats on your Google Analytics dashboard may not be real. I developed an analytics system for a project I worked on a while back. We always compared our numbers to Google Analytics as one of our benchmarks. But our system kept... Continue →