Advent Of Code 2016

I recently came across this site called Advent Of Code which lists set of problems in increasing order of complexity. If you are like me, trying to learn new programming language(in my case it’s Scala), then solving handful of such problems will greatly expedite your learning process.

9 min read

Scala Topics - Case Classes

In this blog post, I am going to cover Scala’s Case class functionality. Scala being functional programming language, introduces new programming constructs like Case classes, traits & other features to support & enhance functional programming experience.

7 min read

Postgres and Json - Part2

In this blog post, we are going to explore some of the json related operators & functions specific to filtering & processing of json based data.

6 min read

Postgres and Json - Part1

In this blog post, we are going to look into the various json related functions available in postgres database specific to json creation.

8 min read

Postgres - BackUp & Restore

In this blog post, I am going to share with you all the commands required for taking database back-up & restoring database from those back-up files.

2 min read