Go

Go: how to create a URL shortener

In this article, we will see how to implement a simple URL shortener using the Go programming language.

August 10, 2024
Go

How to generate VAPID keys with Go

In this article, we will see how to generate VAPID keys using the Go programming language.

August 3, 2024
Go

Understanding how a switch works in Go

To better understand the operation of a network switch, we can create a simple simulation in Go.

July 20, 2024
Go

Go: DNS queries with the Google DNS API

Google DNS APIs allow developers to perform DNS queries and get JSON responses. In this article, we'll walk through how to make a request to these APIs using the Go programming language.

July 13, 2024
Go

Go: optimizing iterations over slices

In this article, we'll explore some techniques for improving the performance of slice iterations in Go.

June 22, 2024
Go

Key guidelines for writing code in Go

Like any other language, by following specific guidelines you can make your code readable, maintainable, and consistent. Here are some of the key guidelines for writing code in Go.

June 8, 2024