We are all aware of the high costs that a poorly planned project can entail, be it to build a house, an electrical appliance, an advertising campaign... Well, it’s the same for computer projects. We must study and plan the costs and resources involved in a project very carefully, taking into account any potential setbacks that might occur and planning their countermeasures. This is what is known...
Adria Segura
Reactive Programming and Redux Observable
The concept of reactive programming is currently thriving. It consists of dealing with asynchronous data flows called streams. One of the libraries to offer this concept is ReactiveX, which spans multiple programming languages and takes the best ideas from functional programming and the Observer and Iterator patterns. The goal is to achieve an easily scalable responsive application. Here...
Categories