por Quique Fdez. Guerra | Jun 23, 2019 | English, External
The version 16.8 of React introduced a new concept called hooks, this change have created a lot of excitement in development community. One of the interesting changes that this version introduces is useReducer, this hook can help us to stop using Redux (if...
por Quique Fdez. Guerra | Ene 21, 2019 | English, External, General
Scrum is a powerful tool but is also a pain when you work in a team with multiple projects. As a team with multiple projects, I mean a team where some of them are working on one projects, some of them on other etc, and if you have staff working at home you will need...
por Quique Fdez. Guerra | Sep 2, 2018 | English, Javascript
Probably an ajax request is one of the things that we must do when we are developing website applications. But we had a complex API during years. Thankfully, we’ve got a lot of different libraries that help us to don’t have to think a lot in...
por Quique Fdez. Guerra | Jul 10, 2018 | English, External, Javascript
A middleware is an old and powerful concept that we have in software development, it is really useful when we have routing related patterns in our applications. If you’re not sure about the meaning of middleware, there is a Simple Explanation of Express...