https://www.teldat.com/wp-content/uploads/2022/06/cropped-adriasegura_autor-96x96.png
Adria Segura

Adria Segura

is a Computer Engineer in the Teldat R&D department. Within this department he works in the Infrastructure group (Software Cloud).
Testing for computer projects

Testing for computer projects

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...

read more
Reactive Programming and Redux Observable

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...

read more