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
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
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
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:
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
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
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
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
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
Some of the best DNS servers are actually also the backbone of the Internet: They allow information available across the internet to reach your IP…
Memory management consists of ways to dynamically allocate memory when requested and free when that memory is no longer needed - thus freeing up space