Just sharing some slides about Microservices.
For further actions, you may consider blocking this person and/or reporting abuse
Just sharing some slides about Microservices.
For further actions, you may consider blocking this person and/or reporting abuse
Jacky -
Sarvesh Mishra -
Carlos Gándara -
Tal Zwick -
Once suspended, mcolomer will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, mcolomer will be able to comment and publish posts again.
Once unpublished, all posts by mcolomer will become hidden and only accessible to themselves.
If mcolomer is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to marcelo.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag mcolomer:
Unflagging mcolomer will restore default visibility to their posts.
Top comments (2)
Thanks you for share ! I'm reading "Building Microservices : Designing Fine-Grained Systems" and recently discover the serverless trend.
Can you recommend some reading or information about micro-services in Java? I'm interested a little more about the deployment.
Thanks for your comments.
From the Java perspective, all my experience was working with Spring Cloud. cloud.spring.io/spring-cloud-stati...
content.pivotal.io/ebooks/cloud-na...
There are other approaches, like WSO2, wso2.com/products/microservices-fr...
For the deployment, Docker its great! You can use Docker with any cloud provider or with any cluster manager, moreover, since the 1.12 version, the orchestration features included in the engine will facilitate the microservices architecture.
medium.com/aws-activate-startup-bl...
medium.com/aws-activate-startup-bl...