Google Cloud recently released a new text-to-speech service. Let's take it for a test run with a Spring Boot app to see how to work with it in Java. Read all
A discussion of the Cocos2d-x framework, and several different design patterns developers can use with Cocos2d-x for behavior, structure, optimization, etc. Read all
Learn how you can use JDK 9's enhancements to create immutable sets, lists, and maps using static factory methods—now usable on Collection interfaces. Read all
See what separates Java 5's TimeUnit enum (good for concurrency constructs) from Java 8's ChronoUnit enum (great for the Date/Time API) and ideal use cases. Read all