Using a Spring Cloud App Starter

Let’s have a look at how to use Spring Cloud App starters using an example which streams Twitter posts into a Hadoop Distributed File System.

Guide to JSpec

Learn to write tests in Java by asserting specifications using the JSpec framework.

“Sneaky Throws” in Java

Learn about sneaky throw concept that allows you to throw any checked exception without defining it explicitly in the method signature.

Introduction to Mustache

Learn how to use Mustache, a logicless template engine for creating dynamic HTML pages, configuration files, etc.