-
Enterprise Java
Red Hat Container Development Kit installation in just minutes (video)
Since I started playing around with OpenShift in its various forms, such as Online with cartridges and then later as…
Read More » -
Scala
Coordination in Akka
This is the fifth post in the series about integrating sync clients with async systems (1, 2, 3, 4). Here…
Read More » -
Core Java
Back to the CompletableFuture: Java 8 Feature Highlight
CompletableFuture vs Future: going async with Java 8 new features Java 8 was released on March 2014 and arrived with…
Read More » -
DevOps
Ensuring Containers Are Always Running with Docker’s Restart Policy
Getting a notification that Docker containers are down in production is one of the worst ways to spend your night.…
Read More » -
Enterprise Java
NetBeans Java EE Tip #9: Create JSF Application from Database
Do you need to create an database front-end very quickly? The NetBeans IDE allows one to develop a JSF application…
Read More » -
Software Development
Getting Started with Heron on Apache Mesos and Apache Kafka
Heron has been Open Sourced, woo! Heron is Twitter’s distributed stream computation system for running Apache Storm compatible topologies in production. A Heron…
Read More » -
Core Java
Lombok, a compile time Java annotation preprocessor to minimize code size
In this article we are going to see how can we use lombok inside our regular Java Code to minimize…
Read More » -
Scala
Scala Notes – Futures – 1
Almost all modern programming languages have a Future-Promise idiom for concurrent programming. I don’t intend to bore you with why…
Read More » -
Software Development
The Building Blocks of Your First Bot
The world of bots who can intelligently converse continues to build momentum. We’ve seen the opening up of the Facebook…
Read More »