• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

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

Dynamic PostgreSQL credentials using HashiCorp Vault (with PHP Symfony & Go examples)
go2022-08-14
Bouchaala RedaBouchaala Reda

Dynamic 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...

Go - Hello World
go2022-08-14
Chiranjeevi TirunagariChiranjeevi Tirunagari

Go - Hello World

Introduction to Go Go lang or simply Go is a programming language developed by Google. No...

Iniciante testes em Golang
go2022-08-12
Bruno BarrosBruno Barros

Iniciante testes em Golang

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

Testing HTTP handlers in Go
go2022-08-11
Nicolas BarbosaNicolas Barbosa

Testing HTTP handlers in Go

Introduction In this example, I will create unit tests using the httptest library and we...

A tool for showing disk usage. (Linux, macOS and Windows)
go2022-08-11
chenquanchenquan

A tool for showing disk usage. (Linux, macOS and Windows)

Use the go to develop a tool to display the current disk...

Write your Kubernetes Infrastructure as Go code - Extend cdk8s with custom Constructs
kubernetes2022-08-11
Abhishek GuptaAbhishek Gupta

Write 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...

Go generics ใน gin Handler
go2022-07-31
Pallat AnchaleechamaikornPallat Anchaleechamaikorn

Go generics ใน gin Handler

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

Go Method: Pointer Over Value Receiver Type
go2022-08-11
marson parulianmarson parulian

Go Method: Pointer Over Value Receiver Type

Avoid Using Value Receiver Type in Golang Structs Methods About this article This...

Begin Golang : "time"
go2022-08-10
marson parulianmarson parulian

Begin Golang : "time"

This article is a part of Begin Go series: containing my experience learning Go language. Any...

panic: assignment to entry in nil map
go2022-07-30
nardiyansahnardiyansah

panic: assignment to entry in nil map

Kenapa code ini error ? atau lebih tepatnya panic kalo di Go package main import "fmt" func...

Tree - A simple structure for dealing with dynamic or unknown JSON/YAML in Go
go2022-08-09
mojattermojatter

Tree - 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{},...

Using Nginx as a proxy to multiple Unix sockets
nginx2022-08-08
Viacheslav PoturaevViacheslav Poturaev

Using 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...

Designing a Password-less Login System in Go from scratch
go2022-08-19
Abhik BanerjeeAbhik Banerjee

Designing 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...

Reading and Writing Different Files in Go
go2022-08-08
Jacob KimJacob Kim

Reading 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...

Do You Need A Implementation Jwt In Go (Golang)?
go2022-08-08
Muhammad AdamMuhammad Adam

Do 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...

巧用Prometheus来扩展kubernetes调度器
kubernetes2022-08-08
cyloncylon

巧用Prometheus来扩展kubernetes调度器

Overview 本文将深入讲解 如何扩展 Kubernetes scheduler 中各个扩展点如何使用,与扩展scheduler的原理,这些是作为扩展 scheduler...