Golang series: Chapter Four - Connstants in Go!
Jul 3, 2024
Constants in Go: A Modern Guide Constants are fundamental building blocks in Go programming that represent fixed values which remain unchanged throughout the application lifecycle. In this comprehensive guide, we’ll explore how constants work in Go, with updated examples and practical approaches for everyday coding. What Are Constants in Go?...
Golang series: Chapter Three - A Complete Guide to use variables
Jun 20, 2024
Welcome to the third tutorial in our Golang series! In this part, we’ll dive deep into variables in Go, including declaration styles, type inference, shorthand syntax, and some pro tips to help you master variable handling in Go. 🧠 Missed Part 2? Check it out here to learn how to...
Golang series: Chapter Two - Writing and Running Your First Go Program (Hello World)
Jun 12, 2024
Golang Tutorial Part 2: Writing and Running Your First Go Program Welcome to the second installment of our Go tutorial series! If you haven’t yet read Part 1: Introduction and Installation, we highly recommend starting there to learn what Go is and how to install it on your system. Now,...
Golang series: Chapter one - Installation & Introduction
Jun 2, 2024
Getting Started with Golang (Go) Hey everyone! Welcome to the first tutorial in my Go series. In this series, we’ll dive into Golang, or simply Go—a powerful, open-source programming language developed by Google. Whether you’re on Windows, macOS, or Linux, you can follow along. Go is a cross-platform, general-purpose language...
GloboTechCast EP 54 - Hacktoberfest na Globo. Como funciona?
Oct 2, 2023
english: In this episode i've participated together with people from tech area from Globo and we have spoken about Globo Hacktoberfest, one variation of global Hacktoberfest event. portuguese: Neste episódio eu participei junto de outras pessoas da área de tecnologia na globo e falamos sobre o Hacktoberfest Globo, uma vertente...