Debora Silva - Always in search of new challenges and projects, in addition to being attentive to the latest technological trends.

“Exploring GoLang: A Guide to Getting Started”
I’ve decided to delve into the world of GoLang and share my journey with all of you. Here, I’ll outline the steps I’m taking, the proofs of concept (PoCs) I’m developing, and my evolving opinions in this universe. If you’re also interested in learning GoLang or want to follow along with my progress, feel free to subscribe to this blog. Let’s explore together this powerful and versatile language! Now that everything is properly set up, it’s time to dive deeper into our learning journeyLearn Wo...

“Exploring GoLang: A Guide to Getting Started”
I’ve decided to delve into the world of GoLang and share my journey with all of you. Here, I’ll outline the steps I’m taking, the proofs of concept (PoCs) I’m developing, and my evolving opinions in this universe. If you’re also interested in learning GoLang or want to follow along with my progress, feel free to subscribe to this blog. Let’s explore together this powerful and versatile language! Now that everything is properly set up, it’s time to dive deeper into our learning journeyLearn Wo...

Steps in web development
There are several tags that make up the basic structures of HTML, and one of them is the Declaration (or Doc Type Definition - DTD). Each version of HTML has its own version of the Doctype declaration. In the case of the latest version, HTML5, it is possible to include it at the beginning of the file simply by writing <!DOCTYPE html>. This declaration informs the browser which version of HTML should be used to display the page correctly. Therefore, it is important to always include it at the ...

Steps in web development
There are several tags that make up the basic structures of HTML, and one of them is the Declaration (or Doc Type Definition - DTD). Each version of HTML has its own version of the Doctype declaration. In the case of the latest version, HTML5, it is possible to include it at the beginning of the file simply by writing <!DOCTYPE html>. This declaration informs the browser which version of HTML should be used to display the page correctly. Therefore, it is important to always include it at the ...