Webmaster

By Nacho Morato, 24 October, 2025

If you've ever worked with websites or applications that use databases, you've surely heard of phpMyAdmin. This great little program is a favorite among developers, webmasters, and anyone who needs to manage MySQL or MariaDB databases without going crazy using the command line. In this article, we're going to cover—in plain English, of course—everything you need to know about phpMyAdmin: what it's for, how to use it, what advantages it offers, and also some little tricks, security tips, and a few interesting alternatives.

Tags

By Nacho Morato, 24 October, 2025

In the field of software development and testing, especially when we talk about APIs, Postman has become an essential name. Nowadays, efficient integration and operation between applications largely depends on the quality and robustness of APIs. From development teams to those starting out in the IT world, practically everyone encounters Postman at some point. But, what is Postman really, what is it for, why has it achieved such popularity and how can it help you in your projects?

Tags

By Nacho Morato, 23 June, 2025

In today’s digital world, the term API pops up everywhere—from mobile apps to web services and desktop programs. Yet many people still wonder: what exactly is an API, and why is it so important in software development and everyday digital life? In this article, we give you a clear, in-depth, and up-to-date explanation of everything you need to know about APIs: how they work, the different types that exist, and why they have become an indispensable tool for developers, companies, and end users alike.

Tags

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