Webmaster

By Nacho Morato, 9 June, 2025

If you work with websites built in Drupal, you have surely heard about Composer. This tool has become essential for managing PHP projects, especially for those who want to keep their dependencies up to date and their code organised. In Drupal’s case, Composer is not only useful—it is now the recommended way to install and maintain the core, modules, themes, and other libraries.

By Nacho Morato, 9 June, 2025

Have you ever wondered how files are transferred between different computers on a network? Although nowadays we usually upload and download files with just a few clicks from the cloud or email services, the reality is that FTP has been streamlining these processes for decades—long before the web as we know it even existed. Despite its age, this protocol remains highly relevant in fields such as web development, server administration, and in companies that need to move large files from one place to another.

Tags