Sep
20,
2021
Cloud Native Serverless Java with Quarkus and GraalVM on AWS Lambda
If you haven't shouted "Bingo" yet, you have only yourself to blame. How can it be possible to use almost all of the bleeding-edge technologies, frameworks and platforms listed above successfully together in a real-world project away from the greenfield and Hello World demos? A field report.
Dec
15,
2020
Long-Running Workflows as Serverless Functions in Azure
<div style="text-align: justify">Azure Functions have many features that make your work easier. However, they are less suitable for long-running processes. This is where Durable and Entity Functions can help.</div>
Sep
14,
2020
Serverless Java: Reduce Infrastructure Overhead
<div style="text-align: justify">Java is still the first choice when it comes to software development for business use [1]. However, the development of Java software alone is not enough: machines, operating systems, JREs, application servers, etc. are required for productive use - and large frameworks and libraries are also required as...