Skip to main content

Luan Souza

Software and Technology Development

Recent posts

· 5 min read

Written originally on 2021/05/01

In some time of your studies in programming/computer science you will encounter the encoding subject. If you started with HTML, for example, one of the most important tags that the <head> needs is the <meta charset>. This tag exposes to the browser that will mount the HTML tree what kind of encoding it have to use to properly shows the characters included in your file.

· 5 min read

Written originally on 2020/11/26

One of the reasons that Chrome shows itself superior to other browsers is its huge extension community, leading everyone to integrate its system to remain relevants. The ecossystem is rich in a diverse of solutions to a more sophisticated navigation, and Google makes a great job simplifying the extension development.