Functions are another necessary part of programming in JavaScript. When building…
In this video, we learn how to define mutable and immutable variables (and constants)…
In many programming languages, one of the most basic data structures is an…
Recently, there has been an explosion of interest in the Scala community about a data structure known as Free or the Free Monad. It allows Scala developers to define internal mini languages, and…
Is Freelancing/Remote Working a piece of cake for all ??
Remote working or freelancing is like a trend now-a-days. People who gain few experience they start…
This post is based on a short talk I gave about using GCD with Swift 3.
We have been pretty bad with using the full capabilities of GCD - using only the main serial queue and the global background queue. Hopefully this…
Sometimes you need to get data and sometimes you will need to do it the brute force way. I needed the gps coordinates of the largest cities in Europe for an app I am building, so I went…