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

How to incorporate a YouTube playlist on your website

29-05-2023 - Andrés Cruz

How to incorporate a YouTube playlist on your website

Programación básica How to embed a YouTube playlist on your website correctly. Methods using iframes, WordPress, and SEO best practices.


MediaPlayer to play audios on Android

29-01-2026 - Andrés Cruz

MediaPlayer to play audios on Android

Android It explains how to play an audio in Android with the MediaPlayer class and how to prepare the audio and/or videos asynchronously, how to use the MediaPlayer through a service and interact with the activity that calls the service.


How to embed a YouTube video in Android Studio | Jetpack Compose

31-01-2026 - Andrés Cruz

How to embed a YouTube video in Android Studio | Jetpack Compose

Android How to embed YouTube videos in Android using Jetpack Compose. Learn how to set up dependencies, manage the lifecycle with DisposableEffect, and use AndroidView.


How to use the YouTube iFrame Player API in JavaScript to load and play videos with JavaScript

24-11-2025 - Andrés Cruz

How to use the YouTube iFrame Player API in JavaScript to load and play videos with JavaScript

JavaScript Learn to master the YouTube iFrame Player API with this comprehensive guide. Control playback, create automatic playlists, and customize your videos with JavaScript.


How to Embed a YouTube Video in HTML (and Make It Responsive)

31-07-2026 - Andrés Cruz

How to Embed a YouTube Video in HTML (and Make It Responsive)

HTML Learn how to embed a YouTube video in HTML step by step. Includes code for iframes, advanced parameters, and how to make it responsive with CSS and JS.


How to place responsive YouTube videos as background with jQuery?

25-01-2026 - Andrés Cruz

How to place responsive YouTube videos as background with jQuery?

JQuery Learn how to use YouTube background videos with jQuery in 2025. Current plugins, real-world examples, limitations, and best practices without Flash.


SEO in Laravel - Optimizing JavaScript files in a blog

09-05-2025 - Andrés Cruz

SEO in Laravel - Optimizing JavaScript files in a blog

Laravel We talked about the importance of keeping in mind which JS (and other resources) are being used on the website you want to rank on Google.


YouTube Picture in Picture mode on MacOS and Windows

08-07-2025 - Andrés Cruz

YouTube Picture in Picture mode on MacOS and Windows

Programación básica I show you how to activate Picture in Picture Mode for YouTube on Windows and MacOS.


YouTube's AI is Crazy, Likes Clickbait, Is Pessimistic and Is Like a Goat

14-01-2025 - Andrés Cruz

YouTube's AI is Crazy, Likes Clickbait, Is Pessimistic and Is Like a Goat

Programación básica A critical analysis of AI in YouTube and ChatGPT. Discover why developer suggestions can be generic, contradictory, and technically incorrect.


Picture in Picture Mode in Flutter in Android: Implementation and Tips

21-06-2026 - Andrés Cruz

Picture in Picture Mode in Flutter in Android: Implementation and Tips

Flutter I show you how to implement Screen-in-Screen mode from a Flutter app.