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

The operator that unites 4 worlds: PHP, Dart, Python and JavaScript... - Spread Operator

13-10-2025 - Andrés Cruz

The operator that unites 4 worlds: PHP, Dart, Python and JavaScript... - Spread Operator

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.


I don't care how the code got into your IDE but I want you to care

11-10-2025 - Andrés Cruz

I don't care how the code got into your IDE but I want you to care

IA We talked about the importance of adapting AI-generated code to fit your project.


Convert duplicate controller code to clean code in Laravel

10-10-2025 - Andrés Cruz

Convert duplicate controller code to clean code in Laravel

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.


The CSRF Token in Laravel may ONLY work IF the user is Authenticated

06-10-2025 - Andrés Cruz

The CSRF Token in Laravel may ONLY work IF the user is Authenticated

Laravel Protect Your Laravel: How CSRF Tokens and Authentication Work


How to Organize Your Views in Django: Split a Giant views.py into Clean, Modular Files

01-10-2025 - Andrés Cruz

How to Organize Your Views in Django: Split a Giant views.py into Clean, Modular Files

Django Django Tips: Split your views.py into multiple files and keep your project organized.


Context processor in Django: Create global variables in the template - Toggle Dark Mode with Tailwind 4

30-09-2025 - Andrés Cruz

Context processor in Django: Create global variables in the template - Toggle Dark Mode with Tailwind 4

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.


Convert images into 3D models in 5 minutes for modeling in Blender

26-09-2025 - Andrés Cruz

Convert images into 3D models in 5 minutes for modeling in Blender

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.


Deploying a Django Web App with PythonAnywhere

26-09-2025 - Andrés Cruz

Deploying a Django Web App with PythonAnywhere

Django We show how to deploy a Django project to PythonAnywhere using Git and bash.


In this chapter, we are going to create the CRUD for the blog.

23-09-2025 - Andrés Cruz

In this chapter, we are going to create the CRUD for the blog.

Django Refactoring like a pro in Django: Clean up your code by modularizing.


Create a Demo Mode for your App - EASY

22-09-2025 - Andrés Cruz

Create a Demo Mode for your App - EASY

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.