Welcome to my personal space and blog.
Recent Technical Posts
Functional Programming With Javascript
In this series of articles we are going to go deeply into functional programming language concepts using the Javascript programming language.
What is Functional Programming Functional Programming is not something new. We can track functional programming back to the 1930s with the introduction of Lambda Calculus by Alonzo Church, far before there was any computer programming language at all. You can read more about lambda calculus here.
So what exactly is functional programming?
read more