Mohammad SabbagGet 100% test coverage in Golang.In this article, I'm going to show you how we can get 100% test coverage in Golang. Firstly, I want to create a simple file project, and in…4 min read·3 hours ago----
DpinoagustinMOS 6502 Emulator in GoYes, another MOS 6502 emulator, now in golang. But it gonna be the most minimalistic emulator.6 min read·5 hours ago----
Kiran AdhikariGo Beyond Basics: Exploring the Practical Side of Linked Lists in Go ProgrammingA linked list is a data structure consisting of a sequence of elements where each element points to the next element. The elements in a…7 min read·6 hours ago----
Zhaoqi TongAbout the pollutes of programing context caused by ‘global variable’“Global variables” pollute the program’s context globally, mainly in two ways: contaminating the program’s visibility to certain components…2 min read·10 hours ago----
Mahdi AkbariGolang OpenAI client with SSE/streaming supportHey everyone, recently I’ve created a OpenAI-based chatbot for programming purposes, I hosted it on denis.akbari.foundation, and it’s…2 min read·10 hours ago----
Aman AngiraGo Concurrency 2.2 — Patterns and Idioms | Error handlingThe rule of thumb is to relay the error to the Go routine that has the right information on what to do about it. In most cases this is…2 min read·12 hours ago----
Mubashir OliyantakathBuilding “Docker Metadata Actions” alternative for GitLabTLDR: Implementing something similar to Docker Metadata Action for GitLab. A Go based tool + GitLab CI template.2 min read·12 hours ago----
Damilare "Lars"inLevel Up CodingLearn Go by Building Command-Line InterfacesThe GUI is the most common way users interact with computers today, and while it’s easier to use it doesn’t provide the same flexibility…10 min read·1 day ago----
Davide FerreroStatic Site Generation in one or two hours with Hugo or ZolaIn the last few days I’ve been thinking about creating a simple single-page site, to use as a digital business card, containing all the…5 min read·1 day ago----