Go

Go: using MySQL

In this article, we'll explore how to use MySQL in Go to manage data and database interactions effectively.

August 23, 2023
Go

Go: using MongoDB

In this article, we'll explore how to use MongoDB in Go to create, read, update, and delete documents in the database.

August 22, 2023
Go

Go: error handling

In this article, we'll explore recommended error-handling strategies and techniques in Go.

August 21, 2023
Go

Go: create a CSR file

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

August 20, 2023
Go

Go: using bcrypt

In this article, we'll explore how to use bcrypt for string encryption in Go, providing robust protection for users' passwords.

August 19, 2023
Go

Go: compute the SHA-256 hash of a string

In this article, we'll explore how to create a hexadecimal string containing the SHA-256 hash of a string using the Go programming language.

August 18, 2023