19-09-2023 - Andrés Cruz
JavaScript In this post we will see how to make some simple animations in JavaScript using requestAnimationFrame() whose API is integrated with Canvas.
19-09-2023 - Andrés Cruz
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.
18-09-2023 - Andrés Cruz
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.
24-11-2025 - Andrés Cruz
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!
17-09-2023 - Andrés Cruz
JavaScript Using the Google Maps API to display the user's location.
17-09-2023 - Andrés Cruz
JavaScript Using the Google Maps API to display the user's location.
16-09-2023 - Andrés Cruz
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.
16-09-2023 - Andrés Cruz
JavaScript In this article we will draw a bunch of spheres whose positions are random across a Canvas.
24-11-2025 - Andrés Cruz
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.
24-11-2025 - Andrés Cruz
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!