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

About the gosec G115 drama, or how I faced back integer conversion overflow in Go 🤯
go2024-09-09
Christophe ColombierChristophe Colombier

About the gosec G115 drama, or how I faced back integer conversion overflow in Go 🤯

Go is a strongly typed language, it avoids making mistakes. I wrongly assumed Go was handling...

Go Maps Explained: How Key-Value Pairs Are Actually Stored
go2024-09-10
Phuong LePhuong Le

Go Maps Explained: How Key-Value Pairs Are Actually Stored

This is an excerpt of the post; the full post is available here:...

Go CLI based Todo app
go2024-09-09
Ayush SinghAyush Singh

Go CLI based Todo app

Install External Library used go get github.com/aquasecurity/table ...

Go Context — TODO() vs Background() No more confusing!
go2024-09-09
zakaria chahbounzakaria chahboun

Go Context — TODO() vs Background() No more confusing!

In Go, the context package helps manage request-scoped values, cancellation signals, and deadlines. ...

Turbocharge Your Go App: Mastering Blazing-Fast Static File Serving Over TCP
webdev2024-09-08
aymane aallaouiaymane aallaoui

Turbocharge Your Go App: Mastering Blazing-Fast Static File Serving Over TCP

Hey gophers 🐹! Have you ever thought of the best ways to ensure faster serving of static files using...

RPC Action EP2: Using Protobuf and Creating a Custom Plugin
go2024-09-09
huizhou92huizhou92

RPC Action EP2: Using Protobuf and Creating a Custom Plugin

In the previous article, I implemented a simple RPC interface using the net/rpc package and tried out...

My First Project using Golang
go2024-09-09
Boluwatife AdewusiBoluwatife Adewusi

My First Project using Golang

🎉 Part 1: File Operations with Go 📝 Introduction As a frontend developer with...

Introducing KubeDash: Your Kubernetes Cluster Management Dashboard!
webdev2024-09-09
Himanshu SinghHimanshu Singh

Introducing KubeDash: Your Kubernetes Cluster Management Dashboard!

Hey All!, I am Full stack dev fresher and work in a Cloud company and so I wanted to test/work around...

Golang Field ordering matters?
webdev2024-09-07
aymane aallaouiaymane aallaoui

Golang Field ordering matters?

Greetings, Gophers! During the initial year of working with Golang, I kept thinking that there must...

The Best Resources for Learning Golang
go2024-09-07
Harutyun MardirossianHarutyun Mardirossian

The Best Resources for Learning Golang

Hi there! I haven’t introduced myself yet, as I haven’t had the chance. My name is Harutyun...

Set up Go with mise (version management) and the VS Code/Cursor extension
go2024-09-06
Bosco DomingoBosco Domingo

Set up Go with mise (version management) and the VS Code/Cursor extension

2025 update: Go is natively supported by mise so the asdf plugin is no longer needed. The bug I...

Building a City Hall Clock App for macOS: A Comprehensive Guide
go2024-09-06
Rez MossRez Moss

Building a City Hall Clock App for macOS: A Comprehensive Guide

Ready to build a cool City Hall Clock app for your Mac? Great! We're going to create an app that sits...

Connect Kafka with Golang
kafka2024-09-06
chauhoangminhnguyenchauhoangminhnguyen

Connect Kafka with Golang

Introduction If you need to know the basics of Kafka, such as its key features,...

Tricky Golang interview questions - Part 7: Data Race
go2024-09-06
Harutyun MardirossianHarutyun Mardirossian

Tricky Golang interview questions - Part 7: Data Race

Here is another code review interview question for you. This question is more advanced than the...

Lets GO!
go2024-09-06
ManujdixitManujdixit

Lets GO!

Why You Need to Try GO Go is a fast, lightweight, and statically typed compiled language...

What Exactly Concurrency in Go?: Running Tasks in Parallel
go2024-08-03
Vaibhav ThukralVaibhav Thukral

What Exactly Concurrency in Go?: Running Tasks in Parallel

In this post we will explore about concurrency in Go: Understanding Goroutines Sending data to...