Author: Akhil Vijayan

Scala Clippy : Why no one is talking about?

Reading Time: 2 minutes Scala Clippy : The Helping Hand Hi all, I am back with another blog. This one is really interesting. As a developer, we usually come across many types of compilation errors some take a hard time to rectify it. This is what we require Scala Clippy. Scala Clippy provides a human-friendly explanation to some of the common errors that we make. Let’s take a simple example, Continue Reading

Getting started with Docker Compose

Reading Time: 5 minutes Prerequisite 1) Install Docker (Link – Docker setup) 2) Install Docker Compose (Link – Docker compose setup) Lets gear up with the basics of Docker. What is docker? Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries Continue Reading