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

Giving Go another chance: command line arguments
go2019-01-22
Dmitry YakimenkoDmitry Yakimenko

Giving Go another chance: command line arguments

I'm writing a simple time tracking tool and rediscovering Go at the same time.

On building a small cross-platform CLI tool in C, Go & Swift
node2019-01-25
gerwertgerwert

On building a small cross-platform CLI tool in C, Go & Swift

A great thing about being a programmer is that if you need specific, customised, tooling, you can jus...

Validating Client Certificate SANs in Go
go2019-01-24
Jeremy MillJeremy Mill

Validating Client Certificate SANs in Go

How to validate client certificate SANs in Go using callbacks on tls.Config

Tracing source code of Kubernetes client-go
kubernetes2019-01-25
林子篆林子篆

Tracing source code of Kubernetes client-go

Whole thing is started from Ingress this feature of Kubernetes.But today I’m not going to talk too...

Go, Google Functions and Gitlab-ci a perfect combination
go2019-01-19
Renato SueroRenato Suero

Go, Google Functions and Gitlab-ci a perfect combination

A tutorial to show how to use Go in the google functions and do a deploy Gitlab-ci

Google Cloud Functions in Go
go2019-01-21
Alex PliutauAlex Pliutau

Google Cloud Functions in Go

Google Cloud Functions in Go

Go Micro - A Zero Dependency Microservice Framework
showdev2019-01-16
Asim AslamAsim Aslam

Go Micro - A Zero Dependency Microservice Framework

A simplified experience for building microservices in Go

Integrating logrus with cobra
go2019-01-18
Sébastien Le GallSébastien Le Gall

Integrating logrus with cobra

Setting up the log level before any command execution

Go is supported in Google functions
go2019-01-17
Renato SueroRenato Suero

Go is supported in Google functions

Now we can use Go to run google functions =). Take a look an example: // Package helloworld...

Asynchronous Processing with Go using Kafka and MongoDB
go2019-01-16
donvitocodesdonvitocodes

Asynchronous Processing with Go using Kafka and MongoDB

In my previous blog post "My First Go Microservice using MongoDB and Docker Multi-Stage Builds",...

Golang Security Checker
go2019-01-11
Renato SueroRenato Suero

Golang Security Checker

a tutorial about gosec, a golang tool that inspects the source code for security problems by scanning the Go AST.

Let's talk about Health Checks
go2019-01-12
Douglas Makey Mendez MoleroDouglas Makey Mendez Molero

Let's talk about Health Checks

Basic introduce to Health checks.

Improve the Go code with GolangCI-Lint
go2019-01-13
Renato SueroRenato Suero

Improve the Go code with GolangCI-Lint

GolangCI-Lint is a linters aggregator.

Uploading file(s) to AWS S3 using Go
go2019-01-10
Paul BradleyPaul Bradley

Uploading file(s) to AWS S3 using Go

Example code showing how to upload file(s) to Amazon S3 using Go.

GopherCon 2019 CFP OMG!
go2019-01-10
Aaron SchlesingerAaron Schlesinger

GopherCon 2019 CFP OMG!

Hey Gophers! I want you to submit a proposal to talk at GopherCon 2019. ... and I want you to start...

Attempting to Learn Go - Let's Get Modular - Again!
go2019-01-05
Steve LaytonSteve Layton

Attempting to Learn Go - Let's Get Modular - Again!

Following up from our last post let's see what we need to do to release a new version!