Tag: go

How to use Redis as a database with Go Redis

How to use Redis as a database with go-redis

Dev

In this article, we will explore go-redis and use its pipeline feature to build a leaderboard API.

Michael Okoko
Dec 16, 2020 ⋅ 6 min read
Introduction to ent

An introduction to ent

Dev

In this post, we will explore all the cool features of the Ent framework and build a simple CRUD API that leverages the various functionalities of Ent.

Okewole Oluwatobi
Nov 17, 2020 ⋅ 10 min read
Golang tools for easier web development

The best Go tools for a better web development experience

Dev

These are the most useful Go tools that every web developer should use for a seamless experience when coding in Go.

Okewole Oluwatobi
Oct 13, 2020 ⋅ 3 min read
workingwithgoimages

Working with Go images

Dev

In this tutorial, we will explore how to create such avatars in Go and serve it over HTTP using the chi router.

Michael Okoko
Oct 1, 2020 ⋅ 4 min read
Making HTTP requests in Go

Making HTTP requests in Go

Dev

In this article, we will discuss how to make HTTP requests in Go and build a CLI tool for checking the prices of cryptocurrencies.

Okewole Oluwatobi
Sep 14, 2020 ⋅ 8 min read
How to build a RESTful API with Docker, PostgreSQL, and go-chi

How to build a RESTful API with Docker, PostgreSQL, and go-chi

Dev

In this tutorial, we will be building a containerized bucket list API using go-chi, PostgreSQL, and Docker.

Michael Okoko
Aug 14, 2020 ⋅ 10 min read

Introduction to RPC using Go and Node

Dev

In this tutorial, you will be learning how to build an RPC server in Go along with an RPC client in Node.js.

Michael Okoh
Jun 25, 2020 ⋅ 4 min read
Creating a web server with Golang

Creating a web server with Golang

Dev

Golang is a great language for creating simple yet efficient web servers and web services. Learn how to create a web server that can accept a GET request and serve a response.

Michiel Mulders
Jun 18, 2020 ⋅ 6 min read
Building An Express-style API In Go With Fiber

Building an Express-style API in Go with Fiber

Dev

See why Fiber, an Express-inspired framework for backend API development, has been steadily gaining traction.

Alexander Nnakwue
Jun 10, 2020 ⋅ 11 min read
Exploring the Possibilities of Golang String Formatting

Exploring the possibilities of Golang string formatting

Dev

Strings enable developers to display values to the user, such as showing the most important properties of an object. Learn how to use Golang’s rich set of functions, verbs, and flags for converting any type to a string format.

Michiel Mulders
Apr 30, 2020 ⋅ 4 min read
Functional Programming in Go

Functional programming in Go

Dev

Learn how the functional programming paradigm can help you write code that is more readable, easier to test, and less complex due to the absence of states and mutable data.

Michiel Mulders
Mar 2, 2020 ⋅ 6 min read
building web apps with Go, vecty and webassembly

Building full-stack web apps with Go, Vecty, and WebAssembly

Dev

We write a complete web application — frontend and backend — without a line of JavaScript.

Aaron Schlesinger
Aug 26, 2019 ⋅ 3 min read