eldermoraes.com

category

Containers

6 posts

Containers · September 18, 2020

Java & containers: what I wish I knew before I used it

They told you that using Java with containers was great, but they never mentioned that it wouldn't be that easy, right? You have all the advantages of containers like isolation, scalability, ease of deployment, and…

Book · July 6, 2020

Jakarta EE Cookbook

About one month ago I had the pleasure to announce the release of the second edition of my book, now called "Jakarta EE Cookbook". By that time I had recorded a video about and you…

Containers · October 16, 2019

How chaos engineering will guarantee the resilience of your services

Article originally posted by myself at https://medium.com/oracledevs/how-the-chaos-engineering-will-guarantee-the-resilience-of-your-services-20a01471fa8e If you are more a "video person", I have this same content published on my YouTube channel in a playlist with 9 videos: There’s a fact: sometimes, something…

Containers · August 15, 2018

Docker basics: how to start and stop containers

In this tutorial, you’ll learn how to manually run and stop Docker containers from the shell or command line. * * Before getting started, if you are looking for content like this, you might want…

Containers · August 13, 2018

Develop, build e and run Java-EE-8-powered microservices

Learn how to work with Java EE 8 microservices in this guest post by Mario-Leander Reamer, a senior Java developer and the author of Building RESTful Microservices with Java EE 8. In this section, you're…

Architecture · August 3, 2018

How to connect external services and configure orchestrated applications

Learn how to connect external services and configure orchestrated applications in this tutorial by Sebastian Daschner, the author of Architecting Modern Java EE Applications. The orchestration framework orchestrates and integrates enterprise applications in clustered environments.…