2026 Latest articles
Go
Go: how to create a REST API for images
In this article, we will explore how to create an image management REST API using the Go programming language.
August 27, 2023→
Go
Organizing and structuring files in a Go application
In this article, we'll explore best practices for organizing files in a Go application.
August 27, 2023→
Go
Introduction to the Go programming language
In the vast panorama of programming languages, one of the most recent to emerge is Go, an open-source language created by Google.
August 25, 2023→
August 25, 2023→
Go
Go: difference between declaring a variable with the var keyword and the assignment operator
The difference between declaring a variable with the var keyword and the assignment operator in Go is fundamental to understanding how programming works in this language.
August 25, 2023→
Go
Go: constants
In Go, the programming language developed by Google, constants play an important role in defining values that shouldn't be changed throughout the program.
August 25, 2023→