📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

localStorage in JavaScript: Why you should stop using local storage today

29-12-2025 - Andrés Cruz

localStorage in JavaScript: Why you should stop using local storage today

JavaScript Discover why this synchronous API is harming the performance and security of your modern web applications. We analyze its risks compared to IndexedDB and how to properly manage structured data in JavaScript.

Continuar leyendo


What is Canvas? Basic use of the Canvas API in HTML and tutorials

23-12-2025 - Andrés Cruz

What is Canvas? Basic use of the Canvas API in HTML and tutorials

JavaScript The canvas element allows us to specify an area of ​​the page where we can draw and create all kinds of simple or complex graphics from basic primitives such as circles, ovals, rectangles, lines, polygons, text, etc. We will see examples of how to crop images, loops to draw lines, keyboard events, and how to obtain the RGB channel.

Continuar leyendo


Generating reports or PDF files with JavaScript

22-12-2025 - Andrés Cruz

Generating reports or PDF files with JavaScript

JavaScript Reporting is a fundamental aspect that must be carried out in any system; wanting to import data from a web page to another format such as PDF is a very common task that can be easily done through JavaScript libraries.

Continuar leyendo


Learn how to detect your browser language

14-11-2025 - Andrés Cruz

Learn how to detect your browser language

JavaScript We see how to detect the language using navitagor.language and a possible use for filters.

Continuar leyendo


IntersectionObserver - Observes HTML elements when they are visible via JavaScript scrolling.

24-11-2025 - Andrés Cruz

IntersectionObserver - Observes HTML elements when they are visible via JavaScript scrolling.

JavaScript "What is IntersectionObserver in JavaScript? Explained clearly," Smart Scrolling, The API that will change the way you scroll the web.

Continuar leyendo


How to Copy Text to the Clipboard with JavaScript using the Clipboard API

31-10-2025 - Andrés Cruz

How to Copy Text to the Clipboard with JavaScript using the Clipboard API

JavaScript How to use navigator.clipboard.writeText() to copy text to the clipboard in JavaScript. Learn best practices, common mistakes, and browser support.

Continuar leyendo


CKEditor Document Outline FREE

03-06-2025 - Andrés Cruz

CKEditor Document Outline FREE

JavaScript I show you how you can generate a document outline in CKEditor completely FREE.

Continuar leyendo


How to integrate SortableJS with Alpine to create sortable lists (drag & drop)

19-11-2025 - Andrés Cruz

 How to integrate SortableJS with Alpine to create sortable lists (drag & drop)

JavaScript Learn how to integrate SortableJS with Alpine.js to create reorderable lists with drag and drop. This tutorial guides you step-by-step to add interactivity to your projects without heavyweight libraries, easily synchronizing state.

Continuar leyendo


How to Create an Automated Index of an HTML Document Step by Step

24-04-2025 - Andrés Cruz

How to Create an Automated Index of an HTML Document Step by Step

JavaScript I explain how you can generate an index of an HTML document or Google Doc web page or a document in general.

Continuar leyendo


window.getSelection() in JavaScript - The torment of text selection

19-02-2025 - Andrés Cruz

window.getSelection() in JavaScript - The torment of text selection

JavaScript I talk about how I am implementing a functionality for text selection in JavaScript and being able to perform text highlighting and a note.

Continuar leyendo