Go

Go: how to parse arbitrary JSON data

How can we parse an arbitrary JSON structure? In Go you can use an alternative solution to structs.

September 17, 2023
Go

Go: best practices for TDD (Test-Driven Development)

In this article, we will explore some of the best practices for TDD in Go.

September 17, 2023
Go

Go: how to list the files of a directory

In this article we will see how to get the list of files in a directory with Go.

September 17, 2023
Go

Go: data types passed by value and data types passed by reference

In this article, we'll explore the concepts of passing by value and passing by reference in Go and the data types associated with each mode.

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