Java
-
Getting Started with MQTT and Java
MQTT (MQ Telemetry Transport) is a lightweight publish/subscribe messaging protocol. MQTT is used a lot in the Internet of Things…
Read More » -
The important changes in the new ANTLR 4.6
After almost a year since the last major release, there is a new ANTLR version: 4.6. There are many news:…
Read More » -
Kanvas: generating a simple IDE from your ANTLR grammar
What is an editor? An editor is, for me, the main tool I use for work. As a Language Engineer…
Read More » -
Isolating the Domain Logic
In one design patterns class, I had an interesting discussion about modelling domain logic. Specifically, it was about isolating the…
Read More » -
Unit testing Java data classes immutability with the Mutability Detector
In all our project, we use data classes which, by definition, contain data (fields) but no (business) logic. According to…
Read More » -
[MEGA DEAL] Ultimate Java Development & Certification Guide (59% off)
Master Java Programming Concepts with This Intro to One of the World’s Most Popular Programming Languages Hey fellow geeks, This…
Read More » -
If You’ve Written Java Code in 2016 – Here Are the Trends You Couldn’t Have Missed
The most interesting Java-related-topics that were ‘it’ during 2016 There are a lot of trending topics when it comes to…
Read More » -
Adding microbenchmarking to your build process
Introduction As an industry, we are adopting higher transparent and more predictable build processes in order to reduce the risks…
Read More » -
Practical Reactor operations – Retrieve Details of a Cloud Foundry Application
CF-Java-Client is a library which enables programatic access to a Cloud Foundry Cloud Controller API. It is built on top of Project Reactor,…
Read More »