Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.
13-10-2025 - Andrés Cruz
Programación básica PHP, Dart, Python, and JavaScript all share a hidden operator that can transform your code. Learn how to use the Spread Operator (...) and why it's one of the most underrated tools.
11-10-2025 - Andrés Cruz
IA We talked about the importance of adapting AI-generated code to fit your project.
10-10-2025 - Andrés Cruz
Laravel I'll show you a demo of how we can convert duplicate code in Laravel corresponding to a controller to reuse it through inheritance.
06-10-2025 - Andrés Cruz
Laravel Protect Your Laravel: How CSRF Tokens and Authentication Work
01-10-2025 - Andrés Cruz
Django Django Tips: Split your views.py into multiple files and keep your project organized.
30-09-2025 - Andrés Cruz
Django Learn what context processors are in Django, how to create them, and how to use them to inject global variables into your templates. I'll show you a practical example with a light/dark theme toggle using sessions and Tailwind, along with best practices, common pitfalls, and FAQs to help you master this tool.
26-09-2025 - Andrés Cruz
Blender I show you the step-by-step process in which we obtain an image that you want to model, obtain the T model and derivatives, generate a mesh with AI and then the steps to model or sculpt.
26-09-2025 - Andrés Cruz
Django We show how to deploy a Django project to PythonAnywhere using Git and bash.
23-09-2025 - Andrés Cruz
Django Refactoring like a pro in Django: Clean up your code by modularizing.
22-09-2025 - Andrés Cruz
Programación básica I show you how you can create a demo mode for an application, which consists of creating the configuration or environment variable, blocking operations, and displaying relevant data to the user.