Learn a simple procedure for making an HTTP POST request with a JSON body to a simple web server written in Go.
Learn how to set up and install the go-echarts package, then build different charts like a bar chart, line chart, pie chart, and a word cloud.
JSON is one of the most-used formats for storing data. In this guide, learn how to work with JSON in Go using the encoding/json package.
Learn how to use Golang to perform Create, Read, Update, and Delete (CRUD) operations against an equally popular database, CockroachDB.
Learn how to use Golang with the Microsoft SQL Server database to build a console-based reminder application.
Review best practices for writing consistent and accurate benchmarks in Go, including the fundamental functions for creating benchmarks and interpreting the results.
Build a cryptocurrency wallet with Go in this step-by-step Solana tutorial to hone your blockchain development skills.
Learn how to encrypt and decrypt data in Go, keeping data safe by making it difficult to use if it falls into the wrong hands.
Learn about Go’s support for template parsing for text files through different methods, conditionals, and functions.
Learn about a few popular Go debugging tools by looking at their installations, debugging processes, and pros and cons.
Learn how to easily document Go APIs with Swagger, a performant, open-source tool for documenting web APIs at scale.
Learn how to use the Cobra Go library by building a simple CLI accounting application that bills users, records receipts, and more.