DI Injection with Dagger 2 - Hello World Example for Android

In this tutorial, we will create a simplest Dagger 2 - Hello World Example for Android using Android Studio. Read more


Kotlin in Bite Size - Function

In this Kotlin tutorial series, we will expore how to write a concise and expressive function using Kotlin programming language. Read more


Display WebCam Image Using OpenCV in Scala Language

In this short example, we will use Scala language to retrieve webcam image with OpenCV SBT library. Read more


Akka Stream in Bite Size - Part 3 (Fan-In)

In this third part of Akka stream tutorial, we will focus on the how to combine multiple streams into a single stream(Fan-In). Read more


Akka Stream in Bite Size - Part 2 (Fan-out)

In this second part of Akka stream tutorial, we will mainly touch on the how to split a single stream into multiple streams (Fan-out). Read more