Go Web Frameworks and Toolkits
Hello! Go language has many great web frameworks. In this article I want to
review and implement a demo (example)
Dockerfile for a Go project with mod replace directive
In this video post, I explain how to create a Dockerfile for a Go project where
we have another local
Organizing Table Tests in Go
Table tests are one of the approaches to organizing multiple use-cases for a single test. And, in this tutorial, I am sharing two ways to write table-driven unit tests.
Go: Serve HTTP JSON API for in-memory objects (DevLog #002)
Review the source code for MemUI's HTTP JSON API Server. Includes using net/http package, JSON Encode, and step-by-step tutorial.
idea review: UI for Memory Objects in Go
Reviewing the design of a Go package to generate JSON-based UI for in-memory objects automatically.