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.
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.
We write a complete web application — frontend and backend — without a line of JavaScript.
A while back, I wrote an article about the basic setup for Go WebAssembly in a React app. We’ll be piggybacking […]