A Tour of Go – Exercise Solutions

Explored Go via ‘A Tour of Go’, enjoyed its simplicity and engaging exercises.

February 22, 2016

How to write a Haskell web service (from scratch)

A hands-on guide to running a Haskell based web service on docker. No previous knowledge of haskell or docker required.

October 21, 2015

Downloading sources for maven and sbt project dependencies

Command-line options for downloading sources for dependencies in maven and sbt.

August 6, 2015

Failing fast in bash scripts

Use the -e option or set -e in Bash scripts to halt execution upon encountering any non-zero exit status, ensuring immediate termination upon failure.

July 27, 2015

Writing and Running a Standalone App with Spark 1.0 and YARN 2.4.0

A step-by-step guide to help you write, build and run a standalone Scala app on Spark 1.0

May 20, 2014