Doyle's Blog

Postman

Postman [http://getpostman.com/] is my new favorite REST web service testing client. It installs as a Chrome plugin and allows you to easily create a valid request. Each request is saved and you can categorize your requests into collections. It's also has a very well done interface that will format responses for you. As if that wasn't enough, it's also open...

Continue Reading...

FreeNAS

I have been very happy with my FreeNAS [http://www.freenas.org] system and just updated it to the latest release. It had been a while since I updated and they have added a plugin system based on BSD jails. I installed a couple plugins and they have made they system more useful on my home network. MiniDLNA [http://sourceforge.net/projects/...

Continue Reading...

JavaScript Ninja

I finished reading Secrets of the JavaScript Ninja [http://jsninja.com/] last night. I enjoyed the book's general approach of introducing a topic, proving how it works (using a testing methodology developed in an example) and then building upon each topic after it is completely understood. It also has the best written and most complete description of JavaScript's scoping I have ever...

Continue Reading...