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

Domain, Service and IoC
go2020-07-26
Marcos FilhoMarcos Filho

Domain, Service and IoC

All the code's that you will see in this post you can check here To keep building our project, in th...

Build Powerful Go CLI Applications Using the Cobra Package 🐍
go2020-07-26
Donald FeuryDonald Feury

Build Powerful Go CLI Applications Using the Cobra Package 🐍

Shout out to my wife who makes these hilarious thumbnails, follow her on twitter and instagram...

Learning the Go programming language by creating the Amanuense bot
go2020-07-24
Emilio SchepisEmilio Schepis

Learning the Go programming language by creating the Amanuense bot

Introduction Recently I've felt the urge to learn a new programming language. I believe t...

Go2: Map and Filter with Generics
go2020-07-24
Swastik BaranwalSwastik Baranwal

Go2: Map and Filter with Generics

Go plans to add generics in their next big release since 2016 and they have been working upon the syn...

Configure Go Programs Using the Viper Package 🐍
go2020-07-24
Donald FeuryDonald Feury

Configure Go Programs Using the Viper Package 🐍

Shout out to my wife who makes these hilarious thumbnails, follow her on twitter and instagram...

Onion Architecture 🧅
go2020-07-15
Barry McAuleyBarry McAuley

Onion Architecture 🧅

Onions are a delicious vegetable and are a core ingredient in cuisines around the world. Perhaps then...

How to Implement “Sign In With Google” in Golang
go2020-07-22
Lane WagnerLane Wagner

How to Implement “Sign In With Google” in Golang

The post How to Implement “Sign In With Google” in Golang appeared first on Qvault. User’s love...

Tutorial: Getting started with Azure Data Explorer using the Go SDK
go2020-07-22
Abhishek GuptaAbhishek Gupta

Tutorial: Getting started with Azure Data Explorer using the Go SDK

With the help of an example, this blog post will walk you through how to use the Azure Data explorer...

Sorting Data in Go
beginners2020-07-22
Martin CartledgeMartin Cartledge

Sorting Data in Go

This is the tenth entry of my weekly series Learning Go. Last week I talked about Pointers, Marshalli...

Testing API Libraries
go2020-07-22
Jon CalhounJon Calhoun

Testing API Libraries

Nearly all apps need to talk other apps via API. In many cases we end up writing those API libraries on our own, which means we need to come up with a reliable way to test that code. In this article we explore techniques and advice that make it easier to test and maintain API client libraries written in Go.

Simple web app to serve with go
go2020-07-22
Arjun ShettyArjun Shetty

Simple web app to serve with go

Lets us create a simple web application which will serve static files a html template using golang H...

sci-hub.tw wrapper - desearch
showdev2020-07-22
Kumar AshwinKumar Ashwin

sci-hub.tw wrapper - desearch

Going through the internet in search of research papers for the literature review, I found this cool...

How to display Go processes with their commands
go2020-07-22
Tomasz GibaTomasz Giba

How to display Go processes with their commands

you have to have gops installed: https://github.com/google/gops then: gops | awk '{print $1}' | xa...

Golang Tutorial - 11 Testing
go2020-07-22
nadirbasalamahnadirbasalamah

Golang Tutorial - 11 Testing

Software Testing When creating software, a mistake can be found when before or even after...

Tripperwares: http.Client Middleware - chaining RoundTrippers
go2020-07-22
Steve CoffmanSteve Coffman

Tripperwares: http.Client Middleware - chaining RoundTrippers

http.Client Middleware or "Tripperwares" adhere to func (http.RoundTripper) http.RoundTripper signatu...

ทำไม Go ต้องมี pointer และเราใช้ pointer ใน Go ตอนไหนบ้าง
go2020-07-19
Weerasak ChongnguluamWeerasak Chongnguluam

ทำไม Go ต้องมี pointer และเราใช้ pointer ใน Go ตอนไหนบ้าง

เวลาเราอ่านเจอเรื่อง pointer ก็จะเห็นว่าเป็น type ที่เอาไว้เก็บ address แต่ถ้าจะให้เข้าใจต้องถามต่อไป...