-
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 » -
Software Development
Why Microservices Should Be Event Driven: Autonomy vs Authority
I’ve been working on a series of articles showing how to build microservices using an event-driven approach (which IMHO is…
Read More » -
Enterprise Java
Aspect Oriented Programming with Spring Boot
On a previous post I provided a simple example on how to achieve aspect orientation in spring by using a…
Read More » -
DevOps
Couchbase XDCR using Docker Swarm, Machine and Compose
Cross Datacenter Replication (XDCR) in Couchbase provides an easy way to replicate data from one cluster to another. The clusters…
Read More » -
Enterprise Java
Cloud Foundry Java Client – Streaming events
Cloud Foundry Java Client provides Java based bindings for interacting with a running Cloud Foundry instance. One of the neat things…
Read More » -
Software Development
Swift for the Java guy: Part 1 – Getting Started
It’s been a while since I had to look at the Apple development Eco-system. In fact the last time I…
Read More »