Go

Go: how to handle form submission with Fiber

In this article, we will explore how to handle form submission via POST using Fiber, a web framework for Go.

June 1, 2024
Go

Go: how to calculate the number of available IP addresses in a subnet

In this article, we will see how to implement a function in Go to calculate the number of available IP addresses in a given subnet.

May 19, 2024
Go

Go: how to create a download progress indicator for an HTTP request

To implement a command line utility in Go that downloads a file from a URL and shows the download progress in the console, you can follow the steps outlined in this article.

May 5, 2024
Go

Go: implementing the IANA checksum algorithm

In this article, we will explore how to implement the IANA checksum in Go, a language widely appreciated for its robust networking features.

May 5, 2024
Go

Go: serving static HTML pages with Fiber

In this article, we will explore how to configure a Fiber project to serve static HTML pages, moving from creating a new project to configuring the server to serve static files.

April 13, 2024
Go

Structs in Go and C

The comparison between structs in C and Go is an interesting topic that highlights the differences in approach between two influential programming languages, but with distinct design philosophies and contexts of use.

April 13, 2024