UI components library (Chapter II): Components anatomy and interfacesThis is the second post of a series about why and how to create a UI components library. I’m …Read more
UI components library (Chapter I): Why and to create one? Characteristics of a good UI libraryThis is the first post of a series about why and how to create a UI components library. I’m …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
Generative AI Models: Boosting Merchandising Analytics User ExperienceThis article was published originally in DZone. I wrote it in collaboration with Miguel GarcíaIn …Read more
Front-End: Cache Strategies You Should KnowThis article was published originally in DZone. I wrote it with Miguel GarcíaCaches are very …Read more
Frontend team roles and skills, breaking the borders15-20 years ago, web application developers had the knowledge and the technical skills necessary to …Read more
Dealing with infinite paginationIn the software development context, pagination is the process of dividing a list of items (rows) …Read more
How to create a table with a fixed headerTables in HTML are one of the older things in the standard, even before CSS we had HTML tables. In …Read more
Usabilidad: Notificaciones en el título de la páginaHoy en dia la mayoria de los usuarios cuando estamos navegando tenemos abiertas simultaneamente …Read more