MF. technology 03/06/2020
JSON is an acronym for JavaScript Object Notation, a lightweight and compact, open-standard, stand-alone data transfer format used for exchanging data between systems. Although the name may be suggestive, JSON is not only used by the JavaScript language, today it is becoming the standard communication format in web applications.
MF. technology 03/05/2020
Ever wonder what the difference is between a Framework, Library and Toolkit? There are many definitions and this can confuse anyone.
MF. technology 02/25/2020
Have you ever thought about creating your own website cloud hosting? What if I told you that it's not only possible, it's also cheap? Check out how to create your own cloud hosting with Digitalocean, Virtualmin and Cloudflare!
MF. technology 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!
MF. self en 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...
MF. development 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...
MF. technology 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.
MF. technology 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.
MF. technology 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 ).
MF. technology 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...
MF. technology 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.
MF. technology 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.
MF. technology 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.
MF. technology 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.