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

Attempting to Learn Go - Let's Get Modular - Again!
go2019-01-05
Steve LaytonSteve Layton

Attempting to Learn Go - Let's Get Modular - Again!

Following up from our last post let's see what we need to do to release a new version!

Creating Your Own BeforeEach() in Go
go2019-01-07
Taylor SilvaTaylor Silva

Creating Your Own BeforeEach() in Go

TDD with Go's built-in test framework

Go library for reading and writing Microsoft Excel™ (XLSX) files
go2019-01-03
xurixuri

Go library for reading and writing Microsoft Excel™ (XLSX) files

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.

Twitz Coding Session in Go – Cobra + Viper CLI Wrap Up + Twitter Data Retrieval
go2019-01-05
Adron HallAdron Hall

Twitz Coding Session in Go – Cobra + Viper CLI Wrap Up + Twitter Data Retrieval

Coding Session in Go - Cobra + Viper CLI for Parsing Text Files, Retrieval of Twitter Data, and Exports to various file formats.

Twitz Coding Session in Go – Cobra + Viper CLI with Initial Twitter + Cassandra Installation
apachecassandra2019-01-05
Adron HallAdron Hall

Twitz Coding Session in Go – Cobra + Viper CLI with Initial Twitter + Cassandra Installation

Coding Session in Go – Cobra + Viper CLI for Parsing Text Files, Retrieval of Twitter Data, Exports to various file formats, and export to Apache Cassandra.

Using mock on Golang tests
go2019-01-02
Rafael AciolyRafael Acioly

Using mock on Golang tests

learn how to write tests with mock using golang

Importance of Configuring Go sql.DB Connections
go2019-01-04
Aaron EllingtonAaron Ellington

Importance of Configuring Go sql.DB Connections

The obvious advice that I missed when switching from PHP to Go

Awesome Golang Security 🕶🔐
showdev2018-12-27
Stefan StreichsbierStefan Streichsbier

Awesome Golang Security 🕶🔐

An awesome list of security-related resources for Golang

Artistic Terminal with Docker & Go
docker2019-01-01
Abdullah AlgarniAbdullah Algarni

Artistic Terminal with Docker & Go

I am not a fan of using the Terminal, and I've always liked seeing things, and clicking on them. But...

How to test a function that uses os.Exec?
go2018-12-31
Chris JamesChris James

How to test a function that uses os.Exec?

How do we test functions that call out to the operating system?

A lightweight web framework for Go
go2018-12-29
林子篆林子篆

A lightweight web framework for Go

Rocket is a little web framework because we're tired at marshaling/unmarshaling data when developing...

A TODO app using grpc-web and Vue.js
grpc2018-12-23
J AravindhanJ Aravindhan

A TODO app using grpc-web and Vue.js

A gentle introduction to gRPC and grpc-web

How to compare Go benchmark in TravisCI
go2018-12-28
林子篆林子篆

How to compare Go benchmark in TravisCI

Although the article is for Go, but you still can use concept part for others language. Frist we...

Versioning your API in Go
go2018-12-24
George CalianuGeorge Calianu

Versioning your API in Go

At some point in time your API need to have versions like /v1 or /v2 (like github API). To implement...

It's Been Three Months Since My First Go LoC 🤓 🎓
go2018-12-22
Boris Jamot ✊ /Boris Jamot ✊ /

It's Been Three Months Since My First Go LoC 🤓 🎓

What I've learned as a Go developer in the last 3 months

Building My Personal Site with Go and TailwindCSS
webdev2018-12-17
Andrew DavisAndrew Davis

Building My Personal Site with Go and TailwindCSS

How I built a custom personal site using Go