Performance of Containerized Spring Boot on Lambda
During AWS Re:invent 2020 Container Image support for AWS Lambda was announced, giving us a new way to deploy our code to AWS Lambda.
During AWS Re:invent 2020 Container Image support for AWS Lambda was announced, giving us a new way to deploy our code to AWS Lambda.
Data-Oriented Programming is a new programming paradigm which simplifies the design of software where information has the focus. Instead of creating classes/entities with code works on the instantiated objects, DOP encourages to separate code from data.
In Cloud development we have become accustomed to using the infrastructure-as-code (IaC) principle to define infrastructure and related configuration together with CI/CD pipelines to deploy the infrastructure to our favorite Public Cloud environment.
Serverless development is more popular than ever. No servers to maintain, out-of-the-box scalability and pay-as-you-go pricing make it an attractive platform for developers, but these advantages come with a unique set of challenges.
Vanaf Java 9 is er een modulair systeem geintroduceerd om met packages om te gaan. In feite is een module een groep packages die verband houden met elkaar. Bij de release van java 9 kwam tevens de tool jlink. Jlink is een tool die een aangepaste Java-runtime-image genereert die alleen de platform modules bevat die vereist zijn voor een bepaalde toepassing.
At Profit4Cloud, we’re a big fan of using AWS’ managed services to simplify the maintenance of the solutions we build.
I wrote parts of this story a few times, this is the last time I write about it. Maybe I am going to build this semantic database, which is not that hard, as you will read below.