Blog Layout

JavaFX Links of December

If anyone needs a reminder Java and JavaFX are “alive and kicking”, you can not only check out jfx-central.com, but also the list below. Although I’m trying to get of Twitter – for my own mental health – I’m still being flooded with amazing content. Here is the result of the #LinksOfTheWeek that were published on jfx-central.com in December! Podcasts …

Read More »

Bouw zelf een PWA met gezichtsherkenning en spraakherkenning

Dit is een vervolg op de tweede tutorial over PWA (zie links onderaan dit artikel voor de voorgaande tutorials). Je kan deze tutorial ook volgen als je de tweede niet hebt gevolgd. Dit is deel 3: Bouw zelf een PWA met gezichtsherkenning en spraakherkenning Deel 2: Bouw zelf een progressive web app met javascript 2 Deel 1: Bouw zelf-een progressive …

Read More »

Debugging Program Control Flow

As of now I published the first three videos of the course and will publish the fourth tomorrow. I plan to publish two videos per week on YouTube to maximize the impact but here I’ll only blog one lesson per week to avoid oversaturation. I shot about four hours of video content and still haven’t finished the 2nd module out …

Read More »

HTTP Client in IntelliJ IDEA

Het bedrijf Jetbrains heeft voor vele talen een populaire Integrated Development Environment (IDE) gemaakt. Denk aan IntelliJ IDEA, PyCharm en onder vele andere WebStorm. Voor de betaalde (Ultimate of Professional) versies van deze IDE’s is een handige plugin beschikbaar die standaard mee-ge-bundled is in die versies. De HTTP Client. Een plugin voor het maken van HTTP requests en nog veel …

Read More »

Spring Boot – Annotation Reference – 01/a

In 2018, I was introduced to the topic of Microservices and Spring Boot via a formal training, during my brief stint as a Senior Architect in Manila, Philippines. Though I had worked on a ‘similar architecture’ way back in 2007-’08 while working as a Software Engineer at Symantec – I found the idea of the Uber JAR really exciting. Also, since …

Read More »

A Faster Way to Build React + Spring Boot Apps Using Hilla 1.3

It’s time to build a new web application. You’ve decided to use React with a Java back end, so you’re good to go right? Not quite. There’s still a lot of work to do to set up a new project, configure your build tools, find good UI components, and create APIs for communication between your front end and back end. …

Read More »

GraalVM, wat heb je eraan?

Java en native performance is al sinds het begin een discussiepunt. De JVM is in de loop der jaren weliswaar een heel stuk sneller geworden en kan voor veel doeleinden aardig concurreren met andere talen en platformen, toch zijn er nog wel een paar punten waar het nog een achterstand heeft op native applicaties. Met name als het om opstarttijd …

Read More »

Writing a Profiler from Scratch: Introduction

Async-profiler is undoubtedly one of the most used open-source Java profilers out there. Its most commonly used feature is sampling a given Java program’s stack traces and visualizing them as a flame graph. I would recommend reading the excellent async-profiler manual by Krzysztof Ślusarski or taking a look at my profiling playlist on YouTube if you’re new to this tool. …

Read More »

Challenges when Developing a GUI for FIX

In this article, we explore the challenges in developing a Graphical User Interface (GUI) for Financial Information Exchange (FIX) data. FIX is both a protocol and a message format, but to create a FIX GUI we will focus just on the message format. A FIX message is a standard message format for transmitting financial and investment banking data. Below is …

Read More »

Spelen met de Kubernetes API

Er is veel veranderd door de komst van containers en de container platformen. We kunnen het platform in zijn geheel als een nieuwe computer beschouwen, met Kubernetes als operating system. Net als ieder operating system, is er hier ook een API. Dus waarom gebruiken wij dit niet in onze applicaties? Auteur: Vincent van Dam    Met behulp van een simpele …

Read More »