My next events:
🗓 Apr 04 16:30 JDevSummitIL Getting Started with the Micronaut Framework

Tag: java

WebJars

Jan 2024, 09 -

WebJars are client-side web libraries (e.g. jQuery & Bootstrap) packaged into JAR (Java Archive) files.

System Stubs

Oct 2023, 03 -

System Stubs is used to test code which depends on methods in java.lang.System.

KSUID (K-Sortable Unique IDentifier)

Apr 2021, 24 -

A globally unique identifier similar to UUID, built from the ground-up to be "naturally" sorted by generation timestamp without any special type-aware logic.