02/24/2020
What features and information really matter when it comes to router performance? Here are the main terms, protocols, speeds and other specifications you need to understand and be aware of when choosing a new router!
02/24/2020
Base64 is an encoding algorithm that allows you to transform any character of any language into an alphabet consisting of Latin letters, digits and signs. Wi...
02/16/2020
ASCII , from English American Standard Code for Information American Standard Code for Information Exchange. It is a 7-bit character code, where each bit rep...
02/16/2020
The Base64 alphabet contains 64 basic ASCII characters that are used to encode data. Yes, that's right, just 64 characters is enough to encode any data, of any size.
02/05/2020
JavaScript, or JS for intimates, is one of the most popular and used programming languages in the world. It is a high-level, multi-paradigm (object-oriented, functional, imperative, and prototype) interpreted language. With it, it is possible to develop from dynamic pages, applications for smartphones, complex systems and even electronic games.
02/01/2020
In most cases, the way we delete a file from our computers, whether by the Del key, the trash or the rm command, they actually don't permanently and securely remove the file from the hard drive (or any other storage media ).
02/01/2020
If you own a WordPress blog, you've probably noticed that your URL comes in the format /year/month/day/post-url. This format creates longer links, and this date stamp can be harmful to your site, many users look at the link and select the site with the latest content...
02/01/2020
In this article we are going to learn how to track 404 errors on your website by Google Analytics. The custom reports we'll learn how to create will help to easily identify and correct which pages are causing this error.
01/31/2020
Podcasts have been gaining a lot of popularity lately and taking over the daily routine of Brazilians. I separated a list with all the channels I usually listen to, from more technicians focused on development and innovation, to personal development content and the corporate world.
01/29/2020
In this article we will learn how to recover deleted files on Linux using TestDisk and Photorec tools. Don't be scared if you don't have a lot of experience with the command line, it's very easy to use and you'll be able to recover any deleted files on Ubuntu/Debian and other Linux distributions.
01/26/2020
If you are looking for a versatile tool to create prototypes or test some code, check out Repl.it, it has been very useful in my day-to-day, especially when I need to validate some programming logic or even test a lib without having to create the whole the setup of a project from scratch.
01/26/2020
Choosing the right app for you is a very personal task, but it doesn't have to be complicated, a lot of people still use the pen and paper method, now if you're looking for something more modern, available on all your devices and that in fact play the active role of reminding yourself of tasks, check out this list.
01/19/2020
Currently, your browser is probably the most important program on your computer. Everything we do, from email, social media and even editing documents takes ...
01/19/2020
When we're in the development process, we spend a lot of our time "debugging" the code and trying to figure out why it doesn't work or worse, why it works......