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

Laravel Blade vs Django Template: Which is better for your project?

12-09-2025 - Andrés Cruz

Laravel Blade vs Django Template: Which is better for your project?

Laravel We compare an example made in Laravel Blade and its equivalent in Django Template.


Why does the CAMERA JUMP in Unreal? Do Collision Test

30-08-2025 - Andrés Cruz

Why does the CAMERA JUMP in Unreal? Do Collision Test

Unreal Engine 5 Is your camera jumping or stuttering in Unreal Engine when colliding with objects? Prevent camera jump by disabling Do Collision Test in the SpringArm.


Does it make sense for AI to KEEP programming languages?

23-08-2025 - Andrés Cruz

Does it make sense for AI to KEEP programming languages?

Programación básica We analyze whether AI as a software and framework maintainer is viable?


CodeSpy, your tool for detecting AI-generated code

22-08-2025 - Andrés Cruz

CodeSpy, your tool for detecting AI-generated code

IA CodeSpy.AI detects AI-generated code with 98% accuracy. It ensures software quality, identifies vulnerabilities, and detects bad practices in AI code. Ideal for developers and businesses.


Use 'Launch Character' for knockback effects and the player flies back when attacked in Unreal Engine

22-08-2025 - Andrés Cruz

Use 'Launch Character' for knockback effects and the player flies back when attacked in Unreal Engine

Unreal Engine 5 Learn how to push the player back when an enemy plant attacks in Unreal Engine 5 using Blueprint to enhance gameplay and add reactions to your enemies. Ideal for action or adventure games.


Django .env: Different configurations per environment and environment variables

13-08-2025 - Andrés Cruz

Django .env: Different configurations per environment and environment variables

Django We talked about how to define environment variables in Django and Let's learn how to create our own configurations.


Named arguments in functions, default and nullable values in PHP

11-08-2025 - Andrés Cruz

Named arguments in functions, default and nullable values in PHP

PHP We talked about how we can use functions with named arguments in functions, default values and nullable in PHP.


You're Probably Using AI Wrong for Programming (And Here's the Right Way to Do It)

08-08-2025 - Andrés Cruz

You're Probably Using AI Wrong for Programming (And Here's the Right Way to Do It)

Programación básica We analyze an article that gives recommendations on how to use AI for programming.


DON'T Just Watch Tutorials, Google, AI... TAKE ACTION

08-08-2025 - Andrés Cruz

DON'T Just Watch Tutorials, Google, AI... TAKE ACTION

Programación básica The most important thing when using AI is context and having the experience to be able to successfully leverage it.


Clone a GitHub project and create your virtual environment in VSCode step by step

05-08-2025 - Andrés Cruz

Clone a GitHub project and create your virtual environment in VSCode step by step

Python I show you the steps to create the .env project in VSC, clone the project and install the dependencies.