-
Agile
Managing requires skills and intuition
If you’ve been reading my series of blogs on management it should be clear by now that I think some…
Read More » -
Core Java
Code Smells – Part II
In the last post, Code Smells – Part I, I talked about the bloaters: they are code smells that can…
Read More » -
Core Java
HotSpot Incremental Java Garbage Collector
In my recent blog post Determining the Active HotSpot Garbage Collector, I described different approaches that can be used to…
Read More » -
Java
Components involved in creating a robust Micro Service Architecture
In this article, we will learn in brief about various software components that are required in building a robust Micro…
Read More » -
Software Development
Go Language For Java Developer Part-6 : Operators
Operators in Java and Go Lang. Every programming languages support operators. Operators are work like a function with different syntax…
Read More » -
Software Development
Akka basics
As the previous post explained our system is based on Akka. Before going into more detail about our solution, I’d…
Read More » -
Core Java
JUnit 5 – Conditions
We recently learned about JUnit’s new extension model and how it allows us to inject customized behavior into the test…
Read More » -
DevOps
Docker container using Apache Mesos and Marathon
Apache Mesos is an open source cluster manager developed at UC Berkeley. It provides resource isolation and sharing across distributed…
Read More »