appsworld 2016 in photos
IBM : What is Blockchain ? and Blockchain applications and Use cases
HTTPie: a CLI, cURL-like tool for humans
https://github.com/jkbrzt/httpie
HTTPie (pronounced aitch-tee-tee-pie) is a command line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible. It provides a simple http command that allows for sending arbitrary HTTP requests using a simple and natural syntax, and displays colorized output. HTTPie can be used for testing, debugging, and generally interacting with HTTP servers.
ms finally adopts #crossplatform and #flos #opensource approach for appdev, embdev, mobdev and webdev
education,learning and training books and videos on subscription from lynda, oreilly, safari and tutsplus
basic free-of-charge website monitoring from teamviewer monitis monitorus
m$ visual studio community (free of charge) edition
chromium extension of the day jsonview lets you view formatted json
angular demos and tutorials
http://git-scm.com/book/en/Git-Basics-Tagging
git add a tag
$ git tag -a v1.2 -m 'version 1.2'
git list tags
$ git tag
git push
$ git push origin --tags