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

Note: graphql-go Tutorial
graphql2021-03-21
Takahiro KudoTakahiro Kudo

Note: graphql-go Tutorial

I did graphql-go Tutorial and had a little trouble. Therefore I share my note. Getting sta...

Easiest way to Install Go on Linux
go2021-03-21
codenoid_codenoid_

Easiest way to Install Go on Linux

Go (golang for seo-friendliness) is an open-source and lower-level programming language designed to e...

How I mock unit tests in Golang
go2021-03-17
Christian SekiChristian Seki

How I mock unit tests in Golang

First of all I just want you guys to know that I'm not a golang expert, I started to use golang as a...

A simple blog in Go
go2021-03-20
Mark SawardMark Saward

A simple blog in Go

It has been a hectic two months. My plans to learn rust have been shelved for now, due to far too mu...

Crack the top 50 Golang interview questions
go2021-03-18
Ryan ThelinRyan Thelin

Crack the top 50 Golang interview questions

The Go programming language, or Golang, is an open-source programming language similar to C but is op...

Changing the middleware behavior with mux
go2021-03-20
JuanPabloJuanPablo

Changing the middleware behavior with mux

TL;DR: You can change the behavior of a middleware exchanging it for another previously stored. Prob...

Free Maker accounts for Stream
chat2021-03-17
ThierryThierry

Free Maker accounts for Stream

As some of you know I've been working on my startup Stream for about 5 years now. We've just raised a...

How I Organize My Local Development Environment
engineeringpractices2021-03-17
Lane WagnerLane Wagner

How I Organize My Local Development Environment

The post How I Organize My Local Development Environment first appeared on Qvault. When I was just...

Começando com Go - parte 2 - Estruturando a API
go2021-03-17
Marcelo PinheiroMarcelo Pinheiro

Começando com Go - parte 2 - Estruturando a API

Fala meus consagrados e consagradas, beleza? Bom, como eu havia dito ontem, hoje vamos criar nosso p...

Building Microservices in Go: Accessing PostgreSQL Databases - Plain SQL
go2021-03-16
Mario CarrionMario Carrion

Building Microservices in Go: Accessing PostgreSQL Databases - Plain SQL

Persistent data stores are a key component when building microservices, narrowing them down to...

Building Microservices in Go: Caching using memcached
go2021-03-10
Mario CarrionMario Carrion

Building Microservices in Go: Caching using memcached

Understanding the nuances behind when and how to use caching is important when building...

Building a Blockchain in Go PT: I - The Hello World of Blockchains
go2021-03-09
Noah HeinNoah Hein

Building a Blockchain in Go PT: I - The Hello World of Blockchains

Hello everyone! I recently have been trying to learn go, and with all of the recent hype around NFT...

How to become a Golang developer: 6 step career guide
go2021-03-09
Amanda FawcettAmanda Fawcett

How to become a Golang developer: 6 step career guide

Note: We recognize that every person has a different career path when it comes to Go. This is not me...

JWT Implementation in Go
go2021-03-11
Gustavo AndrioliGustavo Andrioli

JWT Implementation in Go

What is JWT? JWTs (short for JSON Web Tokens) are simply a way of safely transmitting info...

Intro to automated testing in Go
go2021-03-09
Andy HaskellAndy Haskell

Intro to automated testing in Go

Testing with Go's standard library for newcomers to Go

Using a High-Level RabbitMQ Client in Golang
go2021-03-10
Lane WagnerLane Wagner

Using a High-Level RabbitMQ Client in Golang

The post Using a High-Level RabbitMQ Client in Golang first appeared on Qvault. If you’ve already...