06-09-2023 - Andrés Cruz
JavaScript Web workers allow code sections of JavaScript files to be executed in parallel in a separate thread; In this entry we will see how to work with web workers.
27-12-2025 - Andrés Cruz
JavaScript Learn what the File API is in JavaScript, how to read, validate, and manipulate local files with practical examples using File, FileReader, and Drag and Drop.
29-12-2025 - Andrés Cruz
JavaScript We will see how to handle errors in JavaScript through the try catch and some possible variants; Handling errors in projects is a fundamental task for the good flow of the application.
03-09-2023 - Andrés Cruz
JavaScript In this post we will see how to create a simple particle system with JavaScript and Canvas and animate it with requestAnimationFrame.
24-11-2025 - Andrés Cruz
JavaScript Learn how to use the JavaScript Speech Synthesis API to convert text to speech on your website. Control the language, pitch, and volume with SpeechSynthesisUtterance. Make your browser speak with this tutorial and code examples!
02-09-2023 - Andrés Cruz
JavaScript In this post we will see how to create a simple circle ring system with Canvas and JavaScript; for this, the requestAnimationFrame() function will be used to animate the Canvas.
23-11-2025 - Andrés Cruz
JavaScript JavaScript has several persistent technologies (that the information we want to store is maintained even when the user closes or refreshes the browser window) such as SQLite and Cookies that we will discuss in this post.
28-12-2025 - Andrés Cruz
JavaScript This explains how to use the anime.js JavaScript animation library based on a simple experiment. It also shows how to use anime.js to create a simple animation with 3D transformations and indicates how to install this library. You can use this library to animate different properties, as we will see in this entry.
29-12-2025 - Andrés Cruz
JavaScript A practical guide to the SoundCloud API with JavaScript. Use the official widget, avoid OAuth, and create a player with events, autoplay, and playlists.
24-11-2025 - Andrés Cruz
JavaScript Learn to master the YouTube iFrame Player API with this comprehensive guide. Control playback, create automatic playlists, and customize your videos with JavaScript.