📝 Research :https://ojitha.blogspot.com.au for my lengthy articles.
Java Concurrent CompletableFuture
November 21, 2020
The CompletableFuture has been introduced since JDK 8 (2014). This is a abstraction over the `java.util.concurrent. Learn the basics of Java 9 Parallelism before read this post.
Spring boot property and profile management
November 14, 2020
Spring property and profile manangement is explained.
Spring boot CLI
November 14, 2020
This is a short explanation of how to use Spring boot CLI to create project and run in the macOS.
GitHub API.
November 5, 2020
GitHub API is Hypermedia based. This is an elementary post introducing how to interact with GitHub API using curl and the jq tools.
Quick sort in Python
November 1, 2020
Quick sort best and the avarage runining time is \(O(n\log{}n)\).

To learn more about Python generators, see python fun.