Top 6 Freelance Jobs Websites for 2016-2017

8 years ago

This article represents top 6 websites (for the year 2016-2017) where job seekers could find freelance jobs, assignments or projects.…

AngularJS, Angular-UI Router Hello World Starter App – Code Sample

8 years ago

This article represents code samples to get started with an AngularJS app with Angular UI-Router and Bootstrap. Please feel free…

Microservices, Continuous Delivery & AWS Cloud – Part 1

8 years ago

This article represents details on how would the technology architecture look like when dealing with continuous delivery of microservices containers…

When a Spark application starts on Spark Standalone Cluster?

8 years ago

This article represents detailed view on what happens when a driver program (spark application) is started on one of the…

Fixed – Docker Compose & Invalid Volume Specification

8 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

8 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

8 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?

8 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?

8 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

8 years ago

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