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

Gituser CLI - Switch between git accounts easily
cli2021-04-16
Lucas Neves PereiraLucas Neves Pereira

Gituser CLI - Switch between git accounts easily

Hello there 🙂 First of all you all may be wondering "What in the world is gituser??" Gituser is a...

Apple API schemas for code generation and more
programming2021-04-16
Jeff LindsayJeff Lindsay

Apple API schemas for code generation and more

Why I love API schemas and built a tool to generate schemas from Apple documentation.

Building a Configuration Generator for Mikrotiks Using Wails and React
go2021-04-16
Nathan SummersNathan Summers

Building a Configuration Generator for Mikrotiks Using Wails and React

I work at an Internet Service Provider (ISP) in Idaho, and we use Mikrotiks extensively for fiber and...

Building a Blockchain in Go PT: IV - Transactions
tutorial2021-04-15
Noah HeinNoah Hein

Building a Blockchain in Go PT: IV - Transactions

You can find the code here Hello everyone! Last I left off I was adding the ability to print out...

Go project structures
go2021-04-15
Perm ChaoPerm Chao

Go project structures

source & credit : thank you Kat Zień video repository Goals Consistent เพื่อให้โครงส...

Splitting a String into a Slice in Golang
go2021-04-15
Lane WagnerLane Wagner

Splitting a String into a Slice in Golang

The post Splitting a String into a Slice in Golang first appeared on Qvault. I can’t begin to tell...

How to build a CLI tool with Go and Cobra
go2021-04-13
Div RhinoDiv Rhino

How to build a CLI tool with Go and Cobra

Originally posted on divrhino.com Go is very useful for building services and tools for...

JWT and Go. How to integrate them with security requirements
go2021-04-13
Alex BrichakAlex Brichak

JWT and Go. How to integrate them with security requirements

Hey there! I am Alexander Brichak, Golang developer at NIX. Using commonly accepted solutions and te...

My journey to writing my blog in Go
go2021-04-14
Riya DattaniRiya Dattani

My journey to writing my blog in Go

Originally posted on www.riyadattani.com I built my blog (www.riyadattani.com) from scratch, without...

How to add flags to a CLI tool built with Go and Cobra
go2021-04-13
Div RhinoDiv Rhino

How to add flags to a CLI tool built with Go and Cobra

Originally posted on divrhino.com Prerequisites In the first part of this tutorial se...

go-portfinder: Go implementation of npm portfinder
showdev2021-04-14
Prasanna KumarPrasanna Kumar

go-portfinder: Go implementation of npm portfinder

A simple tool to find an open port on the current machine.

println() and fmt.Println()
go2021-04-14
manuelmanuel

println() and fmt.Println()

println() is a built-in function and looks useful to developers, because they lack dependencies. But...

CI/CD for Kubernetes using GitHub Actions, and Keel
kubernetes2021-04-13
Achyuta DasAchyuta Das

CI/CD for Kubernetes using GitHub Actions, and Keel

In this article, the goal is to show how to set up a containerized application in Kubernetes with a v...

🈂️ An easy way to translate your Golang application
go2021-04-12
Vic ShóstakVic Shóstak

🈂️ An easy way to translate your Golang application

Introduction よう皆!✌️ Let's talk about one of the important topics, if you're preparing a Go...

Set node affinity to all pods in a namespace
kubernetes2021-04-12
Ivan GenchevIvan Genchev

Set node affinity to all pods in a namespace

Recently I had to install a fairly large system on an existing k8s cluster and make sure its pods run...

The Simple Golang Tutorial Part 2 - Variables, Types, and Operators
go2021-04-12
Ali SheriefAli Sherief

The Simple Golang Tutorial Part 2 - Variables, Types, and Operators

Welcome back to the Golang series. Let's try to get a good understanding of how to declare and use va...