Tag: go

An Intro To Routing In Go With Gorilla Mux

An intro to routing in Go with Gorilla Mux

Dev

Build a simple API using the Gorilla Mux package, with its diverse features, as a router for your apps.

Paul Akinyemi
Feb 15, 2023 ⋅ 9 min read
Using Air With Go To Implement Live Reload

Using Air with Go to implement live reload

Dev

Air is a live reloading tool for Go that allows developers to automatically recompile and run their code every time they make changes.

Oluwatomisin Bamimore
Feb 9, 2023 ⋅ 4 min read
Send Emails Go Two Ways

Easy ways to send emails in Go

Dev

Sending emails is a great way to keep in touch with your app users, and knowing how to send emails programmatically is always a useful skill.

Paul Akinyemi
Jan 27, 2023 ⋅ 4 min read
Go Migration Guide: Node.js, Python, and Rust

Go migration guide: Node.js, Python, and Rust

Dev

This article will serve as an overview of Go migration for Rust, Node.js, and the Python programming language.

Solomon Esenyi
Jan 26, 2023 ⋅ 6 min read
Leverage Go Workspaces for Multi-Module Local Development

Leverage Go workspaces for multi-module local development

Dev

In this article, we will explore what Go workspaces are and the various use cases you can explore with the workspaces feature.

Solomon Esenyi
Jan 18, 2023 ⋅ 4 min read
Error Handling Go

Error handling in Go: Best practices

Dev

Tackling errors in Go requires a different approach than the conventional methods in other mainstream programming languages.

Raphael Ugwu
Nov 18, 2022 ⋅ 7 min read
Building A REST API With Golang Using Gin And Gorm

Building a REST API with Golang using Gin and Gorm

Dev

Build a high-performance bookstore RESTful API in Go using Gorm and Gin web framework that provides book data and performs CRUD operations.

Rahman Fadhil
Nov 10, 2022 ⋅ 9 min read
Go Logo

Build a web app in Go with Copper

Dev

Here’s how to create a web application in Go using Copper that will be able to perform basic create, read, update, and delete operations.

Emmanuel John
Oct 11, 2022 ⋅ 9 min read
Integrating MongoDB Into Go Applications

Integrating MongoDB into Go applications

Dev

Learn how to integrate MongoDB into Go applications using the official MongoDB Go driver, which also supports working with Go structs.

Solomon Esenyi
Sep 23, 2022 ⋅ 10 min read
Dockerizing your Go application

Dockerizing your Go application

Dev

Dockerizing your app can provide many deployment benefits. In this guide, learn how to use Docker to containerize your Go apps.

Alexander Nnakwue
Sep 22, 2022 ⋅ 7 min read
Comparing The 7 Best ORM Packages In Go

Comparing the 7 best ORM packages in Go

Dev

Compare seven object-relational mapping packages in the Go ecosystem based on their features, supported databases, and developer experience.

Ukeje Goodness
Sep 20, 2022 ⋅ 5 min read
Go Excelize Export CSV Go

Building spreadsheets with Go and Excelize

Dev

Excelize is a zero dependency Go library that provides primitives for reading and writing to XLSX files and other supported spreadsheet file formats.

Mayowa Ojo
Sep 19, 2022 ⋅ 7 min read