Saturday, April 15, 2023

Book Review: Spring Start Here: Learn what you need and learn it well

 

Spring Start Here: Learn what you need and learn it wellSpring Start Here: Learn what you need and learn it well by Laurentiu Spilca
My rating: 5 of 5 stars

This is an excellent book on getting started with Spring boot based development. Written in a lucid manner and explained the fundamentals of spring ecosystem and some of the most important frameworks very well. This includes -Spring Core, data and test. Of course there is much more to be learned after this about other spring frameworks but with the concepts understood it will be much easier to do so. Read this before reading Craig Wall’s Spring in action book.

View all my reviews

Popular micro services patterns

Here are some popular Microservice design patterns that a programmer should know: Service Registry  pattern provides a  central location  fo...