Email the Author
You can use this page to email Engin Yöyen about Building Microservices with Spring Boot.
About the Book
This book is designed to give you the complete picture of how you can build microservices with Spring Boot. Existing book regarding microservice are helpful to grasp to concepts, but there are no practical examples of how to accomplish it. The objective of the book is to use Spring and Spring Boot to show practical approaches as well a reference guide to Spring Boot.
The way we build software has changed dramatically. The word cloud is everywhere. Most software companies are either using available providers such as AWS, Joyent, Rackspace or trying to build their own private cloud. The tendency of building big massive software is also changing, now the trend is to build smaller software which does one thing and it does it well.
It is called microservices, a small, discrete, isolated, stateless, lightweight application that can be deployed separately from other services that depend on it. The architectural style which refers to an approach to structuring a single software application as a group of small services, each running in its own process and communicating with lightweight mechanisms.
Spring as a mature framework does provide most of the necessary modules to accomplish what is needed to build a microservice architecture. So as a developer you can add necessary modules, wire it via dependency injection and start using it without changing the context. With Spring, you can connect relational or NoSQL datastore, work with AMQP, build your authentication and authorization, use configuration management, circuit breakers, intelligent routing, etc. Most of the technologies you may need for developing microservices are provided via Spring.
The book will cover topics such as essentials Spring Boot, HTTP programming, Spring Cloud Config, Service Discovery, Client-Side Load Balancing, Distributed Messaging, Asynchronous HTTP programming, Routing, API Gateways, etc.
About the Author
I am a Software Engineer and father of a wonderful boy. I am currently living in Berlin, and working for a company as a Technical Team Lead on Web Analytics Services.
In past, I worked in diverse fields such as Internet Of Things, Telecommunications, Smart Classes, CMS, etc. My main focus, however, is the web applications. I have degrees in Computer Science and Psychology(combined program) and Business Administration.
I love riding a motorbike, cooking and working less to learn more. I am writing because it is fun and educative.