DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Lucas Neves PereiraGituser CLI - Switch between git accounts easily
Hello there 🙂 First of all you all may be wondering "What in the world is gituser??" Gituser is a...

Jeff LindsayApple API schemas for code generation and more
Why I love API schemas and built a tool to generate schemas from Apple documentation.

Nathan SummersBuilding a Configuration Generator for Mikrotiks Using Wails and React
I work at an Internet Service Provider (ISP) in Idaho, and we use Mikrotiks extensively for fiber and...

Noah HeinBuilding a Blockchain in Go PT: IV - Transactions
You can find the code here Hello everyone! Last I left off I was adding the ability to print out...

Perm ChaoGo project structures
source & credit : thank you Kat Zień video repository Goals Consistent เพื่อให้โครงส...

Lane WagnerSplitting a String into a Slice in Golang
The post Splitting a String into a Slice in Golang first appeared on Qvault. I can’t begin to tell...

Div RhinoHow to build a CLI tool with Go and Cobra
Originally posted on divrhino.com Go is very useful for building services and tools for...

Alex BrichakJWT and Go. How to integrate them with security requirements
Hey there! I am Alexander Brichak, Golang developer at NIX. Using commonly accepted solutions and te...

Riya DattaniMy journey to writing my blog in Go
Originally posted on www.riyadattani.com I built my blog (www.riyadattani.com) from scratch, without...

Div RhinoHow to add flags to a CLI tool built with Go and Cobra
Originally posted on divrhino.com Prerequisites In the first part of this tutorial se...

Prasanna Kumargo-portfinder: Go implementation of npm portfinder
A simple tool to find an open port on the current machine.

manuelprintln() and fmt.Println()
println() is a built-in function and looks useful to developers, because they lack dependencies. But...

Achyuta DasCI/CD for Kubernetes using GitHub Actions, and Keel
In this article, the goal is to show how to set up a containerized application in Kubernetes with a v...

Vic Shóstak🈂️ An easy way to translate your Golang application
Introduction よう皆!✌️ Let's talk about one of the important topics, if you're preparing a Go...

Ivan GenchevSet node affinity to all pods in a namespace
Recently I had to install a fairly large system on an existing k8s cluster and make sure its pods run...

Ali SheriefThe Simple Golang Tutorial Part 2 - Variables, Types, and Operators
Welcome back to the Golang series. Let's try to get a good understanding of how to declare and use va...