Fixed – Docker Compose & Invalid Volume Specification

9 years ago

This blog presents solution to the error "Invalid Volume Specification" when executing "docker-compose up" command. I got the error when…

Hello World with Apache Spark Standalone Cluster on Docker

9 years ago

This article presents instructions and code samples for Docker enthusiasts to quickly get started with setting up Apache Spark standalone cluster…

Why consider using Guava-like Libraries for API Contract Conditions Checks

9 years ago

This article represents a perspective on why one should consider using Pre/Post condition checks libraries rather than writing it down…

Java – How to Fix java.lang.NoClassDefFoundError?

9 years ago

This article represents tips on How to Fix java.lang.NoClassDefFoundError when compiling a particular Java file. Please feel free to comment/suggest…

Java – How to Fix java.lang.UnsupportedClassVersionError Error?

9 years ago

This article represents tips on how to fix Java error such as UnsupportedClassVersionError. Please feel free to comment/suggest if I…

Java – How to Calculate Size of Objects & Arrays

9 years ago

This article represents a list of web pages which can help one understand the memory usage of Java objects and arrays…

How to Dockerize Springboot Web App

9 years ago

This blog represents instructions and code samples on how to Dockerize a Springboot Web app. The source code be found…

Java Code Sample to Access Firebase Data

9 years ago

This article represents Java code sample which can be used to access Firebase database. Please feel free to comment/suggest if…

Liskov Substitution Principle with Java Code Examples

9 years ago

This article describes what is Liskov Substitution Principle along with code examples in Java. Please feel free to comment/suggest if…

Dockers Containers only to shine more with Kubernetes

9 years ago

A year back, I got started with Dockers Containers. 2-3 months down the road and I realized that thankfully I…