Starting Fast: Investigating Java’s Static Compilation Landscape

Dan Heidinga discusses how to start a Java application faster, and how Graal Substrate VM, Quarkus, Project Leyden, and others can help with that. Read more

Similar

Code Java in Browser

titanoboa.io is distributed, highly scalable and fault tolerant workflow orchestration platform for JVM. Create workflows with drag&drop from predefined steps or just quickly code them in our browser-based IDE. Run titanoboa on-premises or in a cloud ... (more…)

Read more »

Handling Flaky Unit Tests in Java

Introduction to Flaky Tests Unit testing forms the bedrock of any Continuous Integration (CI) system. It warns software engineers of bugs in newly-implemented code and regressions in existing code, before it is merged. This ensures increased software reli... (more…)

Read more »