Tag: go

Comparing Templating Libraries In Go

Go template libraries: A performance comparison

Dev

This article will compare some of the most popular templating libraries based on performance, functionality and security, using Go’s benchmarking tool.

Anshul Goyal
Sep 1, 2022 ⋅ 6 min read
Building A Full-Stack App With Bud And Go

Building a full-stack app with Bud and Go

Dev

Build a full-stack app using the new Go framework, Bud, and compare its features to frameworks like Ruby on Rails, Next.js, and Nuxt.js.

Alex Merced
Aug 31, 2022 ⋅ 5 min read
A guide to JWT Authentication in Go

A guide to JWT authentication in Go

Dev

Learn how to implement JWT authentication in you Go web application using the goland-jwt package.

Ukeje Goodness
Aug 19, 2022 ⋅ 6 min read
Go Logo

Linting Go programs: A guide to improving code quality

Dev

Let’s explore linting in Golang, including a good linting package to use and alternative packages for linting in Go.

Emmanuel John
Aug 9, 2022 ⋅ 4 min read
Ethereum Development in Go using Go-Ethereum (GETH)

Ethereum Development in Go using Go-Ethereum

Dev

Learn how to interact with the Ethereum blockchain with the Go programming language using the Go-Ethereum package.

Ukeje Goodness
Jul 13, 2022 ⋅ 6 min read
Go Logo Over Stacked Blocks

A deep dive into regular expressions with Golang

Dev

Golang comes with an inbuilt regexp package that allows you to write regular expressions of any complexity. Here’s an in-depth look at it.

Emmanuel John
Jul 11, 2022 ⋅ 6 min read
Go Generics: Past Designs And Present Release Features

Go generics: Past designs and present release features

Dev

The design draft for Go generics has been updated several times. See where it started and where it is now after the Go v1.18 release.

Alexander Nnakwue
Jun 10, 2022 ⋅ 10 min read
Building An Image Generator Application With Flutter And Golang

Build an image generator with Flutter and Go

Dev

Build a Flutter image generator app that reads data from a Golang backend and can run on Android, iOS, web, and desktop.

Emmanuel John
May 10, 2022 ⋅ 3 min read
Understanding Generics In Go 1.18

Understanding generics in Go 1.18

Dev

Learn about the addition of generics in Go 1.18 and how it compares to generics on other platforms like Rust.

Anshul Goyal
May 9, 2022 ⋅ 7 min read
Why you should use a Go backend in Flutter

Why you should use a Go backend in Flutter

Dev

Go-based backends bring numerous benefits for Flutter frontends. You can avoid time-consuming business logic rewrites by using Go modules in the Flutter app.

Shalitha Suranga
May 9, 2022 ⋅ 15 min read
Converting A Text File To PDF In Golang

Converting a text file to PDF in Go

Dev

Convert text files to PDF format using the gofpdf package, a document generator with support for text, drawing, and images.

Emmanuel John
Apr 22, 2022 ⋅ 3 min read
Go and Hyperledger Fabric Logos

Streamline KYC verification with Hyperledger Fabric and Go

Dev

Discover how the Hyperledger Fabric blockchain framework can be used with Go to streamline KYC verification.

MacBobby Chibuzor
Apr 14, 2022 ⋅ 6 min read