Go

Go: generate secure passwords

In this article, we will explore how to generate a cryptographically secure password using the Go programming language.

September 9, 2023
Go

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.

September 9, 2023
Go

Go: parsing a Google sitemap

In this article we will see how to parse a Google sitemap with Go.

September 6, 2023
Go

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.

September 6, 2023
Go

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.

September 5, 2023
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.

September 3, 2023