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

Make it Go! - Introduction
go2023-03-12
Rahul DubeyRahul Dubey

Make it Go! - Introduction

When it comes to choosing programming languages for your app which might be data-intensive and...

Writing your first program in Go
go2023-03-01
IAmRohitIAmRohit

Writing your first program in Go

This tutorial illustrate first program in go, explaining each and every line of it.

Variables in Go
go2023-03-01
IAmRohitIAmRohit

Variables in Go

Tutorial explains variables in go languages.

Building a Kubernetes Dashboard: Implementing a real-time Logview with Server-Sent Events and React-Window
kubernetes2023-03-11
perberperber

Building a Kubernetes Dashboard: Implementing a real-time Logview with Server-Sent Events and React-Window

Last year, my colleague and I started working on a Kubernetes dashboard called kdd. The goal of the...

HTTP/2 in Golang
go2023-03-11
ViviLearns2CodeViviLearns2Code

HTTP/2 in Golang

This is the start of a series of posts about two up-and-coming technologies: HTTP/2 and gRPC. Both...

Go: Ticker vs Timer
go2023-03-11
Ankit malikAnkit malik

Go: Ticker vs Timer

Introduction Go or Golang is a powerful language that offers several features to simplify...

Memory arenas in Go
go2023-03-09
Viacheslav PoturaevViacheslav Poturaev

Memory arenas in Go

Recently released go1.20 brought a new experimental package named arena (proposal). The purpose of...

Building a Logger Wrapper in Go with Support for Multiple Logging Libraries
go2023-03-09
Ansu JainAnsu Jain

Building a Logger Wrapper in Go with Support for Multiple Logging Libraries

When building a Go application, logging is an essential part of the development process. The Go...

Custom DynamoDB Unmarshal into Golang Struct
dynamodb2023-03-08
Benjamen PyleBenjamen Pyle

Custom DynamoDB Unmarshal into Golang Struct

Short post on unmarshalling a DynamoDB Map into something strongly typed like a Go struct. If you...

Revolutionizing Go Programming: The Game-Changing Feature You Can't Afford to Miss!
go2023-03-07
Emin MuhammadiEmin Muhammadi

Revolutionizing Go Programming: The Game-Changing Feature You Can't Afford to Miss!

Go is a statically typed programming language that has been gaining popularity in recent years due to...

Trending Go repos of the week 📈
news2023-03-07
Rodrigo M.S.Rodrigo M.S.

Trending Go repos of the week 📈

Hey there! 👋 Welcome to #TrendingTuesday This week we'll look into the fastest growing repos written...

Making a Dynamic Renderer with Golang from Scratch
go2023-03-07
Avash_MitraAvash_Mitra

Making a Dynamic Renderer with Golang from Scratch

Understanding Dynamic Rendering: Why It Matters for Your Website's SEO When it comes to...

Sorting Data in Go: An Overview of Different Types of Sorting in Go
beginners2023-03-06
Gayathri RGayathri R

Sorting Data in Go: An Overview of Different Types of Sorting in Go

Are you looking to sort data in your Go applications? In this blog post, we will explore the various...

Style your terminals using Go-Palette 🎨
opensource2023-03-05
Abhishek SomaniAbhishek Somani

Style your terminals using Go-Palette 🎨

  Go-Palette provides elegant and convenient style definitions using ANSI colors. It is fully...

Adapter design pattern in go
go2023-03-05
Ansu JainAnsu Jain

Adapter design pattern in go

The Adapter design pattern is used when we want to connect two incompatible interfaces or classes so...

Local Development Environments for Go using asdf.
go2023-03-06
Ramzi A.Ramzi A.

Local Development Environments for Go using asdf.

Over the years I have dealt with different ways to setup a project for Python & Go. I am sharing...