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
Typescript enums, const enums and readonly mapsEnum basics Enums is one of the nice things Typescript bring to the Javascript development’s …Read more
2022 in a Nutshell2022 is over, for me, it was a very intense year, with a lot of challenges, changes, laughs and …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
Typescript typing challenges and type utilitiesRecently I was looking for more knowledge about Typescript typing, how to create more advanced and …Read more
Using charts in the frontend: Echarts with examplesIf you are working in frontend and in data visualization one of the tasks you need to solve is to …Read more
Typescript type narrowing, type guards and type predicates ([var] is [type])One useful feature in Typescript is union types, for example string | number | null, it’s a …Read more
Giving (Negative) Feedback From Engineers to ManagersA couple of weeks ago my friend Miguel Garcia Lorenzo releases this quite interesting post about the …Read more