Abdul JeelaniAwaiting on Kotlin deferredKotlin is an awesome language and with coroutines it becomes even more better. A suspending function can be run async using the async…May 12, 2021May 12, 2021
Abdul JeelaniA perspective about time and lifeI am now 34 years old, with 13+ years of professional experience. In all these 13+ years most of my energy is spent on learning Technology…Jan 17, 2021Jan 17, 2021
Abdul JeelaniIdiomatic validation in Kotlin using ApplicativesKotlin is an excellent fit for functional programming. Though it lacks Types required for FP, Arrow bridges the gap.Mar 8, 20202Mar 8, 20202
Abdul JeelaniSimple DSL in KotlinKotlin is a rich language. Using the features of infix functions, receiver, lambda we can build a clean DSLJan 19, 20201Jan 19, 20201
Abdul JeelaniFunctional Programming in Kotlin — ListThis is my first blog post on Kotlin, Actual intention is to show the implementation of “reduce” function using recursion and then use…Dec 28, 2019Dec 28, 2019
Abdul JeelaniCallbacks in synchronous world (Typescript)Ever wonder why we need callbacks when dealing with synchronous code ?Mar 8, 20191Mar 8, 20191