Quarkus' Fast-JAR packaging
In this article we will focus on a specific packaging mode brought by Quarkus: the Fast-JAR. Its main goal is to provide an optimized way of building cloud-ready Java apps.
Read more DetailsIn this article we will focus on a specific packaging mode brought by Quarkus: the Fast-JAR. Its main goal is to provide an optimized way of building cloud-ready Java apps.
Read more DetailsToday let’s talk about reproducible, self contained and most importantly automatable network tests for Java network applications powered by Testcontainers . If you read some of my older articles on Zero Trust Network Architecture (1 , 2 & 3 ) you can easily guess that at Worldline MTS we have some practical applications for that.
Read more Details“No matter how it looks at first, it’s always a people problem” - Gerald M. Weinberg
Read more DetailsDiagram as Code (DaC) is a methodology that allows you to create and maintain software architecture diagrams using code. With DaC, you can define the structure of your application in a declarative way, using a domain-specific language (DSL) or a programming language, and generate diagrams from that code automatically. This approach has many benefits over manual diagramming, such as improved consistency, better maintainability, and increased automation.
Read more DetailsThis article presents Gitpod from a mobile developer’s perspective and guides you through the process of creating an Android Studio IDE on the cloud using Gitpod, covering everything from workspace configuration to device connection.
Read more DetailsSpring Boot 3 comes with the support for native images. This is the part for GraalVM . GraalVM transitions from a just-in-time (JIT) compiler built into OpenJDK to an ahead-of-time (AOT) compilation. As a result, it speeds up the startup time and reduces the memory usage of (Micro-)Services, improving the efficiency for cloud environments.
Read more Details