📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

The secret of animations in JavaScript (requestAnimationFrame())

19-09-2023 - Andrés Cruz

The secret of animations in JavaScript (requestAnimationFrame())

JavaScript In this post we will see how to make some simple animations in JavaScript using requestAnimationFrame() whose API is integrated with Canvas.

Continuar leyendo


Introduction to the Screen Orientation API in JavaScript

19-09-2023 - Andrés Cruz

Introduction to the Screen Orientation API in JavaScript

JavaScript The Screen Orientation API in JavaScript accessible through the Screen object provides primitives that allow detecting the position of a device's screen, locking and unlocking specific positions.

Continuar leyendo


Getting a screenshot of the clipboard with JavaScript

18-09-2023 - Andrés Cruz

Getting a screenshot of the clipboard with JavaScript

JavaScript In this entry we will see how to copy an image from a screenshot that is temporarily saved on the clipboard or clipboard into an img element.

Continuar leyendo


Accessing a device's camera and microphone with JavaScript

24-11-2025 - Andrés Cruz

Accessing a device's camera and microphone with JavaScript

JavaScript Learn step-by-step how to access your camera and microphone with JavaScript using the getUserMedia API. We'll show you how to display video, capture photos with canvas, and troubleshoot common errors. Create interactive web applications today!

Continuar leyendo


Geolocation with JavaScript and Google Maps

17-09-2023 - Andrés Cruz

Geolocation with JavaScript and Google Maps

JavaScript Using the Google Maps API to display the user's location.

Continuar leyendo


How to add markers (POIs) in Google Maps?

17-09-2023 - Andrés Cruz

How to add markers (POIs) in Google Maps?

JavaScript Using the Google Maps API to display the user's location.

Continuar leyendo


Ambient Light Events with JavaScript to detect light levels

16-09-2023 - Andrés Cruz

Ambient Light Events with JavaScript to detect light levels

JavaScript 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.

Continuar leyendo


Drawing random dots with Canvas

16-09-2023 - Andrés Cruz

Drawing random dots with Canvas

JavaScript In this article we will draw a bunch of spheres whose positions are random across a Canvas.

Continuar leyendo


Geolocation with JavaScript and HTML5

24-11-2025 - Andrés Cruz

Geolocation with JavaScript and HTML5

JavaScript A complete guide to obtaining a user's location using the JavaScript Geolocation API. Learn how to handle permissions, errors, and integrate location data with maps like Google Maps.

Continuar leyendo


Detecting device orientation with the javaScript API

24-11-2025 - Andrés Cruz

Detecting device orientation with the javaScript API

JavaScript Learn how to use the DeviceOrientationEvent API to detect the orientation of a mobile device with JavaScript. Discover how to read the gyroscope's alpha, beta, and gamma values ​​to rotate elements with CSS, request permissions on iOS, and create interactive web experiences. Includes hands-on examples!

Continuar leyendo