Go

Go: how to force file download in Fiber

One of the useful aspects of Fiber is its ability to manage static files and downloads efficiently, allowing developers to create web applications with robust and customizable file download capabilities.

April 6, 2024
Go

Go: how to execute shell commands

In this article, we will explore several techniques for executing shell commands in Go, covering basic and some advanced methods.

March 30, 2024
Go

Go: how to use methods with structs

In this article, we will explore how to define methods for structs in Go and how to use them effectively.

March 17, 2024
Go

Go: how to get infomation about files in a directory

In this article, we'll look at how to use the os package to read the contents of a directory and get information about files.

March 17, 2024
Go

Go: using the Google Drive API

In this article, we will see how to upload files to Google Drive using the Go programming language.

March 16, 2024
Go

Go: the Fiber web framework

This article offers a general overview of Fiber, exploring its main features, the benefits of using it, and how to get started working with it.

March 16, 2024