Go

Go

Learn how to develop innovative solutions with the language created by Google.
Go and C: a comparison
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.
Read more
Go: DNS query
Go

Go: DNS query

In this article, we will explore how to make a DNS query using Go, step by step.
Read more
Go: WHOIS request
Go

Go: WHOIS request

In this article, we'll explore how to make a WHOIS query using the Go (also known as Golang) programming language.
Read more
Go: MySQL with Gorm
Go

Go: MySQL with Gorm

Gorm is a very popular ORM for Go that greatly simplifies database interaction, allowing you to focus on application logic instead of writing complex SQL queries.
Read more