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 .
We can see how much technology has helped in the fight against Coronavirus, many solutions have been used, so I have separated some interesting examples to share with you.
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.
Most of the quality and free content is in English, so tune your English and let's get down to business, I've put together a list of courses and tutorials to learn JavaScript!
You've probably heard someone talking about unit testing, TDD (Test-Driven Development) or BDD (Behavior-Driven Development). But what is the real difference between them? And which one should I use?
You've probably come across a file with a .yaml or .yml extension, and you're wondering what that type of file is. YAML is a recursive acronym in English and stands for Ain't Markup Language.
When choosing a database, one of the biggest questions and decisions is choosing between a relational (SQL) or non-relational (NoSQL) database. While both are great options, there are some important differences that we should be aware of!
The terminal in linux is a very powerful tool and can make your life a lot easier. You don't need to be afraid of it, the terminal isn't just made for movie hackers to use, you can and should too!
Some of the best DNS servers are actually also the backbone of the Internet: They allow information available across the internet to reach your…