Tagged in

Functional Programming

soundvibe
soundvibe
Personal blog about software development
More information
Followers
9
Elsewhere
More, on Medium

Simple reactive microservices using rxJava Observables

Functional Reactive Programming is what interest me the most nowadays. RxJava is a great library which implements reactive extensions for the JVM. There are many reasons why functional reactive programming using RxJava is beneficial:


Static vs dynamic typing

Recently I’ve attended software conference called “Build Stuff”. The conference was smoothly organized, some great world-known speakers gave their talks there. I can say that functional programming topics were the most interesting to me. FP is reborn in the software development…