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

Echo Go - Template Rendering
go2020-09-13
Ega PrasetyaEga Prasetya

Echo Go - Template Rendering

Essentially parsing and rendering template proccess is not to handle with echo but handle with API fr...

Optimizing String Comparisons in Go
go2020-09-11
Jeremy MorganJeremy Morgan

Optimizing String Comparisons in Go

Optimizing string comparisons can shave time off your program execution time. In this article, we find out which way is the fastest.

My Journey To Golang
go2020-09-11
Michael LevanMichael Levan

My Journey To Golang

The journey of a thousand miles begins with a single step The above quote is how everything in our t...

Echo Go - Parsing HTTP Request Payload
go2020-09-11
Ega PrasetyaEga Prasetya

Echo Go - Parsing HTTP Request Payload

So in this chapter we will to learn how to parsing variation request payload in echo go, so let`s do...

Maximize (not fullscreen) your cross-platform desktop application
go2020-09-11
Pacharapol WithayasakpuntPacharapol Withayasakpunt

Maximize (not fullscreen) your cross-platform desktop application

If not for macOS "fullscreen" (and some Linux), it wouldn't be a pain. I have realize the solution f...

Automate Chromium, Firefox, and WebKit with Go (preview)
playwright2020-09-10
Max SchmittMax Schmitt

Automate Chromium, Firefox, and WebKit with Go (preview)

Control browsers in the cloud with Golang by using the Playwright library.

Build fault tolerant applications with Cassandra API for Azure Cosmos DB
database2020-09-10
Abhishek GuptaAbhishek Gupta

Build fault tolerant applications with Cassandra API for Azure Cosmos DB

Azure Cosmos DB is a resource governed system that allows you to execute a certain number of operatio...

A Gentle Introduction to Web Services With Go
go2020-09-10
Honeybadger StaffHoneybadger Staff

A Gentle Introduction to Web Services With Go

This article was originally written by Ayooluwa Isaiah on the Honeybadger Developer Blog. You may...

Let's get Started with Containers on Azure
azure2020-09-10
Frank Boucher ☁Frank Boucher ☁

Let's get Started with Containers on Azure

📺 018 - Erik St.Martin 🎙️ Frank Boucher So many are talking about containers and Docke...

Uses and difference b/w switch and match
computerscience2020-09-10
Swastik BaranwalSwastik Baranwal

Uses and difference b/w switch and match

Everyone must be using selection statements for pattern matching or equality checking. Some language...

Golang Q & A Doc.
beginners2020-09-09
sonu sharmasonu sharma

Golang Q & A Doc.

When we learn new programming language many questions pop into our mind, like why some of the feature...

Is there any place I can let others review my Go code?
help2020-09-09
official_dulinofficial_dulin

Is there any place I can let others review my Go code?

Especially concurrency-related code, because they are difficult to test, although you can use go test...

Golang Web - HTTP Cookie
go2020-09-09
Ega PrasetyaEga Prasetya

Golang Web - HTTP Cookie

Cookie is a small data piece of data stored on the users computer by the web browser while browsing a...

Getting Started with goreleaser
go2020-09-09
Sydney SchreckengostSydney Schreckengost

Getting Started with goreleaser

One of the best parts of Go is that you can get a single binary for a given platform that can then be...

Randomness in Go
go2020-08-29
Tunde OladipupoTunde Oladipupo

Randomness in Go

This is to discuss ways to generate random values in go using the rand package or the crypto rand. Th...

Firebase Emulator Suite: Running golang/python/java firestore event triggers locally with the emulator
go2020-09-08
Alex MammayAlex Mammay

Firebase Emulator Suite: Running golang/python/java firestore event triggers locally with the emulator

Awesome local firestore development with other google cloud function supported languages