# Herramientas pesadas

A medida que nuestra cultura tecnológica avanza, la tecnología del software pasa de ser inconcebible, a investigación, a nuevos productos, a productos estandarizados, a productos ampliamente disponibles e económicos. Estas herramientas robustas pueden manejar grandes cargas, pero pueden resultar intimidantes y requieren una gran inversión en comprensión. El programador intermedio debe saber cómo gestionarlas y cuándo deben ser utilizadas o consideradas.

En mi opinión, en este momento, algunas de las mejores herramientas robustas son:

* Bases de datos relacionales,
* Motores de búsqueda de texto completo,
* Bibliotecas matemáticas,
* OpenGL,
* Analizadores XML, y
* Hojas de cálculo.

Siguiente [¿Cómo analizar datos?](/how-to-be-a-programmer/es/2-intermediate/personal-skills/11-how-to-analyze-data.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://braydie.gitbook.io/how-to-be-a-programmer/es/2-intermediate/personal-skills/10-heavy-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
