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

Java vs Go: Impressive solutions for invented problems
java2020-06-19
Jawher MoussaJawher Moussa

Java vs Go: Impressive solutions for invented problems

Originally published on my personal blog Let's start with the Shadoks Les Shadoks is a...

Diun 4.0 available with Kubernetes support
docker2020-06-25
CrazyMaxCrazyMax

Diun 4.0 available with Kubernetes support

Receive notifications when a Docker image is updated on a Docker registry.

What is the Slice and Map Type in Go?
go2020-06-25
Martin CartledgeMartin Cartledge

What is the Slice and Map Type in Go?

Click to subscribe to my newsletter Click to follow me on twitter Click to view my Github This is th...

Hugo website CMS
webdev2020-06-25
Manuel FigueroaManuel Figueroa

Hugo website CMS

Introduction In my previous post, I successfully deployed a Hugo static site through...

Go - The note on "omitempty"
go2020-06-25
Takahiro KudoTakahiro Kudo

Go - The note on "omitempty"

json.Marshal outputs empty json strings if the struct has a Value-type struct marked "omitempty" So...

Learning Golang (some rough notes) - S01E00
go2020-06-25
Robin MoffattRobin Moffatt

Learning Golang (some rough notes) - S01E00

My background is not a traditional CompSci one. I studied Music at university, and managed to wangle...

🔥 Trending Developers News — Weekly Picks #133
vscode2020-06-24
Ido ShamunIdo Shamun

🔥 Trending Developers News — Weekly Picks #133

🌟 This week we featured posts that will get you started with Go, discover new IDEs, and lots of free...

Learning Golang (some rough notes) - S01E01 - Pointers
go2020-06-25
Robin MoffattRobin Moffatt

Learning Golang (some rough notes) - S01E01 - Pointers

👉 A Tour of Go : Pointers I’ve never used pointers before. Found plenty of good resources about what...

Most commonly asked questions about Dapr
microservices2020-06-24
Abhishek GuptaAbhishek Gupta

Most commonly asked questions about Dapr

Dapr is "An event-driven, portable runtime for building microservices on cloud and edge." Being an ex...

How to Code in Go eBook
go2020-06-22
DigitalOceanDigitalOcean

How to Code in Go eBook

An ebook designed to introduce you to writing programs with the Go programming language.

🚀 GitHub Action for release your Go projects as fast and easily as possible
tutorial2020-06-21
Vic ShóstakVic Shóstak

🚀 GitHub Action for release your Go projects as fast and easily as possible

Introduction Hello, DEV World! 😉 Continuing the series of articles on automating routine...

Metaprogramming with Go - or how to build code generators that parse Go code
go2020-06-22
Christopher HlubekChristopher Hlubek

Metaprogramming with Go - or how to build code generators that parse Go code

The ideal Go code is optimized for legibility (easy to read, follow and understand). It favors explic...

Go Crash Course Video
go2020-06-21
Donald FeuryDonald Feury

Go Crash Course Video

I made my first "comprehensive" video tutorial relating to programming. In this one I explain...

Go - Set Parsed form values to Struct
go2020-06-23
Takahiro KudoTakahiro Kudo

Go - Set Parsed form values to Struct

// Set FormValues to struct func SetFormValueToStruct(values url.Values, structPtr interface{})...

Golang Nedir?
go2020-06-21
Metecan KaplanMetecan Kaplan

Golang Nedir?

Merhaba, bu benim ilk blog yazım ve heyecanla yazıyorum. Bu ilk yazımda Go programlama dilini ya da...

[memo] Debug values at Golang
go2020-06-21
あとやす / a_yasuiあとやす / a_yasui

[memo] Debug values at Golang

This dump to value at golang