Go

Introduction to Cobra in Go: Building powerful command-line applications

If you're a Go programmer looking for a solid library for building CLI applications, Cobra might be exactly what you need.

October 14, 2023
Go

Go: how to download a file

In this article, we will explore how to download a remote file using the Go programming language.

October 8, 2023
Go

Go: how to manage passwords with bcrypt

In this article, we will explore how to securely manage passwords using the Bcrypt hashing algorithm in Go programming language.

October 8, 2023
Go

Go: how to encrypt and decrypt a string

Go is a programming language that offers a very powerful standard library to handle the encryption and decryption of strings securely. In this article, we'll explore how to do these things using Go.

October 3, 2023
Go

Go: how the defer keyword works

In this article, we will explore in detail the use of "defer" in Go and how it can simplify resource management and improve code maintainability.

October 3, 2023
Go

Go: how to create an in-memory cache for a REST API

In this article, we will explore how to implement an in-memory cache for a REST API using the Go programming language.

October 3, 2023