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.
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.
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.