Photo by Magda Ehlers from Pexels Scala doesn’t have the traditional ternary operator from Java // java var x = […]
Tag: # functional
Java Functional Programming
This article will take you to the next level in java. Are you ready! Introduction This article is basically a […]
Don’t repeat yourself principle ( DRY )
someone said : ‘ They say good programmer writes 100 lines of code per day but a great one deletes 50. […]
DeclarativeX — A Composable approach to exception & conditions in Java
The idea of utilizing functional programming is to enable declarative programming along with supporting concurrency & state issues. Most of […]
How do I become proficient with functional programming in Java
As a Java developer, I always look for ways to improve my coding skills. I heard about functional programming (FP) […]
How to implement Design Patterns in the light of Functional programming
Why Design patterns? We as software developers don’t want to reinvent the wheel, that’s one of the reasons why I […]
Java lambda expression tutorial: Functional programming in Java
With over 60% of professional developers still using Java 8 in the beginning of 2021, understanding the features of Java […]
Exploring Functional Programming in Java – Functional Interface
I have recently been studying functional programming concepts with Haskell to better understand how to write code in a declaritive […]
How to implement drag & drop using RxJS
Drag & drop is one of the features that can be very useful for the end-users of our application. Additionally, […]
First-Class Function interview question
Why we use the first-class function that really needed in JavaScript. 1.A simple definition of the first-class function is a […]