Javascript modules and maintainable code

In Javascript app development maintainability is often exchanged for rapid production and delivery. Using Javascript code modules is not a new concept to software developers who write single-page JS apps but the distinction between using namespaces with a singleton-style static object and writing modules is important. I keep hearing that modules improve executing speed and […]

Escaping the Walled Garden With Javascript

I actually enjoyed the hours I spent logging my favorite books into the weRead app on Facebook. Reminiscing about those quirky scifi novels I read when I was younger was nice. The promise of seeing what my friends have read and how we match up with ratings was good motivation. I’m thinking even if this […]