Tag Archives: home

J-Fall 2020 Call for Papers is geopend!

Tijdens J-Spring Digital is het aangekondigd: de Call for Papers applicatie voor het grootste Java evenement van Nederland is weer geopend! Voor J-Fall 2020 maken we gebruik van onze NLJUG Call for Papers applicatie. Heb je een interessant Java-gerelateerd verhaal dat je graag wilt delen met mede-NLJUG leden? Dien je paper dan nu in. Zo zorgen we samen voor een …

Read More »

Apache Arrow and Java: Lightning Speed Big Data Transfer

By its very nature, Big Data is too big to fit on a single machine. Datasets need to be partitioned across multiple machines. Each partition is assigned to one primary machine, with optional backup assignments. Hence, every machine holds multiple partitions. Most big data frameworks use a random strategy for assigning partitions to machines. If each computation job uses one …

Read More »

WebAssembly Used by Java-to-Web Compiler CheerpJ 2.0 to Port Java Applications to Browsers

LeaningTech recently released the second major iteration of CheerpJ. CheerpJ 2.0 may convert Java applications into a mix of HTML, WebAssembly and JavaScript, so that developers can run Java applications (including applets) in browsers or integrate Java libraries into web applications. CheerpJ 2.0 uses WebAssembly to improve runtime speed. By: Bruno Zouriol | InfoQ. CheerpJ 2.0 provides a full (100% of …

Read More »

How to Notarize a Mac Application with Liberica JDK using javapackager

One of the main global trends in IT is the safety of users and preventing the spread of malicious programs, but at the same time, it greatly complicates the life of developers. There are different approaches to solving the issue associated with software security. The most common is the use of an antivirus tool by scanning a computer for malware. …

Read More »

J-Spring Digital is coming!

Make sure you get your spot for the first edition of J-Spring Digital! Four days of Java mayhem are coming next week! From the 23rd to the 26st of June every day between 16:00 and 18:00, you will get masterclasses by the greatest Java gurus. To finish it up we will be doing a NLJUG pubquiz in which you can …

Read More »

Kotlin – Asynchronous streams

Two weeks ago, Xebia organized an online Meetup about Kotlin. In the meetup we showed how Kotlin’s coroutines take away much of the headache when writing asynchronous code from the application developer. In this series of blog posts we show what a positive effect Kotlin’s coroutines have for the library developer. Specifically, we look at the difference between asynchronous streaming …

Read More »

De eerste editie NLJUG Masterclass Live

Speciaal voor de NLJUG’er introduceren we een nieuw, digitaal evenement: de NLJUG Masterclass Live. Doormiddel van livestreams krijg je de kans om te leren van de beste Java experts die de wereld te bieden heeft. De eerste Masterclass wordt op 29 april, 16:00 gegeven door Java Champion: Sander Mak (Director of Technology @ Picnic) en gehost door Bert Jan Schrijver …

Read More »

Running AWS locally with LocalStack

More and more companies are switching over to cloud native. As a developer this gives me a lot of services to create awesome applications. The one challenge that occurred to me right away was how to use all those new components during development. Since some companies do not have a testing/development environment in their cloud provider to play with. This …

Read More »

Red Hat Tech Talk Series for Developers

Our latest webinar series is designed to help developers get the most from their applications. Across four webinars we’ll show you how to effectively create cloud applications at scale and determine which tools are right for you. You can explore: Platform abstraction with OpenShift serverless— See end-to-end how Knative, developer tools, Camel-K, Strimzi, and other middleware services come together as …

Read More »