Blog

04/07/2020

What is an API and what is it for?

API is an acronym for "Application Programming Interface", which means a set of pre-established functions and procedures that allow the creation of applications that access resources or data from another application, service or operating system .

04/05/2020

Containers and Docker - What is it and what is it for?

Disruptive technologies that change the market and the way we know how to develop do not stop emerging, currently we can highlight one of them: Containers. They revolutionized the way we interact with our applications from development through deployment into production. First of all, we need to understand that containers are the technology and Docker would be the platform, the execution environment for this technology.