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

Chavez HarrisHow to use feature flags in Go
Before feature flags, releasing a new feature would require taking your application offline to make...

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

Bruno DrugowickWhat 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...

Héctor VelaInstrumenting Go microservices with Gin and AWS X-Ray
In a microservice architecture, operations often span multiple services and resources such as...

digitebsLowest Common Ancestor of a Binary Search Tree
A post by digitebs

Alex AwesomeGolang Unit Testing with examples
Unit testing is a key aspect of software development that helps ensure the correctness and...

Jonathan HallHow 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...

digitebsMin Cost Climbing Stairs LeetCode 746
A post by digitebs

Benjamen PyleObserving 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](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3otvb2z646ytpt1hl2rv.jpg)
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...

chandra penugondavscode: multiple Go Projects in a directory(Go 1.18+)
To fix error When opening a directory in VSCode that consists of multiple Go...

digitebsHouse Robber LeetCode 198
A post by digitebs

Yota HamadaAutomate 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...

Viacheslav PoturaevProfile-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...

digitebsMerge Intervals in Golang
A post by digitebs

Mattias FjellströmAdministering Terraform Cloud using GitHub Actions
Terraform Cloud is a platform for running Terraform remotely in HashiCorp's own cloud environment. It...