
CookieStore API: The Async Future of Cookie Management in JavaScript For decades, web developers have depended on the old and limited document.cookie interface to handle cookies in the browser. This synchronous API, with …

Have you ever found yourself duplicating utilities, data types, or components across different applications? If you work on multiple projects that need to share common code, you’ve likely faced the dilemma of how …

Options Pattern in Golang Option pattern is a functional programming pattern that is used to provide optional arguments to a function that can be used to modify its behavior.
How to create a simple event streaming in …

Tailwindcss now has its 1.x version The brilliant Utility-first CSS framework has released its version 1.0, there are changes, such as color nomenclature, fonts, positioning, … To update we should follow the …

In a new phase of this website, and as a PoC, it has been migrated to Netlify and the repo has been updated for Hugo 0.5.5, removing the theme as an external element.
This means that we may have some errors or temporary …

When installing/renewing let’s encrypt on a web server with nginx, we have to decide whether to do it with a temporary server, which means we must temporarily stop the web service, or indicate what the DocumentRoot …

An interesting resource to have on hand when we need to document an API:
API Documentation Gallery
Where we have selected, very graphic examples of how to display the documentation of our APIs.
If you know of any …

Thanks to a tweet from @juantomas, I came across a list of 9 JavaScript libraries for “Charts”: 9 Best JavaScript Charting Libraries.

This week I’ve been looking at a new CSS framework concept, “Utility First,” a concept proposed by Adam Wathan in his article: CSS Utility Classes and “Separation of Concerns”.

Daily life has kept me from doing many things, including keeping this blog updated, but there’s no time for everything, and in the end fatigue forces me to reorganize priorities.
In recent months, I’ve been …

Moments of change, moments of evolution, a constant in my life, with the 25th anniversary of the creation of the web I’ve entered “review” mode and I’m highly perplexed.
I’ve been doing …

Laravel, in addition to using multiple third-party packages, is also possible to use parts as components. All components are under the “Illuminate” namespace.
If there’s a really interesting and useful …