Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

Making simple animations in Android with Kotlin

07-02-2026 - Andrés Cruz

Making simple animations in Android with Kotlin

Android It explains how to make animations with ObjectAnimator in Android together with the PropertyValuesHolder that are the way in which we indicate the property (translation, opacity and rotation) and the values that we want to animate.


anime.js to make animations with JavaScript

22-07-2026 - Andrés Cruz

anime.js to make animations with JavaScript

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.


How to create animated circle rings with JavaScript and Canvas (ES6+)

05-03-2026 - Andrés Cruz

How to create animated circle rings with JavaScript and Canvas (ES6+)

JavaScript Learn how to create a stunning ring animation using JavaScript and HTML5 Canvas. Master using polar coordinates, sine, cosine, and requestAnimationFrame with this step-by-step tutorial and ready-to-use ES6+ code.


Creating Particles with JavaScript and Canvas: A Modern Guide (ES6)

04-03-2026 - Andrés Cruz

Creating Particles with JavaScript and Canvas: A Modern Guide (ES6)

JavaScript Learn how to create a dynamic particle system with JavaScript (ES6) and HTML5 Canvas. Step-by-step tutorial with optimized code, trail effects, and performance.


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?

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


The secret of animations in JavaScript (requestAnimationFrame())

27-12-2025 - Andrés Cruz

The secret of animations in JavaScript (requestAnimationFrame())

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


Apply smooth transitions between non/visible HTML elements in Vue 3 with v-if

02-05-2025 - Andrés Cruz

Apply smooth transitions between non/visible HTML elements in Vue 3 with v-if

Vue Master transitions in Vue.js with v-if. Learn step-by-step how to animate the appearance and disappearance of elements to create smooth interfaces and improve user experience. This tutorial covers the `<transition>` component, CSS classes, practical examples, and common mistakes.


Animations in Flutter: First steps

20-06-2026 - Andrés Cruz

Animations in Flutter: First steps

Flutter We're going to explain Flutter animations in a simple and step-by-step way; we're going to write basic animations in a simple and exemplified way.


What is Vue Native? - First Steps

28-11-2025 - Andrés Cruz

What is Vue Native? - First Steps

Vue In this entry we give an introduction to this technology, learning about its main characteristics and explaining why you can use it and take the first steps, installing it, buttons and your first app, remember that the technology is deprecated.


CSS view-transition: Scroll Navigation with Automatic Animations

15-09-2025 - Andrés Cruz

CSS view-transition: Scroll Navigation with Automatic Animations

CSS You will learn how to use @view-transition { navigation: auto } in CSS, one of the new properties that allows you to create smooth transitions between pages without the need for JavaScript. You will also learn about Page Effects and images with view-transition-name: Magic CSS without JS in the style of Hero in Flutter.