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
elgato Stream Deck on LinuxLast Christmas I got a Elgato Stream Deck as a present. My very beginning thoughts were: “I …Read more
Generative AI Models: Boosting Merchandising Analytics User ExperienceThis article was published originally in DZone. I wrote it in collaboration with Miguel García In …Read more
Front-End: Cache Strategies You Should KnowThis article was published originally in DZone. I wrote it with Miguel García Caches are very useful …Read more
Withdraw your library because there is another one better: It's something nice!In 2019 (almost 4 years ago) I wrote an article about how to handle a custom v-model in Vue 2 …Read more
CSS variables scoping to create and theme flexible ui componentsThe real name of the CSS variables is CSS Custom Properties is a draft standard (yes when I wrote …Read more