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

Let's Learn Kubernetes - Basics - 1
kubernetes2021-09-29
Prashant GhildiyalPrashant Ghildiyal

Let's Learn Kubernetes - Basics - 1

Building an application is one set of challenges that needs to be tackled, and once that is done, you...

Important thing to remember about recovering panic'ed code in Go
go2021-09-13
ScottScott

Important thing to remember about recovering panic'ed code in Go

I feel stupid to have not known this... so I need to record it (mostly for myself XD)

Golang for Experienced Developers - Part III
go2021-10-03
Samarth GuptaSamarth Gupta

Golang for Experienced Developers - Part III

Hi, I'm back This is the third part of Golang tutorial series, if you haven't checked out...

Some Go(lang) tips
go2021-10-02
Andrei DascaluAndrei Dascalu

Some Go(lang) tips

Go (styled golang for the purpose of SEO, otherwise finding anything would be impossible) is a pretty...

💭 How to make clear & pretty error messages from the Go backend to your frontend?
go2021-09-27
Vic ShóstakVic Shóstak

💭 How to make clear & pretty error messages from the Go backend to your frontend?

Introduction Hey-hey, awesome DEV people! 😉 How about a little time in the company of an...

Go/Golang - Data Structures ( Arrays,Slices and Maps )
go2021-09-29
Tarun Kumar JTarun Kumar J

Go/Golang - Data Structures ( Arrays,Slices and Maps )

Arrays An Array is a collection/sequence of values of a single type. Arrays in Go are...

Recursive descent parser - expression calculator
go2021-09-28
Pavel KutáčPavel Kutáč

Recursive descent parser - expression calculator

Another way how to parse input tokens is to use a Recursive descent parser. Comparing to Shunting...

Custom Prometheus Metrics with Go
go2021-09-26
Aditi AhujaAditi Ahuja

Custom Prometheus Metrics with Go

This post is intended to be a guide for understanding and working on Prometheus instrumentation using...

Using the Amazon S3 SDK v2 for Go
go2021-09-26
Antonio SánchezAntonio Sánchez

Using the Amazon S3 SDK v2 for Go

Examples for connecting, uploading, downloading, and listing files from an AWS S3 Bucket using the AWS SDK v2 for Go

How to make a static web sites using Hugo-Github Page
hugo2021-09-25
nuh yurdusevennuh yurduseven

How to make a static web sites using Hugo-Github Page

Hello, In this article, I will cover creating simple static websites with hugo, a static website...

Interface type literal
go2021-09-26
Weerasak ChongnguluamWeerasak Chongnguluam

Interface type literal

เวลาเราต้องการใช้ interface ส่วนใหญ่เราจะสร้าง type ชื่อใหม่สำหรับ inteface แล้วค่อยเอา type...

How to create Go files from Stub files like Laravel does
go2021-09-25
Sam NewbySam Newby

How to create Go files from Stub files like Laravel does

How to create .go files from stub files like Laravel does for .php files

Bench-marking RESTful APIs
benchmarks2021-09-25
Nikhil AkkiNikhil Akki

Bench-marking RESTful APIs

Are your RESTful services ready to handle a surge in traffic? One way to find out.... Do you know if...

Go/Golang Basics - Pointers and Functions
webdev2021-09-25
Tarun Kumar JTarun Kumar J

Go/Golang Basics - Pointers and Functions

A function is a group of statements that can be used repeatedly in a program. Below is a simple...

Sending Slack Messages with Images using Go
go2021-09-24
John PhamJohn Pham

Sending Slack Messages with Images using Go

Background I was building a feature on Highlight that allows you to create a comment on a...

Introducing go_test.mod
go2021-09-24
Waldemar QuevedoWaldemar Quevedo

Introducing go_test.mod

How to avoid meta test dependencies across Go modules