Java
-

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 » -

Interesting things happening in Language Engineering
If you read this blog you will know that I strongly believe in the power of languages. So I am…
Read More » -

Serverless FaaS with AWS Lambda and Java
What is Serverless Architecture? Serverless architecture runsĀ custom code in ephemeral containersĀ that are fully managed by a 3rd party. The custom…
Read More »

