A real case: why hexagonal architecture, decoupling, and Dependency injection can be very useful in the frontend
Hexagonal architecture is a software design pattern based on the separation of responsibilities. The…
Hexagonal architecture is a software design pattern based on the separation of responsibilities. The…
> This is the second post of a series about why and how to create a UI components library. I'm going…
Last year :astro-ref[I wrote a post about the typescript…
> This is the first post of a series about why and how to create a UI components library. I'm going…
2023 is over and I did in the last years is time to summarize it. For me, it's always an interesting…
Loading app...
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…
Acaba de terminar la tercera edición de la #pulpoCon, y no será la última, pero si la última en la…
In our apps, it's very common to store data in lists, for example, a list of users, a list of posts,…