Column related features: Lessons I Learned Creating a Table Component (part III)This post is part of a post series: First part, Second part) and an extra related post: Writing a …Read more
Query builder to filter data in TypeScriptI wrote posts (1, 2 and 3) about my learnings creating table components, and this post can be the …Read more
Table pagination, sorting, filtering and row selection. Lessons I learned creating a table component (part II)This post is part of a post series: First part), Third part, and an extra related post: QWriting a …Read more
Lessons I learned creating a table component (part I)This post is part of a post series: Second part), Third part, and an extra related post: Writing a …Read more
Branded types in TypeScriptWhen you model entities with typescript, it is very common to get an interface likeinterface User { …Read more
Are you using semicolons in JS/TS? Maybe is time to remove themI have been using standardjs (and standardts) for 5 years as lint ruleset in my projects, and I am …Read more
Detecting circular dependencies in Javascript projectsCircular imports (or circular dependencies, or cycle dependencies, but not the same as circular …Read more
Axios interceptors to validate allowed headersToday I want to share a small tip working with CORS and Axios.It’s very typical in the …Read more
Monsgeek M5 custom keyboard review5 years ago I bought my first mechanical keyboard, a cheap and simply one, the Krom Kernel, a 100% …Read more
A real-world "on a meeting" light signMe and my wife work remotely and we do it in the same room, but there is a problem: the meetings, …Read more