Saturday, March 29, 2014
Youtube Channels
https://www.youtube.com/user/MarakanaTechTV
https://www.youtube.com/user/GoogleDevelopers
https://www.youtube.com/user/SpringSourceDev
https://www.youtube.com/user/AmazonWebServices
https://www.youtube.com/user/khanacademy
https://www.youtube.com/user/LinkedInTechTalks
https://www.youtube.com/user/elithecomputerguy
https://www.youtube.com/user/GeekBlogTV
https://www.youtube.com/user/nixiedoeslinux
https://www.youtube.com/user/TEDtalksDirector
https://www.youtube.com/user/TEDxTalks
https://www.youtube.com/user/1veritasium
https://www.youtube.com/user/GoogleDevelopers
https://www.youtube.com/user/SpringSourceDev
https://www.youtube.com/user/AmazonWebServices
https://www.youtube.com/user/khanacademy
https://www.youtube.com/user/LinkedInTechTalks
https://www.youtube.com/user/elithecomputerguy
https://www.youtube.com/user/GeekBlogTV
https://www.youtube.com/user/nixiedoeslinux
https://www.youtube.com/user/TEDtalksDirector
https://www.youtube.com/user/TEDxTalks
https://www.youtube.com/user/1veritasium
Monday, March 24, 2014
HATEOAS - Rest Shell for interacting with a HATEOAS service
https://github.com/spring-projects/rest-shell
It is based on spring-shell and integrated with Spring HATEOAS in such a way that REST resources that output JSON compliant with Spring HATEOAS can be discovered by the shell and interactions with the REST resources become much easier than by manipulating the URLs in bash using a tool like
It is based on spring-shell and integrated with Spring HATEOAS in such a way that REST resources that output JSON compliant with Spring HATEOAS can be discovered by the shell and interactions with the REST resources become much easier than by manipulating the URLs in bash using a tool like
curl
.
HATEOAS - Hypermedia as the Engine of Application State
http://martinfowler.com/articles/richardsonMaturityModel.html
http://spring.io/understanding/HATEOAS
A hypermedia-driven site provides information to navigate the site's REST interfaces dynamically by including hypermedia links with the responses. This capability differs from that of SOA-based systems and WSDL-driven interfaces.
HAL seems to be the leading hypermedia format (for supporting HATEOAS).
I still don't know how to pronounce that damn acronym.
https://spring.io/guides/gs/rest-hateoas/
A library of APIs that you can use to easily create links pointing to Spring MVC controllers, build up resource representations, and control how they’re rendered into supported hypermedia formats such as HAL.
- L0: The Swamp of POX
- L1: Resources
- L2: HTTP Verbs
- L3: Hypermedia Controls (HATEOAS)
http://spring.io/understanding/HATEOAS
A hypermedia-driven site provides information to navigate the site's REST interfaces dynamically by including hypermedia links with the responses. This capability differs from that of SOA-based systems and WSDL-driven interfaces.
HAL seems to be the leading hypermedia format (for supporting HATEOAS).
I still don't know how to pronounce that damn acronym.
https://spring.io/guides/gs/rest-hateoas/
A library of APIs that you can use to easily create links pointing to Spring MVC controllers, build up resource representations, and control how they’re rendered into supported hypermedia formats such as HAL.
HAL - Hypertext Application Language
http://stateless.co/hal_specification.html
HAL - conventions around representing RESOURCES and LINKS. For discoverability / navigability
HAL - conventions around representing RESOURCES and LINKS. For discoverability / navigability
- links - like Self or Next or Search
- properties
- embedded
- curie (compact uri) for easier readability
Tuesday, March 18, 2014
Tea - Eventual Reading
http://en.wikipedia.org/wiki/Chinese_tea#Famous_Teas
http://en.wikipedia.org/wiki/China%27s_Famous_Teas
http://en.wikipedia.org/wiki/Biluochun
http://en.wikipedia.org/wiki/Huangshan_Maofeng
http://en.wikipedia.org/wiki/Junshan_Yinzhen
http://en.wikipedia.org/wiki/Keemun_tea
http://en.wikipedia.org/wiki/Longjing_tea
http://en.wikipedia.org/wiki/Baihao_Yinzhen
http://en.wikipedia.org/wiki/Da_Hong_Pao
http://en.wikipedia.org/wiki/Liuan_Leaf
http://en.wikipedia.org/wiki/Tieguanyin
http://en.wikipedia.org/wiki/Houkui_tea
http://en.wikipedia.org/wiki/Maojian_tea
http://en.wikipedia.org/wiki/Pu-erh_tea
http://en.wikipedia.org/wiki/Tea_leaf_grading
http://en.wikipedia.org/wiki/Konacha
http://en.wikipedia.org/wiki/Gyokuro
http://en.wikipedia.org/wiki/Kabusecha
http://en.wikipedia.org/wiki/Sencha
http://en.wikipedia.org/wiki/Shincha
http://en.wikipedia.org/wiki/Bancha
http://en.wikipedia.org/wiki/Hojicha
http://en.wikipedia.org/wiki/China%27s_Famous_Teas
http://en.wikipedia.org/wiki/Biluochun
http://en.wikipedia.org/wiki/Huangshan_Maofeng
http://en.wikipedia.org/wiki/Junshan_Yinzhen
http://en.wikipedia.org/wiki/Keemun_tea
http://en.wikipedia.org/wiki/Longjing_tea
http://en.wikipedia.org/wiki/Baihao_Yinzhen
http://en.wikipedia.org/wiki/Da_Hong_Pao
http://en.wikipedia.org/wiki/Liuan_Leaf
http://en.wikipedia.org/wiki/Tieguanyin
http://en.wikipedia.org/wiki/Houkui_tea
http://en.wikipedia.org/wiki/Maojian_tea
http://en.wikipedia.org/wiki/Pu-erh_tea
http://en.wikipedia.org/wiki/Tea_leaf_grading
http://en.wikipedia.org/wiki/Konacha
http://en.wikipedia.org/wiki/Gyokuro
http://en.wikipedia.org/wiki/Kabusecha
http://en.wikipedia.org/wiki/Sencha
http://en.wikipedia.org/wiki/Shincha
http://en.wikipedia.org/wiki/Bancha
http://en.wikipedia.org/wiki/Hojicha
Monday, March 17, 2014
Framing a Bathroom Mirror
Buy trim boards
Cut trim boards to length
Cut miter joints on the trim boards
Buy strap clamp
Glue trim boards and strap clamp them to make frame
paint frame
paint frame again
buy liquid-nails for glass & mirrors
accidentally break f*cking mirror
buy new mirror at lowes
Cut trim boards to length
Cut miter joints on the trim boards
Buy strap clamp
Glue trim boards and strap clamp them to make frame
paint frame
paint frame again
buy liquid-nails for glass & mirrors
accidentally break f*cking mirror
buy new mirror at lowes
Thursday, March 13, 2014
Monitoring - Zabbix
Nice python library for interacting with Zabbix API:
https://github.com/lukecyca/pyzabbix
Zabbix API Reference:
https://www.zabbix.com/documentation/2.2/manual/api/reference
https://github.com/lukecyca/pyzabbix
Zabbix API Reference:
https://www.zabbix.com/documentation/2.2/manual/api/reference
Wednesday, March 5, 2014
Tuesday, March 4, 2014
Subscribe to:
Posts (Atom)