04/07/2020
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/06/2020
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.
04/05/2020
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.
04/03/2020
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!
04/01/2020
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?
04/01/2020
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.
04/01/2020
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!
03/29/2020
I'll share with you how I started writing and generating traffic to my blog and increasing visits by 20 times in a year, simple strategies but that generate a lot of results.
03/26/2020
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!
03/25/2020
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 address an...
03/23/2020
The best way to prevent is to maintain a daily (or as needed) backup routine, and that's exactly what we're going to learn how to do in this article!
03/22/2020
Memory management consists of ways to dynamically allocate memory when requested and free when that memory is no longer needed - thus freeing up space for that memory to be reused.
03/22/2020
In JavaScript, all numbers are IEEE 754 floating point numbers. Due to the binary nature of their encoding, some decimal numbers cannot be represented with perfect precision.
03/21/2020
There is a saying in the fashion world that applies to the design trends of the online world: "Fashion is cyclical". If you stop to notice, you will see that from time to time, things that we used to think are tacky are back in fashion on the internet, an example of which is the GIFs, harshly criticized and judged, today they have become part of us.