Reading Time: < 1 minute Stay up-to-date with what’s going on in cloud native computing. News, tutorials and useful information on microservices, serverless, containers, devops and more. 5 Ways to Get Started with Container Optimization for Automation and Cost Savings Build your own real-time voice translator application with AWS services Before Running a Docker Container Image, Know What’s in the […]
Read moreHow Java is Evolving with Simon Ritter – JDK 9 to 13
Posted on — 2 CommentsReading Time: 4 minutes In this post I will share my notes on a great talk given by Simon Ritter titled “JDK from 9 to 13 How Java is Evolving with Simon Ritter”. Simon Ritter is Deputy CTO of Azul Systems and has been in the field for a long time. The talk was organized by the Java User […]
Read moreAutomatic Vertical Scaling of the Java Heap
Posted on — Leave a commentReading Time: < 1 minute For years java was synonyms of greedy applications, the kind that opens the refrigerator at night and eat all the available resources until the crash. The main reason for that behavior was the lack of an efficient way to give back the operational system the memory allocated in the java heap and not used anymore. […]
Read moreLearn how to package your java application into a docker image
Posted on — Leave a commentReading Time: 2 minutes Check this very straight tutorial and learn how you can package your java application into a docker image and run it as docker container. Now that all cloud providers make the Kubernetes available and standardize docker as the default container, it´s very useful to package your application into a small image and delivery it not […]
Read more