Anuncios Libros Cursos Categorías

Rotate images and HTML elements with jQuery

23-01-2026 - Andrés Cruz

Rotate images and HTML elements with jQuery

Learn how to rotate images and HTML elements with jQuery in a modern and accessible way. This updated guide includes no outdated plugins, practical examples, and current best practices.


Deployment, Packaging and Distributing of an Electron.js application to production

23-01-2026 - Andrés Cruz

Deployment, Packaging and Distributing of an Electron.js application to production

We are going to learn how to generate a ready-to-use production application through an executable; for this, we will use the Electron builder package.


This is how serialize works in jQuery

22-01-2026 - Andrés Cruz

This is how serialize works in jQuery

The .serialize() method provided by jQuery allows you to create a text string in URL-encoded notation; The serialize method is perfect for working with forms and sending data to PHP via Ajax.


Custom attributes in @vite in Laravel

16-01-2026 - Andrés Cruz

Custom attributes in @vite in Laravel

Learn how to use custom attributes in @vite with Laravel. Add async, data-*, and other attributes to scripts and styles correctly and in a supported way.


How to integrate CKEditor 5 into Django 6

07-01-2026 - Andrés Cruz

How to integrate CKEditor 5 into Django 6

Easily integrate CKEditor 5 into Django. Updated tutorial with installation, configuration, media files, and real-world use in the Django admin panel.


How to create a wave effect with Canvas and JavaScript?

31-12-2025 - Andrés Cruz

How to create a wave effect with Canvas and JavaScript?

Create dynamic sine waves with HTML5 Canvas and JavaScript. This tutorial explores requestAnimationFrame and trigonometric functions for smooth web animations.


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

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.


How to change the background color gradually based on the time of day or weather using JavaScript?

29-12-2025 - Andrés Cruz

How to change the background color gradually based on the time of day or weather using JavaScript?

Learn how to change background color with time in JavaScript dynamically and automatically. Step-by-step guide to creating reactive backgrounds based on the current time without user interaction.


Ambient Light Events with JavaScript to detect light levels

29-12-2025 - Andrés Cruz

Ambient Light Events with JavaScript to detect light levels

We can detect the level of ambient light obtained by the device's light sensor with JavaScript; In this way it is possible to configure the applications according to the level of light present in the environment.


Getting started with the SoundCloud API using JavaScript and the official widget

29-12-2025 - Andrés Cruz

Getting started with the SoundCloud API using JavaScript and the official widget

A practical guide to the SoundCloud API with JavaScript. Use the official widget, avoid OAuth, and create a player with events, autoplay, and playlists.