News

A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Reactive programming, RxJava and RxAndroid have become increasingly familiar nomenclature within the Android app development world. For someone new to these concepts, it can appear a little bit ...
You could say reactive programming is like functional programming with superpowers. Let's take a look at this dynamic programming style. Reactive programming is an important facet of modern software ...
In modern applications, data is being retrieved in asynchronous, real-time streams, as the days of traditional pull requests where the clients asks for data from the server are becoming a thing of the ...
If you’ve never heard of reactive programming — or you’ve heard of it, but don’t quite know what it means — you aren’t alone. Reactive coding has earned its reputation as an intriguing new approach to ...
Everyone loves learning a new programming language, right? Well, even if you don’t like it, you should do it anyway, because thinking about problems from different perspectives is great for the ...
R. Paul Singh is the founder and chairman of Documents.Me. In the now infamous “Lost Interview,” Steve Jobs said , “Everybody in this country should learn how to program a computer, because it teaches ...
Reactive systems have emerged as a new breed of computing systems, but not without some skepticism in the technology industry There has been a lot of buzz about reactive systems over the past couple ...
Reactive programming, along with a great deal of advocacy for integrating the Observable design pattern into reactive architectures, was all the rage at the O'Reilly Fluent 2016 conference in San ...
Functional programming, as the name implies, is about functions. While functions are part of just about every programming paradigm, including JavaScript, a functional programmer has unique ...