Logging Markdown with Java

Logging can be a pain. Reading logs can be an even bigger pain.

Similar

Wrapping up Java 9 new Features

Java 9 comes with a rich feature set. Although there are no new language concepts, new APIs and diagnostic commands will definitely be interesting to developers. In this write up we’re going to have quick, high level look at some of the new features; Mod... (more…)

Read more »

Java Array

We know that variables are used to store data in a Java program. We also know that each variable can store not more than one data item. So, what do we do if we need to store a large number of data items, say 50. Well, we can use 50 variables, one for each... (more…)

Read more »