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

Bouchaala RedaDynamic PostgreSQL credentials using HashiCorp Vault (with PHP Symfony & Go examples)
I was playing around with HashiCorp Vault, trying to integrate dynamic secrets (one of many features...

Chiranjeevi TirunagariGo - Hello World
Introduction to Go Go lang or simply Go is a programming language developed by Google. No...

Bruno BarrosIniciante testes em Golang
Primeiro vamos começar com um simples problema de devisão. Nosso main.go: import ( "errors" ...

Nicolas BarbosaTesting HTTP handlers in Go
Introduction In this example, I will create unit tests using the httptest library and we...

chenquanA tool for showing disk usage. (Linux, macOS and Windows)
Use the go to develop a tool to display the current disk...

Abhishek GuptaWrite your Kubernetes Infrastructure as Go code - Extend cdk8s with custom Constructs
Build a Wordpress deployment as a cdk8s construct Constructs are the fundamental building block of...

Pallat AnchaleechamaikornGo generics ใน gin Handler
เนื่องจาก Go 1.18 เริ่มใช้ generic แล้ว ซึ่งใน block ก่อนหน้านี้ ผมก็นำเอา blog ต้นฉบับของ...

marson parulianGo Method: Pointer Over Value Receiver Type
Avoid Using Value Receiver Type in Golang Structs Methods About this article This...

marson parulianBegin Golang : "time"
This article is a part of Begin Go series: containing my experience learning Go language. Any...

nardiyansahpanic: assignment to entry in nil map
Kenapa code ini error ? atau lebih tepatnya panic kalo di Go package main import "fmt" func...

mojatterTree - A simple structure for dealing with dynamic or unknown JSON/YAML in Go
Introduction Go can parse dynamic json/yaml using the standard map[string]interface{},...

Viacheslav PoturaevUsing Nginx as a proxy to multiple Unix sockets
TL;DR Listening port may be a contended resource on a busy shared machine, unix sockets are virtually...

Abhik BanerjeeDesigning a Password-less Login System in Go from scratch
Password-less login is kind of a misnomer since passwords are involved in one way or another in any...

Jacob KimReading and Writing Different Files in Go
Reading and writing files is an important feature of your program. Not all data is stored in the same...

Muhammad AdamDo You Need A Implementation Jwt In Go (Golang)?
Go is becoming very popular for backend development, and JWT’s are one of the most popular ways to...

cylon巧用Prometheus来扩展kubernetes调度器
Overview 本文将深入讲解 如何扩展 Kubernetes scheduler 中各个扩展点如何使用,与扩展scheduler的原理,这些是作为扩展 scheduler...