Go

Go: the map data type

Go, the programming language developed by Google, offers a wide range of built-in data types that allow developers to efficiently and flexibly manage data within their programs. One such data type is the map, which provides a highly efficient and flexible key-value data structure.

August 25, 2023
Go

Go: variables and scope

In this article, we'll explore how variable visibility and scope work in Go.

August 25, 2023
Go

Go: a brief history

In this article, we'll explore the evolution of the Go language, its original purpose, and its impact on the developer community.

August 25, 2023
Go

Go: using Memcached

In this article, we will explore how to use Memcached in a Go application to improve server performance and streamline data access operations.

August 24, 2023
Go

Go: first steps with Kubernetes

In this article, we'll explore how to leverage the capabilities of Go to build applications that integrate seamlessly with the Kubernetes ecosystem.

August 24, 2023
Go

Go: using Redis

In this article, we will explore how to use Redis in Go to create an effective data cache, thereby improving application performance.

August 24, 2023