Tag: go

How to Make an HTTP POST Request With a JSON Body in Go

How to make an HTTP POST request with a JSON body in Go

Dev

Learn a simple procedure for making an HTTP POST request with a JSON body to a simple web server written in Go.

Ikeh Akinyemi
Nov 30, 2021 ⋅ 3 min read
Charts In Go Echarts

Visualizing data in Golang with go-echarts

Dev

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.

Mohit Khare
Nov 19, 2021 ⋅ 4 min read
Using JSON in Go: A guide with examples

Using JSON in Go: A guide with examples

Dev

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.

Shalitha Suranga
Nov 17, 2021 ⋅ 10 min read
CRUD App with Golang and CockroachDB

CRUD with Golang and CockroachDB

Dev

Learn how to use Golang to perform Create, Read, Update, and Delete (CRUD) operations against an equally popular database, CockroachDB.

Emmanuel John
Nov 16, 2021 ⋅ 10 min read
Using An SQL Database In Golang

Using an SQL database in Golang

Dev

Learn how to use Golang with the Microsoft SQL Server database to build a console-based reminder application.

Nwani Victory
Nov 3, 2021 ⋅ 11 min read
Benchmarking Golang

Benchmarking in Golang: Improving function performance

Dev

Review best practices for writing consistent and accurate benchmarks in Go, including the fundamental functions for creating benchmarks and interpreting the results.

Ayooluwa Isaiah
Oct 26, 2021 ⋅ 7 min read

How to create a Solana wallet with Go

Dev

Build a cryptocurrency wallet with Go in this step-by-step Solana tutorial to hone your blockchain development skills.

Solomon Esenyi
Oct 25, 2021 ⋅ 7 min read
Learn Golang Encryption And Decryption

Learn Golang encryption and decryption

Dev

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.

Precious Luke
Oct 21, 2021 ⋅ 6 min read
Using Golang Templates

How to use Go text templates

Dev

Learn about Go’s support for template parsing for text files through different methods, conditionals, and functions.

Oluwatomisin Bamimore
Oct 20, 2021 ⋅ 7 min read
Comparing Go Debugging Tools

Comparing Go debugging tools

Dev

Learn about a few popular Go debugging tools by looking at their installations, debugging processes, and pros and cons.

Victor Jonah
Oct 5, 2021 ⋅ 7 min read

Documenting Go web APIs with Swag

Dev

Learn how to easily document Go APIs with Swagger, a performant, open-source tool for documenting web APIs at scale.

Solomon Esenyi
Oct 4, 2021 ⋅ 6 min read
Using Cobra To Build A CLI Accounting Application

Using Cobra to build a CLI accounting app

Dev

Learn how to use the Cobra Go library by building a simple CLI accounting application that bills users, records receipts, and more.

James James
Sep 30, 2021 ⋅ 8 min read