ylliX - Online Advertising Network

Using jlink to cross-compile minimal JREs

Using jlink to cross-compile minimal JREs 16 January 2023 jlink is a JDK tool to create bespoke, minimal JREs for your applications. Let’s try it with a “Hello, world!” program: class Main { public static void main(String… args) { System.out.println(“Hello, world!”); } } My laptop is an M1 Mac and I have downloaded the Azul […]

In Search of Exploration Games

(This article is spoiler-free.) In the past few years, I’ve fallen in love with exploration in video games. This mechanic is key in games like Outer Wilds or Subnautica. You’re dropped into the middle of a world and are given free reign to go anywhere, discovering many surprises along the way. I want more! However, […]

Multiplatform Synchronization with Kotlin and Realm + MongoDB

This time we talked to Sudarshan Muralidhar and Christian Melchior from MongoDB + Realm about their new multiplatform product that is created to ensure the consistency and consolidation of data across devices and your backend. Sudarshan Muralidhar on Twitter – https://twitter.com/sudssm Christian Melchior on Twitter – https://twitter.com/chrmelchior Realm Kotlin SDK Documentation – https://www.mongodb.com/docs/realm/sd… Atlas Sync […]