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

AI, the university, its impact and new developments

17-05-2025 - Andrés Cruz

AI, the university, its impact and new developments

Programación básica I'll give you my opinion on the differences and considerations I have today if you want to pursue a 5-year degree.


Don't understand why abstract classes are used? Practical example in Laravel/PHP

16-05-2025 - Andrés Cruz

Don't understand why abstract classes are used? Practical example in Laravel/PHP

PHP We talked about what abstract classes are and a practical example of Traditional Classes VS Abstract Classes.


Blueprint References in Unreal Engine 5

10-05-2025 - Andrés Cruz

Blueprint References in Unreal Engine 5

Unreal Engine 5 We will talk about references between Blueprints in UE5 to be able to innovate functions of a BP from another BP.


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.


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.


Widget Methods vs. Stateful/Stateless Widget Classes in Flutter: Which is Better?

02-05-2025 - Andrés Cruz

Widget Methods vs. Stateful/Stateless Widget Classes in Flutter: Which is Better?

Flutter I talk about what we should use when developing more complex custom widgets in Flutter.


How to Create an Automated Index of an HTML Document Step by Step

24-04-2025 - Andrés Cruz

How to Create an Automated Index of an HTML Document Step by Step

JavaScript I explain how you can generate an index of an HTML document or Google Doc web page or a document in general.


PayPal Pub Hell in Flutter

31-03-2025 - Andrés Cruz

PayPal Pub Hell in Flutter

Flutter I'll talk about the problems I've had trying to use a PayPal plugin for Flutter, some possible uses, general testing, and recommendations.


Blue Light Computer Glasses, Why Do I Wear Them?

19-03-2025 - Andrés Cruz

Blue Light Computer Glasses, Why Do I Wear Them?

Programación básica I'm talking to you about the importance for ME of using glasses to protect myself from blue light.


window.getSelection() in JavaScript - The torment of text selection

19-02-2025 - Andrés Cruz

window.getSelection() in JavaScript - The torment of text selection

JavaScript I talk about how I am implementing a functionality for text selection in JavaScript and being able to perform text highlighting and a note.