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.
See why Fiber, an Express-inspired framework for backend API development, has been steadily gaining traction.
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 […]