Go

Go: the advantages of function currying

While Go is known for its clear and concise syntax, it can appear to lack some advanced features found in other languages. However, with the right approach, function currying can also be implemented in Go.

December 24, 2023
Go

Go: how to find the minimum and maximum value in a slice

When working with data in Go, you often need to find the minimum and maximum values in a slice. In this article, we will explore different approaches to achieve this goal efficiently and cleanly.

December 24, 2023
Go

Go: how to reverse a string: two approaches

In this article, we will explore some of the most common techniques for reversing a string using the Go language.

December 24, 2023
Go

Go: how to reverse a slice

In this article, we will explore how to reverse a slice in Go.

December 24, 2023
Go

SSH connections with Go

In this guide, we will explore how to create an SSH connection using Go.

December 17, 2023
Go

Go: using interfaces in web applications

One of the most powerful characteristics of Go is its management of interfaces, which allows developers to write more flexible and modular code.

December 9, 2023