07 Mar 2018
My first guest article as part of authoring at Baeldung. This article was published on Stackify. This one is the longest article I have ever written. I think it turn out quiet well:
A Guide to Streams in Java 8: In-Depth Tutorial with Examples
What do you thing?
12 Feb 2018
My next article on Baeldung:
Priority-based Job Scheduling in Java
I recently wanted to implement priority-based job scheduling at work. After completing my implementation, I thought it would be a good topic for a blog post. I suggested it to Baeldung and they accepted it. Hope you find it useful.
11 Feb 2018
I recently completed reading So Good They Can’t Ignore You.
I would highly recommend the book, especially to students and professionals in early stage for their career.
I wanted to write a summary of the book for my reference. I ended up creating a flow chart instead. Here is the XML file generated using http://draw.io. Please feel free to edit and raise PR if you find something to improve.
Note that some loop completions and abstractions for simplification are my derivations and not necessarily directly mentioned in the book.

16 Jan 2018
My next article on Baeldung:
Java 8 StringJoiner
Hope you like it.
08 Aug 2017
My next article on Baeldung:
Introduction to gRPC
This one was on gRPC. I throughly enjoyed writing it and also learned few things. Hope you like it.