Monday, March 12, 2012

REST Client for Firefox

Found this recently and think this is a great plugin to test web services before writing code. Quite flexible with letting you create requests and I've used it against different services already.

https://addons.mozilla.org/en-US/firefox/addon/restclient/

No comments:

Int size on Apple Watch (watchOS)

  Even though Apple Watch chipset is 64-bits, Int is still 32-bit. To get 64 bit behavior you have to explicitly use Int64 https:// jeffver...