Stuart Gunter Blogging about tech stuff
Twitter Cards
Twitter Cards are a neat way of providing a rich content sharing experience through Twitter.
Ankyll
Hosting a Jekyll-generated site on Amazon S3 is very convenient, but it involves a few different tools to build, deploy and publish the site. This post describes an Ant script that abstracts away the moving parts to provide a simple process for managing your site.
Fluent Bean Definitions in Spring
The relatively recent trend of 'fluent' interfaces in Java has lead to some interesting challenges when registering these within the Spring Framework. Read more about a new XML namespace created to simplify the definition of fluent beans in Spring.