This post is part of my tech learning series, where I take a few hours each week to try out a piece of technology that I’d like to learn. This time I’m back to using JavaScript but instead of using a framework or library to build an application, I decided to try out the testing …
Tag: javascript
riot.js, minimal MVP – Weekly Tech Learning
This post is part of my weekly tech learning series, where I take one hour each week to try out a piece of technology that I’d like to learn. Last week I started my tech learning series back up. I’ve been feeling a bit behind with client-side JavaScript libraries so I’m planning a few around …
Learning pjax – Tutorial and Screencast
This post is part of my weekly tech learning series, where I take one hour each week to try out a piece of technology that I’d like to learn. This week I’m back to JavaScript, trying out the pjax library from Chris Wanstrath. pjax 1.0.0 was just released a few days ago and I’ve been …
Learning (and Failing at) Backbone.js
This post is part of my weekly tech learning series, where I take one hour each week to try out a piece of technology that I’d like to learn. For this week’s tech learning session I decided to tackle backbone.js. Of all of the technology I’ve been wanting to learn, backbone.js has been the one …
Learning Node.js
This post is part of my weekly tech learning series, where I take one hour each week to try out a piece of technology that I’d like to learn. Since I’ve been learning JavaScript libraries the past few weeks (CoffeeScript, Knockout.js), I decided it was time jump over to the server and learn node.js. Setup …