Enough politics for one day, back to the geeky stuff. Firstly, I’ve finally got my head around BDD/TDD with Jasmine and Karma for AngularJS. This is going to be a big help over the next few months.

In the process, I found a solution to the CORS issues I’ve experienced with some of my web projects. It’s called http://crossorigin.me/. Until now, I got round CORS by running Chrome without web security or disabling CORS in Safari.

To see it in action, check out my RSS reader project at http://rssreader.pikr.me/. The code is available from the following github repo: https://github.com/trider/rssreader