Go

Should I use Go? A comparison with JavaScript, Python and PHP

In this article we're going to provide a comparison between Go and three popular web programming languages (JavaScript, Python and PHP) in order to help you with choosing the right solution for your web projects.

September 10, 2023
Go

Go: how to read the information of an SSL certificate

In this article, we'll explore how you can use the Go programming language to read the main information of an SSL certificate from a remote site.

September 9, 2023
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