Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.
27-06-2025 - Andrés Cruz
Unreal Engine 5 We'll see how we can implement a looping audio system that we can pause and restart at will.
25-06-2025 - Andrés Cruz
Flutter I'll explain how you can create an app that makes payments through Google Play, since you can't use other APIs, such as PayPal and Stripe.
20-06-2025 - Andrés Cruz
Unreal Engine 5 We talked about whether you can use Unreal with 16GB of RAM and its performance, and my experience trying to use Unreal and Blender without a GPU.
19-06-2025 - Andrés Cruz
Programación básica I'll tell you how you can export your ePub and PDF files to other book sales platforms.
18-06-2025 - Andrés Cruz
Programación básica I give my opinion on what it means to work more than 60 hours.
16-06-2025 - Andrés Cruz
Android I talk about how to create an internal test for your Android app and steps for testing Google Play payments.
31-05-2025 - Andrés Cruz
Programación básica Is Duolingo really free? A software developer analyzes the aggressive monetization, the frustrating lives system, and the design flaws that worsen the learning experience—and what we can learn from it to avoid in our own development.
29-05-2025 - Andrés Cruz
Python Learn how to perform unit testing in FastAPI with our comprehensive guide. We cover step-by-step how to use pytest and TestClient, tests for registration, login, logout, and token handling to ensure the quality and robustness of your API.
22-05-2025 - Andrés Cruz
Flutter Recursion is wonderful, I'll show you an example of the implementation of html to widgets.
18-05-2025 - Andrés Cruz
JavaScript We will learn how to use the Alpine persist plugin with which we can persist data on the client.