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

Upgrading to the latest version of Electron js using Node

02-03-2026 - Andrés Cruz

Upgrading to the latest version of Electron js using Node

Electron.js The Electron team tends to update its framework frequently and go from one version to another and in this post we are going to see how we can update the project


How to update an existing project o app in Flutter

21-11-2025 - Andrés Cruz

Flutter We mention some simple steps to update the packages that correspond to your application in Flutter and with this, update a project in Flutter.


Upgrading older versions of CodeIgniter 4 to a modern version

15-01-2025 - Andrés Cruz

Upgrading older versions of CodeIgniter 4 to a modern version

CodeIgniter I'm talking about how you can easily update an old project in C4 to a modern version. One of the problems we have is that the C4 team tends to change files like index.php, configurations, dependencies, which can be a mess if you have a very old project.


Install or Update PHP on MacOS with Homebrew

22-01-2026 - Andrés Cruz

Install or Update PHP on MacOS with Homebrew

PHP We're going to learn how to update our PHP on our Mac OS operating system; by default, Mac comes with both Apache and the PHP module installed.


How to update project dependencies in Python?

07-09-2026 - Andrés Cruz

How to update project dependencies in Python?

Python We'll see how to update ANY Python project with pip-review, considerations and conflict handling, plus what to do when you're going to update.