Organizing i18n strings for scalability
Translation and localization are critical aspects of modern applications, especially when you target…
Translation and localization are critical aspects of modern applications, especially when you target…
In this post, I want to share my experience of working in multiple design system teams, and it will…
Managing asynchronous values in the frontend is our day a day work, as typically you get the data…
In the post I wrote last year about the lessons learned from building a table component, I mentioned…
> This is the second post of a series about why and how to create a UI components library. I'm going…
> This is the first post of a series about why and how to create a UI components library. I'm going…
We can agree decoupling is a good practice that simplifies the code and the maintainability of the…
When you introduce Typescript in a legacy project, or you are using a library that doesn't provide…
> This article was published originally in DZone. I wrote it in collaboration with Miguel García In…
> This article was published originally in DZone. I wrote it with Miguel García Caches are very…