Tag: go

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

How to make a tic-tac-toe bot with WebAssembly for Go

Dev

A while back, I wrote an article about the basic setup for Go WebAssembly in a React app. We’ll be piggybacking […]

Chris Chuck
May 23, 2019 ⋅ 14 min read