
Finally: Modern JavaScript in NGINX (and we can forget about LUA) When I read the NGINX announcement about QuickJS support in njs, I couldn’t help but smile. Finally I can stop struggling with LUA.
As someone who …

When working on large projects, it’s common to have test suites that can take several minutes to run. And when one of those tests fails early in the execution, it’s frustrating to wait for all the others to …

Deno 2.4 has just been released, and I must admit it has pleasantly surprised me. Not only because of the number of new features, but because of one in particular that many of us thought would never return: deno bundle …

Are you tired of seeing imports like import Logger from "../../../utils/logger" in your Node.js projects? If you develop applications with complex folder structures, you’ve surely encountered the …

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 …

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

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 …

https://www.airpair.com/angularjs/posts/angular-vs-react-the-tie-breaker

If we need to create a signature capture and processing system in HTML, we can use the library: signature-pad, a good alternative for creating web apps that require signature digitization, using canvas.

When developing games for mobile devices, we have multiple cross-platform alternatives:

Lately I’ve been busy studying and testing different libraries and resources:
ExtJS: Javascript. CakePHP: PHP. Joose: Javascript. Ontimize: Java. Yahoo UI Library: Javascript. … I have many examples, tricks, and …