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

Go Crash Course Part III: Variables and Functions
go2021-05-05
Mofi RahmanMofi Rahman

Go Crash Course Part III: Variables and Functions

Variables In Go using the var keyword we can declare a list of variables of same type....

How I write and test Go HTTP services after 1 year
go2021-05-05
Alex MammayAlex Mammay

How I write and test Go HTTP services after 1 year

Warning, opinions may be ahead

SQL Migrations with Cobra & Golang Migrate
go2021-05-04
Lucas Neves PereiraLucas Neves Pereira

SQL Migrations with Cobra & Golang Migrate

Hello dear readers, lately I've been struggling to run database migrations in Golang with sqlite3 but...

Data-oriented ant, in Go
go2021-05-04
Valentin DeleplaceValentin Deleplace

Data-oriented ant, in Go

I read the great article The compiler will optimize that away and wanted to quick check how the "most...

Go Crash Course Part II: Package, Import and Export
go2021-05-04
Mofi RahmanMofi Rahman

Go Crash Course Part II: Package, Import and Export

Package Scope We structure our code in packages. We also import other packages from standa...

Things I learned about Go
go2021-05-02
Mahamed BelkheirMahamed Belkheir

Things I learned about Go

Go is a statically typed, compiled, imperative language with support for elements of functional and o...

How to create PDFs with Go, Maroto & GoFakeIt
go2021-05-02
Div RhinoDiv Rhino

How to create PDFs with Go, Maroto & GoFakeIt

Originally posted on divrhino.com In this tutorial, we will learn how to use the Maroto package...

Golang Data Connector Part 2
go2021-05-02
Steve LaytonSteve Layton

Golang Data Connector Part 2

Intro Last time we started our small data collector. The idea is we want to move data fr...

Setup Go with VSCode in Docker and Air for debugging
docker2021-04-30
Andrei DascaluAndrei Dascalu

Setup Go with VSCode in Docker and Air for debugging

I have to say that Visual Studio Code, for all its pros and cons for various language, it's a totally...

Implementing testing in Golang
go2021-05-01
Lucas Neves PereiraLucas Neves Pereira

Implementing testing in Golang

Hello dear readers, being a Junior to Mid Developer myself I've been of course faced to this weird "f...

New golang package to reduce code duplication in APIs
go2021-05-01
Alexis ViscogliosiAlexis Viscogliosi

New golang package to reduce code duplication in APIs

Hi Golang developers! I just released a new package that will help you develop APIs in go. Look at...

Building Microservices in Go: Domain Driven Design and Project Layout
go2021-04-30
Mario CarrionMario Carrion

Building Microservices in Go: Domain Driven Design and Project Layout

Disclaimer: This post includes Amazon affiliate links. If you click on one of them and you make a...

Performing code checks with GitHub actions & sending results to slack
github2021-04-29
Abdul KhaliqAbdul Khaliq

Performing code checks with GitHub actions & sending results to slack

What is a GitHub Action ? A GitHub action is an element of your custom workflow that is...

Functions
go2021-04-18
Samuel Grasse-HaroldsenSamuel Grasse-Haroldsen

Functions

An overview of using functions in Go

Sample test automation framework written in Golang
testing2021-04-29
Sebastian PazmaySebastian Pazmay

Sample test automation framework written in Golang

There are multiple test automation tools which are already well-developed and highly used. However as...

Using Go inside Wren CLI
go2021-04-28
CamiloCamilo

Using Go inside Wren CLI

Using static libs inside C to create Wren bindings