SPA (Vue / React / Angular) app loaderAs big a SPA is, more resources (javascript, css, images, etc.) need to load before starting to work …Read more
The advantage of using cache to decouple the frontend codeWe can agree decoupling is a good practice that simplifies the code and the maintainability of the …Read more
Typescript tips for legacy projects: Type only you needWhen you introduce Typescript in a legacy project, or you are using a library that doesn’t …Read more
Hasta luego pulpoConAcaba de terminar la tercera edición de la #pulpoCon, y no será la última, pero si la última en la …Read more
Find a item in lists in js: Performance of Set vs ArrayIn our apps, it’s very common to store data in lists, for example, a list of users, a list of …Read more