Mostrar mensagens com a etiqueta Continuous delivery and deployment.. Mostrar todas as mensagens
Mostrar mensagens com a etiqueta Continuous delivery and deployment.. Mostrar todas as mensagens

terça-feira, 12 de junho de 2018

BOOK: Liquid Software

A recent book FFR, link with a sample chapter:
https://liquidsoftware.com/when-vision-becomes-reality/
Citando:
"This book is the embodiment of our thoughts and ideas on how any organization developing software can and should achieve continuous updates. It’s the culmination of a long process of brainstorming, discussing, finessing and tweaking every last word and illustration printed on those 193 pages. If you ever wished the machines could work for us instead of the other way around, this book is for you. We hope you enjoy it.


Fred Simon
Yoav Landman
Baruch Sadogursky"

sexta-feira, 19 de maio de 2017

SW Design: Microservices and nanoservices?

What is this all about?
https://en.m.wikipedia.org/wiki/Microservices

Quoting:
"Microservices is a variant of the service-oriented architecture (SOA) architectural style that structures an application as a collection of loosely coupled services.

In a microservices architecture, services should be fine-grained and the protocols should be lightweight. The benefit of decomposing an application into different smaller services is that it improves modularity and makes the application easier to understand, develop and test. It also parallelizes development by enabling small autonomous teams to develop, deploy and scale their respective services independently. It also allows the architecture of an individual service to emerge through continuous refactoring. Microservices-based architectures enable continuous delivery and deployment."
(...)
"The microservices approach is a first realisation of SOA that followed the introduction of DevOps and is becoming more popular for building continuously deployed systems."