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

How to use feature flags in Go
featuremanagement2023-03-21
Chavez HarrisChavez Harris

How to use feature flags in Go

Before feature flags, releasing a new feature would require taking your application offline to make...

ส่อง Dockerfile for Go
go2023-03-22
Pallat AnchaleechamaikornPallat Anchaleechamaikorn

ส่อง Dockerfile for Go

พอดีได้เห็น tweet หนึ่งมีคนเอา Dockerfile สำหรับ build Go แบบ basic สุดๆมาวาง แล้วให้คนใน twitter...

What about that AI, the GPT thing? Will it really affect my profession in the future?
chatgpt2023-03-21
Bruno DrugowickBruno Drugowick

What about that AI, the GPT thing? Will it really affect my profession in the future?

I'd never used GPT... until today! When all the hype about AI in programming started with...

Instrumenting Go microservices with Gin and AWS X-Ray
xray2023-03-21
Héctor VelaHéctor Vela

Instrumenting Go microservices with Gin and AWS X-Ray

In a microservice architecture, operations often span multiple services and resources such as...

Lowest Common Ancestor of a Binary Search Tree
go2023-03-21
digitebsdigitebs

Lowest Common Ancestor of a Binary Search Tree

A post by digitebs

Golang Unit Testing with examples
go2023-03-21
Alex AwesomeAlex Awesome

Golang Unit Testing with examples

Unit testing is a key aspect of software development that helps ensure the correctness and...

How do you test filepath.Abs failure in your Go code?
go2023-03-21
Jonathan HallJonathan Hall

How do you test filepath.Abs failure in your Go code?

In this video, I provide three ways to tackle this question: Mocking/injection, triggering a...

Min Cost Climbing Stairs LeetCode 746
go2023-03-21
digitebsdigitebs

Min Cost Climbing Stairs LeetCode 746

A post by digitebs

Observing AWS Lambda with Golang and Datadog
go2023-03-20
Benjamen PyleBenjamen Pyle

Observing AWS Lambda with Golang and Datadog

Instrumenting code for observability upfront is one of the most important things that a developer can...

[ANN] go-testdeep v1.13.0 is available
go2023-03-20
Maxime SouléMaxime Soulé

[ANN] go-testdeep v1.13.0 is available

A new release of go-testdeep has just been published. As a remainder, go-testdeep is a powerful...

vscode: multiple Go Projects in a directory(Go 1.18+)
go2023-03-20
chandra penugondachandra penugonda

vscode: multiple Go Projects in a directory(Go 1.18+)

To fix error When opening a directory in VSCode that consists of multiple Go...

House Robber LeetCode 198
go2023-03-20
digitebsdigitebs

House Robber LeetCode 198

A post by digitebs

Automate ChatGPT with Workflow Engine built with Go (example of sending goal seek results by email)
chatgpt2023-03-20
Yota HamadaYota Hamada

Automate ChatGPT with Workflow Engine built with Go (example of sending goal seek results by email)

Introduction. This article shows how ChatGPT can be automated using Dagu, a free workflow...

Profile-guided optimization of a Go application
go2023-03-19
Viacheslav PoturaevViacheslav Poturaev

Profile-guided optimization of a Go application

TL;DR Go 1.20 PGO was applied to an existing high-performance application and lead to 2% faster...

Merge Intervals in Golang
go2023-03-19
digitebsdigitebs

Merge Intervals in Golang

A post by digitebs

Administering Terraform Cloud using GitHub Actions
hashicorp2023-03-19
Mattias FjellströmMattias Fjellström

Administering Terraform Cloud using GitHub Actions

Terraform Cloud is a platform for running Terraform remotely in HashiCorp's own cloud environment. It...