Tag: go

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
Go Logo

Building microservices in Go with Fiber

Dev

Here are some quick basics of microservice architecture and a tutorial on how to build microservices in Go using Fiber.

Subha Chanda
Mar 17, 2022 ⋅ 5 min read
Is Go Overtaking Node.js

Is Go overtaking Node.js?

Dev

See how Go and Node.js approach different situations, understand their scalability, and answer the question, “Is Go overtaking Node.js.”

Victor Jonah
Mar 16, 2022 ⋅ 4 min read

Building a pub/sub service in Go

Dev

Build a pub/sub service in Go using Goroutines to ingest and distribute data for a variety of applications.

Gaurav Singhal
Mar 16, 2022 ⋅ 8 min read
Type Assertions Vs. Type Conversions Golang

Type assertions vs. type conversions in Go

Dev

In this article, you will learn about type assertion and type conversion operations in Go using examples.

Ibiyemi Adewakun
Mar 15, 2022 ⋅ 3 min read
gRPC Gateway Guide All In One

An all-in-one guide to gRPC-Gateway

Dev

Learn how to use gRPC-Gateway to generate a reverse proxy servers for gRPC services and convert Restful/JSON into gRPC.

Anshul Goyal
Mar 9, 2022 ⋅ 13 min read
Configure Vim Go Dev

Using Vim for Go development

Dev

Configure your Vim editor as an IDE for programming with Go using vim-bootstrap.com to avoid adding any heavy customization.

Samuel Martins
Feb 23, 2022 ⋅ 3 min read
Sqlboiler Go Framework ORM

Introduction to SQLBoiler: Go framework for ORMs

Dev

With SQLBoiler, a tool for generating Go ORMs, you get fully type-safe models through the code generated from your database schema.

Mayowa Ojo
Feb 18, 2022 ⋅ 8 min read