Recent Posts

Write Once Run Anywhere: Java vs Wasm

Artikel uit Java magazine 4 – 2021   WebAssembly (Wasm) is een veelbelovende nieuwe techniek die veel potentie biedt voor zowel frontend als backend oplossingen. Wasm deelt een belangrijk speerpunt met Java, namelijk: Write Once Run Anywhere. Hoe verschillen Java en Wasm hierin? En is het mogelijk beide technieken te combineren?   { WAT is WASM } WAT staat voor …

Read More »

Pi4J Welcomes Java 21 on the Raspberry Pi

Author: Frank Delporte Original post on Foojay: Read More Pi4J provides a friendly object-oriented I/O API and implementation libraries for Java Programmers to access the full I/O capabilities of the Raspberry Pi platform. The project “hides” the complexity to interact with electronic components through different ways of communication (SPI, I2C, PWM,…) by providing Java interfaces on top of native libraries …

Read More »

Event-Driven Architecture and Change Data Capture Made Easy

Author: Muaath Bin Ali Original post on Foojay: Read More Hello again! In this article (Part 1), we will discuss two common ways to build modern software systems: Event-Driven Architecture (EDA) and Change Data Capture (CDC). They serve different purposes but can work well together in some situations. we’ll explain EDA and CDC, discuss their use cases, and explain when …

Read More »