Lessons I learned creating a table component (1/4)
> This post is part of a post series: :astro-ref[Second…
> This post is part of a post series: :astro-ref[Second…
When you model entities with typescript, it is very common to get an interface like interface User {…
I have been using standardjs (and standardts) for 5 years as lint ruleset in my projects, and I am…
Circular imports (or circular dependencies, or cycle dependencies, but not the same as circular…
Today I want to share a small tip working with CORS and Axios. It's very typical in the backend to…
5 years ago I bought my :astro-ref[first mechanical…
Me and my wife work remotely and we do it in the same room, but there is a problem: the meetings,…
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…