-
Core Java
Improve Application Performance with These Advanced GC Techniques
Application performance is on the forefront of our minds, and Garbage Collection optimization is a good place to make small,…
Read More » -
Software Development
Deep Learning KSQL UDF for Streaming Anomaly Detection of MQTT IoT Sensor Data
I built a scenario for a hybrid machine learning infrastructure leveraging Apache Kafka as scalable central nervous system. The public…
Read More » -
Core Java
JDK 11: Taking Single-File Java Source-Code Programs Out for a Spin
The JDK 11 Early Access Builds include preview functionality related to JEP 330 (“Launch Single File Source Code Programs”). I…
Read More » -
Android Core
Learn IoT creating a sensor project with Raspberry Pi and sensors
Learn how to create a sensor project in this guest post by Peter Wahr, an IoT expert. The development of…
Read More » -
Core Java
Memory-Hogging Enum.values() Method
I’m a big fan of Java’s enum. It seemed like we waited forever to get it, but when we did…
Read More » -
Enterprise Java
Streaming data out of a Corda node with Spring WebFlux
It’s been a while since my last post but I’m finally back! Since I am still on my project, I…
Read More » -
Software Development
HTTP/2 Server Push
The new version of the HTTP protocol, HTTP/2 lets the server to push content to the client before the client…
Read More » -
Scala
Scala Tuple performance
Tuple is very powerful construct in programming language, it allows to create sequence of finite elements. Elements in tuple can…
Read More » -
Desktop Java
Fluent Design RadioButton, CheckBox, ChoiceBox, Menu for Java
I have a big update for JMetro this time. Version 3.8 brings the following new Fluent Design (FDS) inspired styles (dark…
Read More »