-
Enterprise Java
Integrating with RabbitMQ using Spring Cloud Stream
In my previous post I wrote about a very simple integration scenario between two systems – one generating a work unit…
Read More » -
Software Development
Why I started learning Emacs in 2016
Why learn another editor in the first place? The main role of a good editor is to not get into…
Read More » -
Android
[MEGA DEAL] Master Android Marshmallow App Development Using Java (85% off)
Learn the Latest & Greatest Android Platform While Coding 10 Apps Hey fellow geeks, This week, on our JCG Deals…
Read More » -
Enterprise Java
Lazy evaluation
Recently i was writing log4j appender and wanted to use logger in it to log some diagnostic details during custom…
Read More » -
Core Java
Communicating Design
Software design is crucial. It is the foundation of an application. Much like a blueprint, it provides a common platform…
Read More » -
Enterprise Java
Apache Spark Packages, from XML to JSON
The Apache Spark community has put a lot of effort into extending Spark. Recently, we wanted to transform an XML…
Read More » -
Core Java
So, Oracle killed java.net
Well, not yet…but they announced to shutdown java.net and kenai by May 2017. I have been interviewed about this for…
Read More » -
Core Java
The Java Syncrhonisers
Threads communication happens primarily by sharing access to fields and objects. Although extremely efficient, this form of communication is prone…
Read More » -
DevOps
A Beginner’s Guide to the Dockerfile
The humble but powerful Dockerfile is the building block of Docker images and containers. In essence, it’s a list of…
Read More »