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

Understand Golang channels and how to monitor with Grafana (Part 1/2)
go2019-12-08
Ahmed AshrafAhmed Ashraf

Understand Golang channels and how to monitor with Grafana (Part 1/2)

Just before we start I'd like to tell you this article contains the info I was able to understand abo...

Understand Golang channels and how to monitor with Grafana (Part 2/2)
go2019-12-09
Ahmed AshrafAhmed Ashraf

Understand Golang channels and how to monitor with Grafana (Part 2/2)

In the first part, we talked about what are go channels and how they work and how to implement them i...

Big List of GO Web Frameworks
go2019-12-10
Alex MercedAlex Merced

Big List of GO Web Frameworks

Web Frameworks are important for any programming language especially today when more and more of the...

Simple Go Mocks
go2019-12-08
Jonathan HallJonathan Hall

Simple Go Mocks

Go's interfaces and "duck typing" makes it very easy to create simple mock or stub implementations of...

Serverless in Go: How to write testable Lambdas?
go2019-12-06
prozzprozz

Serverless in Go: How to write testable Lambdas?

Lambda functions should take input parameters, pass them to your domain code and react to results acc...

Solution: UnSupported Protocol scheme golang issue
go2019-12-05
vasubabuvasubabu

Solution: UnSupported Protocol scheme golang issue

Recently I had faced an issue while using net/http to get the resource from an URL: Here is my progr...

How I built a cloud Gaming service, part 1
go2019-12-04
giongto35giongto35

How I built a cloud Gaming service, part 1

(This is a part of my cloudretro.io series. Introduced in https://dev.to/giongto35/i-write-a-cloud-ga...

Building a Music/Video Streaming Server in Go – Using HLS
go2019-12-03
Lane WagnerLane Wagner

Building a Music/Video Streaming Server in Go – Using HLS

In this tutorial, I’m going to walk you through building a streaming API using Golang. Don’t worry,...

Go channels in JS (1/5): Sending and Receiving
javascript2019-12-02
Nicolas LepageNicolas Lepage

Go channels in JS (1/5): Sending and Receiving

This post is the first of a series about how I wrote in JavaScript the equivalent of Go(lang) channel...

Git clone repositories in a GitHub organization
github2019-12-03
Murahashi [Matt] KenichiMurahashi [Matt] Kenichi

Git clone repositories in a GitHub organization

Git clone repositories in a GitHub organization

The Top 10 Places to Learn Go
go2019-11-23
Jeremy MorganJeremy Morgan

The Top 10 Places to Learn Go

Go is one of the fastest growing languages out there. Here are 10 great places to learn it!

Layering a docker image
docker2019-12-03
FarhanFarhan

Layering a docker image

Introduction I’ve been a fan of immutable infrastructure ever since I used tools like...

CloudRetro - Open Source Cloud Gaming Service for Retro Games written in Go
go2019-12-01
giongto35giongto35

CloudRetro - Open Source Cloud Gaming Service for Retro Games written in Go

2019 is the Year of Cloud gaming with the multiple announcements from Google Stadia, Microsoft XCloud...

App Engine and WebApp with Golang
appengine2019-12-02
Giuliano RibeiroGiuliano Ribeiro

App Engine and WebApp with Golang

Now is time to App Engine! My favorite GCP's service. Intro App Engine is the oldest serv...

"Hello World" performance comparison between GraalVM and Go
go2019-12-01
Theofanis DespoudisTheofanis Despoudis

"Hello World" performance comparison between GraalVM and Go

Just checking to see how GraalVM and Go compare with each other in a simple "Hello World" application

Going Serverless with OpenFaaS and Golang -  Building Optimized Templates
docker2019-11-29
Martin HeinzMartin Heinz

Going Serverless with OpenFaaS and Golang - Building Optimized Templates

In the last blog post about OpenFaaS function we explored what we can do with OpenFaaS - we created o...