Spring HATEOAS

A quick guide to using Spring HATEOAS to add Hypermedia to a practical Spring API. Build hypermedia-driven REST web service using Spring and Spring Boot.

Spring Initializr

A quick and practical guide to using spring Initializr service. Learn different features of the Spring Initializr service and how to use this service using a command line and Java IDE.

Default Methods in Java

A quick guide to the default methods in Java. Learn why the default methods were introduced in Java 8. Learn how to write and use default methods in Java.

Spring Retry

A quick and practical guide to implementing retry logic with Spring Retry. Learn the different techniques to use retry feature in your Spring application.