• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Spring Microservices in Action: Spring technologies for microservices explained separately?

 
Greenhorn
Posts: 17
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi John,

I just checked the Table of Contents of the book on Amazon and saw there many technologies used together and to many if not all of them (expect Spring Boot) I'm very beginner!
So, does this book fits to guys who know some Spring Core/Spring Boot but are new to microservices architecture ?

Thanks


P.S. Congrats for the book!
 
Author
Posts: 93
5
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Durim,

I think this book might be your sweet spot for a number of different reasons:

1.  I targeted the books specifically to Spring developers.  You need to have a basic understanding of Spring, but you by no means have to be an Spring Expert to understand the book.

2.  I wrote the book from an engineering perspective.  I have played both the role of engineer and architect in my career.  When I wrote this book, I wanted to provide a hands-on, consumable and self-contained book that developers could use in their day to day jobs.   Personally, I try to write the books I like to read.  In this case, the book is heavy on code-examples and light on architectural discussions.  There are lots of good "pure" architecture books on there (Sam Neuman's Book (Oreilly) and Chris Richardson Microservices Patterns in Action book (Manning Press)) are two books that come to mind.  They are both really good books, but focus on the design side of things.  I have always been of the opinion that most developers can get their feet underneath them with a few good code examples.

3.  Writing individual microservices is easy, operationalizing them is a whole another story.  Thats why I the books focuses on all of the technologies that are needed to support a microservices-based application.  That is frankly where I saw the sweet spot for this book when I began writing it.   I have one basic chapter on microservice design and the rest of the chapters all the other technologies you will need sooner or later as you go down your microservice journey.

4.  As for the number of technologies in the book, I would not be too intimidated by it.  I tried to write each chapter to be standalone because frankly everyone who is building the microservices applications have a different environment they are working in.  I really wanted the book to be a book you could read end-to-end or just pick and choose the chapters you are interested in.  

I hope that answered your question.

   Thanks,
       John
 
Durim Kryeziu
Greenhorn
Posts: 17
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

John Carnell wrote:Hi Durim,

I think this book might be your sweet spot for a number of different reasons:

1.  I targeted the books specifically to Spring developers.  You need to have a basic understanding of Spring, but you by no means have to be an Spring Expert to understand the book.

2.  I wrote the book from an engineering perspective.  I have played both the role of engineer and architect in my career.  When I wrote this book, I wanted to provide a hands-on, consumable and self-contained book that developers could use in their day to day jobs.   Personally, I try to write the books I like to read.  In this case, the book is heavy on code-examples and light on architectural discussions.  There are lots of good "pure" architecture books on there (Sam Neuman's Book (Oreilly) and Chris Richardson Microservices Patterns in Action book (Manning Press)) are two books that come to mind.  They are both really good books, but focus on the design side of things.  I have always been of the opinion that most developers can get their feet underneath them with a few good code examples.

3.  Writing individual microservices is easy, operationalizing them is a whole another story.  Thats why I the books focuses on all of the technologies that are needed to support a microservices-based application.  That is frankly where I saw the sweet spot for this book when I began writing it.   I have one basic chapter on microservice design and the rest of the chapters all the other technologies you will need sooner or later as you go down your microservice journey.

4.  As for the number of technologies in the book, I would not be too intimidated by it.  I tried to write each chapter to be standalone because frankly everyone who is building the microservices applications have a different environment they are working in.  I really wanted the book to be a book you could read end-to-end or just pick and choose the chapters you are interested in.  

I hope that answered your question.

   Thanks,
       John



Yes! Thanks for such a good answer
 
There are no more "hours", it's centi-days. They say it's better, but this tiny ad says it's stupid:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic