Explore >> Select a destination


You are here

in.relation.to
| | www.ccampo.me
15.0 parsecs away

Travel
| | I love AWS Lambda. Removing the concept of a "server" from your application is huge. I won't go into all the benefits of Lambda, but I can say from first han...
| | blog.gradle.org
11.2 parsecs away

Travel
| | This post provides an overview of Gradle's Java 9 support, touching on runtime, cross-compilation, MRJARs, and Jigsaw modules support. We've fielded lots of questions since Java 9 was released last month, and decided it best to answer here.
| | www.morling.dev
15.5 parsecs away

Travel
| | Layers are sort of the secret sauce of the Java platform module system (JPMS): by providing fine-grained control over how individual JPMS modules and their classes are loaded by the JVM, they enable advanced usages like loading multiple versions of a given module, or dynamically adding and removing modules at application runtime. The Layrry API and launcher provides a small plug-in API based on top of layers, which for instance can be used to dynamically add plug-ins contributing new views and widgets to...
| | blog.adamretter.org.uk
92.4 parsecs away

Travel
| In Project Omega at The National Archives processing of Historical Dates is complicated if the context of the dates is unknown. Software Engineers must consider, Calendars, Time-zones, and Geography. This is further compounded when tools (e.g. Java) take different/unexpected approaches to dates.