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

Go - aws-sdk-go/service Unit Test
aws2020-11-26
Takahiro KudoTakahiro Kudo

Go - aws-sdk-go/service Unit Test

Here is sample codes for the unit test of aws-sdk services. In the case of DynamoDB. package repo...

I give up. Atwood's Law won
javascript2020-11-25
Bob FirestoneBob Firestone

I give up. Atwood's Law won

In the summer of 2007 Jeff Atwood jokingly wrote "Atwood's Law" any application that can...

Why there seem to be less opportunities in Rust (right now) ?
rust2020-11-24
YJDoc2YJDoc2

Why there seem to be less opportunities in Rust (right now) ?

Disclaimer : When I say 'I searched' or 'I found' or anything like that, I accept that I might not be...

Bridge Design Pattern in Go
go2020-11-25
Tomas SirioTomas Sirio

Bridge Design Pattern in Go

Hey there! Another week, another design pattern. This week I'm bringing you the Bridge Desing Patter...

How to OAuth from the Command Line
oauth2020-11-22
Laura VuorenojaLaura Vuorenoja

How to OAuth from the Command Line

This week I came up with an idea about a personal Christmas radio. I am an eager listener of Christma...

Use Go Channels as Promises and Async/Await
programming2020-11-25
Minh-Phuc TranMinh-Phuc Tran

Use Go Channels as Promises and Async/Await

If you’ve ever programmed with JavaScript, you definitely know about Promise and async/await. C#, Jav...

Text-to-Speech Voice Calls With Go
tutorial2020-11-25
Greg HolmesGreg Holmes

Text-to-Speech Voice Calls With Go

In this tutorial, we're going to learn how to make outgoing text-to-speech phone calls using Go and...

Yet another cli with golang using cobra
go2020-11-25
Arjun ShettyArjun Shetty

Yet another cli with golang using cobra

Getting work done the plain vanilla way is doing it in cli so I ended up here. Don't you love docker...

Build Your Kubernetes Operator with the Right Tool
kubernetes2020-11-24
Rafał LeszkoRafał Leszko

Build Your Kubernetes Operator with the Right Tool

You want to build a Kubernetes Operator for your software. Which tool to choose from? Operator SDK wi...

Golang Modules Tutorial
go2020-11-24
nadirbasalamahnadirbasalamah

Golang Modules Tutorial

Introduction Software dependency management is an essential feature to make development...

Industry 4.0+ | IOT, ML & BLOCKCHAIN
go2020-11-24
D\sTroD\sTro

Industry 4.0+ | IOT, ML & BLOCKCHAIN

Hi, Industry 4.0 utilizes best of resources but what if it becomes secure using blockchain? Thi...

10 - Dependency Injection and App Demo
go2020-11-23
Jacob GoodwinJacob Goodwin

10 - Dependency Injection and App Demo

Setting up an account server in Golang

Write better code and be a better programmer by NEVER USING ELSE statements
webdev2020-11-10
Douglas ParsonsDouglas Parsons

Write better code and be a better programmer by NEVER USING ELSE statements

I've been a professional programmer for the last several years. During this time I've risen rapidly t...

The next language that I should learn
explainlikeimfive2020-11-22
Joachim ZeelmaekersJoachim Zeelmaekers

The next language that I should learn

As a medior full stack developer, I'm constantly searching for new languages to test out. I quite oft...

Debug your Go app in a Docker Container
vscode2020-11-23
Rémi LavedrineRémi Lavedrine

Debug your Go app in a Docker Container

Photo by Kevin Ku on Unsplash Recently, I discovered that you can develop in a Docker Container i...

Continuous benchmarking with Go and GitHub Actions
go2020-11-23
Viacheslav PoturaevViacheslav Poturaev

Continuous benchmarking with Go and GitHub Actions

Keeping eye on code performance is a good practice that helps moving in the right (greener) direction...