header image
avatar

Debora Silva

Debora Silva

Debora Silva - Always in search of new challenges and projects, in addition to being attentive to the latest technological trends.
Subscribe to Debora Silva
Receive the latest updates directly to your inbox.
Card Header

“Exploring GoLang: A Guide to Getting Started”

Publisher
Debora Silva
April 07
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.
Card Header

Steps in web development

Publisher
Debora Silva
January 14
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 beginning of the HTML code.