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

Exploitation Exercise with unsafe.Pointer in Go: Information Leak (Part 1)
go2020-05-13
Johannes LauingerJohannes Lauinger

Exploitation Exercise with unsafe.Pointer in Go: Information Leak (Part 1)

Go in general is a safe language. It has memory builtin safety measures that should avoid common buff...

Logging in Go: Choosing a System and Using it
go2020-05-13
Honeybadger StaffHoneybadger Staff

Logging in Go: Choosing a System and Using it

This article was originally written by Ayooluwa Isaiah on the Honeybadger Developer Blog. You're r...

API Rest con Go (Golang) y PostgreSQL Parte 2
go2020-05-13
Orlando MonteverdeOrlando Monteverde

API Rest con Go (Golang) y PostgreSQL Parte 2

Requisitos: Conocimientos básicos sobre el lenguaje go. Conocimiento sobre HTTP y REST re...

Building CLI applications with Go
go2020-05-13
Roelof Jan ElsingaRoelof Jan Elsinga

Building CLI applications with Go

Building CLI applications with Go Command Line Interface (CLI) applications can automate...

"Hello, World!" but in 30 different languages!!!
python2020-05-01
MuhimenMuhimen

"Hello, World!" but in 30 different languages!!!

Since the last week, I was scratching my head to figure out what post can I write in dev? I wanted it...

Golang reader
go2020-05-12
natamacmnatamacm

Golang reader

The IO package provides the basic interface to the original I/O language. It mainly wraps up the exis...

Concurrency In Rust; Can It Stack Up Against Go’s Goroutines?
engineering2020-05-11
Lane WagnerLane Wagner

Concurrency In Rust; Can It Stack Up Against Go’s Goroutines?

The post Concurrency In Rust; Can It Stack Up Against Go’s Goroutines? appeared first on...

Basics of testing in Go
go2020-05-08
Abhishek GuptaAbhishek Gupta

Basics of testing in Go

This blog is a part of the Just Enough Go series and provides an introduction to Testing in Go with t...

packagemain #20: Building a TCP Chat in Go
go2020-05-11
Alex PliutauAlex Pliutau

packagemain #20: Building a TCP Chat in Go

Building a TCP Chat in Go

What I learnt while working my first open source package for Go
showdev2020-05-10
Akshay BharambeAkshay Bharambe

What I learnt while working my first open source package for Go

Recently I released a small package for Go. akshaybharambe14...

Learning Golang 107
go2020-05-10
jguojguo

Learning Golang 107

Concurrency Concurrent programming in many environments is made difficult by the subtletie...

Fiber v1.9.6 🔥 How to improve performance by 817% and stay fast, flexible and friendly?
go2020-05-09
Vic ShóstakVic Shóstak

Fiber v1.9.6 🔥 How to improve performance by 817% and stay fast, flexible and friendly?

Introduction Hey, gophers and Fiber community 👋 I missed the beginning of the v1.9.x...

Excelize 2.2.0 Released
go2020-05-10
xurixuri

Excelize 2.2.0 Released

Excelize is a library written in pure Go and providing a set of functions that allow you to write to and read from XLSX files.

Learning Golang 106
go2020-05-10
jguojguo

Learning Golang 106

Interface Interfaces are a contract to help us manage types. define an interface type bo...

Reflections on 2 Years of Go
go2020-05-10
Ryan WangRyan Wang

Reflections on 2 Years of Go

Click here for the original. I've been working in Go for the past two years at Assembled, where it's...

Learning Golang 105
go2020-05-10
jguojguo

Learning Golang 105

Custom Type and Receiver define a type type deck []string receiver fun (d deck) pr...