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

Should I learn golang?
go2020-05-20
natamacmnatamacm

Should I learn golang?

Yes, it never hurts to learn a new language and Go is great at concurrency. Go (Golang) is an open-so...

API Rest con Go (Golang) y PostgreSQL Parte 3
go2020-05-20
Orlando MonteverdeOrlando Monteverde

API Rest con Go (Golang) y PostgreSQL Parte 3

Requisitos: Conocimientos básicos sobre el lenguaje go. Conocimiento sobre HTTP y REST re...

Exploring the possibilities of Golang string formatting
go2020-04-30
Brian Neville-O'NeillBrian Neville-O'Neill

Exploring the possibilities of Golang string formatting

Written by Michiel Mulders✏️ A string is one of the most-used types in software programs. Strings...

Exploitation Exercise with Go unsafe.Pointer: Code Flow Redirection (Part 2)
go2020-05-20
Johannes LauingerJohannes Lauinger

Exploitation Exercise with Go unsafe.Pointer: Code Flow Redirection (Part 2)

In this second part, we will evolve from reading memory to redirecting the code flow. This means we w...

Results in Go - an experimental way of handling errors
go2020-05-20
Elijah WilsonElijah Wilson

Results in Go - an experimental way of handling errors

Error handling in Go is less than straightforward. There are many examples of how to handle errors an...

Box CLI Maker
devgrad20202020-05-20
Swastik BaranwalSwastik Baranwal

Box CLI Maker

Box CLI Maker Make Highly Customized Boxes for your CLI Features Make termin...

Running a Go program in Deno via WASM
webassembly2020-05-16
GeorgeGeorge

Running a Go program in Deno via WASM

Deno v1.0 landed this week and I just wanted to take a moment to talk about how you can run a Go prog...

The Go way to parse strings into dates is pretty confusing unless you live in a small fraction of the world
go2020-05-18
Ruben SanchezRuben Sanchez

The Go way to parse strings into dates is pretty confusing unless you live in a small fraction of the world

When it comes to date formats, there is about 640 million people who prefer to order using MDY, and m...

Go v Python A Technical Deep Dive
go2020-05-18
Derek D.Derek D.

Go v Python A Technical Deep Dive

Go v Python a Technical Deep Dive Python is well known for its simple, natural language li...

Golang tutorial - 3 Control Flow (Selection)
go2020-05-18
nadirbasalamahnadirbasalamah

Golang tutorial - 3 Control Flow (Selection)

Selection is a mechanism to execute certain code based on specified conditions. There are four types...

Golang tutorial - 1 Introduction
go2020-05-17
nadirbasalamahnadirbasalamah

Golang tutorial - 1 Introduction

Introduction Go Programming language also known as Golang is an open-source programming...

Download Vonage Voice API Recordings with Golang
developer2020-05-18
Lorna Jane MitchellLorna Jane Mitchell

Download Vonage Voice API Recordings with Golang

We love the Voice API and all the fun things you can do with it. Today I’m going to show you a Golang...

Golang tutorial - 2 Constant
go2020-05-17
nadirbasalamahnadirbasalamah

Golang tutorial - 2 Constant

Constant in Golang In many programming languages, there is a special variable called a...

Create a GraphQL server with Go
go2020-05-16
Kenichi EbinumaKenichi Ebinuma

Create a GraphQL server with Go

Let's create a GraphQL server with Go. gqlgen is a good choice to implement GraphQL server with Go....

What is a Type in Go?
go2020-05-16
Martin CartledgeMartin Cartledge

What is a Type in Go?

Click to subscribe to my newsletter Click to follow me on twitter Click to view my Github This is th...

How to Set Up a Local Development Workflow with Docker for your Go Apps (with MongoDB and Mongo Express)
docker2020-05-15
Cosmas GikunjuCosmas Gikunju

How to Set Up a Local Development Workflow with Docker for your Go Apps (with MongoDB and Mongo Express)

This is how I set up my local development flow using for Go and Mongo Apps with Hot Reloead and Mongo Express Client