Go: generate secure passwords
In this article, we will explore how to generate a cryptographically secure password using the Go programming language.
Go: check the SSL certificate of a website
In this article, we will explore how to check the validity of an SSL certificate using the Go programming language.
Go: how to create a REST API for a To-Do list from scratch
In this article, we will explore how to create a simple REST API in Go to manage a To-Do List We will use the Go programming language to create a web server that will allow users to add, edit, delete and get tasks from their list.
Go: how to get the DNS records of a domain
In this article we will see how to get the DNS records of a domain with Go.
Go and C: a comparison
In this article, we will explore the key differences between the C language and Go, highlighting their strengths, their weaknesses and the contexts in which they are most appropriate.