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