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

Retrieving the full path of a process on MacOS (and exploring procfs)
programming2018-09-25
Ciro S. CostaCiro S. Costa

Retrieving the full path of a process on MacOS (and exploring procfs)

Hey, Another day I was trying to make sure that a given process that I was running was using a speci...

Vue-like framework in Go+wasm
go2018-09-26
Jeff LindsayJeff Lindsay

Vue-like framework in Go+wasm

Today I got a proof of concept working of a front-end web framework in Go inspired by Vue.js. We have Vue-like templating, Vue-like instances in Go, and methods on those instances that can be used as event handlers.

Writing a pre-commit git hook for Go files.
git2018-09-27
radlinskiiradlinskii

Writing a pre-commit git hook for Go files.

Article on how to write a basic pre-commit hook for files written in the Go programming language.

My Journey from PHP to Go
php2018-09-20
Boris Jamot ✊ /Boris Jamot ✊ /

My Journey from PHP to Go

One week of Go dev for a PHP dev

Keeping open source projects - awesome-go
opensource2018-09-25
Thiago AvelinoThiago Avelino

Keeping open source projects - awesome-go

Beginning of any project (especially when we are talking about open source) is extremely entertaining...

Golang, it was love at first sight.
webdev2018-09-18
Adrian B.G.Adrian B.G.

Golang, it was love at first sight.

Learning about the cloud, naturally I was driven into the face of Go, after the first LOC I got in love.

When nil Isn't Equal to nil
go2018-09-24
Jon CalhounJon Calhoun

When nil Isn't Equal to nil

It is easy to get confused by when and why different variants of nil will be equal and when they won't be in Go. In this article we explore why this happens so that you know what to expect when writing your code.

Go quick start
go2018-09-23
林子篆林子篆

Go quick start

I am going to show you enough knowledge to getting start with Go. Are you ready? ...

OBS client in Go, and JXA apps with Dock extras
obs2018-09-20
Jeff LindsayJeff Lindsay

OBS client in Go, and JXA apps with Dock extras

Today I built a client to work with a plugin to OBS that lets you remotely control it over Websocket. We can eventually generate types for all the messages, but what we got done today using maps for messages is already useful. I also spent maybe too much time playing with MacOS bundles for JXA applications and plugins, specifically for extending the Dock. But I mostly figured it out.

Writing modular software using Go plugins
go2018-09-19
Domenico LucianiDomenico Luciani

Writing modular software using Go plugins

The 1.8 version of Go bring with it the ability to writing modular software using plugins, how? Each...

Building a finance tracking REST API using Go with TDD - Part 2
go2018-09-17
Alireza BashiriAlireza Bashiri

Building a finance tracking REST API using Go with TDD - Part 2

Building a finance tracking REST API using Go from scratch with test-driven development

Use httpexpect to test server
http2018-09-16
林子篆林子篆

Use httpexpect to test server

Use built-in functionality to test a Go server is a painful experience. The problem is because we...

golangのechoで静的なサイトを建てるならNowがお手軽という話
docker2018-09-19
fk_2000fk_2000

golangのechoで静的なサイトを建てるならNowがお手軽という話

NowというPaasが、golangをデプロイするのにお手軽だということがわかった。 golang echo でサーバ書いて Dockerfile 書いて now でアップロードしてみた。ドメインは...

CREATE A GO APPLICATION WITH ONLINE PRESENCE
go2018-09-18
NeoNeo

CREATE A GO APPLICATION WITH ONLINE PRESENCE

A live streaming application that displays the online presence of the users currently streaming a video

Go 2 Draft: Generics
go2018-09-14
deandean

Go 2 Draft: Generics

The Go community has always asked for generics, and the Go team might just deliver.

Creating a Hugo site on GitHub Pages
hugo2018-09-11
DillonDillon

Creating a Hugo site on GitHub Pages

A step-by-step of creating a Hugo site and hosting it on GitHub Pages