04-09-2023 - Andrés Cruz
JavaScript In this entry we will present an API for reading files uploaded using input type="file" or other methods such as Drag and Drop with JavaScript.
04-09-2023 - 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 We will see how to work with part of the file API in JavaScript and get file data such as the extension, MIME, size of the files that are loaded locally through the input type="file" and derivatives.
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.
02-09-2023 - Andrés Cruz
JavaScript This entry will explain how to use the speech synthesis in JavaScript that is part of the Web Speech API.
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.
01-09-2023 - 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.
01-09-2023 - Andrés Cruz
JavaScript It explains how to use the animation library for JavaScript called anime.js based on a simple experiment.
31-08-2023 - Andrés Cruz
JavaScript It explains how to use the Soundcloud API to create song widgets on our website, control widgets based on events.
31-08-2023 - Andrés Cruz
JavaScript It explains how to use the YouTube API for JavaScript to control the status of YouTube videos on our website.