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

Polymorphism for Go slices
go2019-05-20
VicentVicent

Polymorphism for Go slices

How to use Go polymorphism on slices

Creating a Simple Contacts List with Go and PostgreSQL
go2019-05-15
Kamal NasserKamal Nasser

Creating a Simple Contacts List with Go and PostgreSQL

In this post, we will build a simple web page containing a contacts list, with th...

Vim fzf - Project Root
vim2019-05-18
Serhat TekerSerhat Teker

Vim fzf - Project Root

What is fzf? fzf is a general-purpose command-line fuzzy finder written in Go. fzf is a...

How to control router access permissions in Golang web application
go2019-05-17
OleksOleks

How to control router access permissions in Golang web application

In this post I'm going to describe how can we limit user access to the specific url in golang web application.

My first useful open source project
tools2019-05-16
VadimVadim

My first useful open source project

Simple task runner on directory changes that doesn't produce tons of logs if everything is OK 👌

Learning Go Notes - Clean Architecture and Go, is it a match?
go2019-05-15
Haruan JustinoHaruan Justino

Learning Go Notes - Clean Architecture and Go, is it a match?

These last days I was migrating a PHP project from symfony 2.8 to 3.4 and PHP from 5.6 to 7.2 and it...

Playing with Go: Functions as a parameter
go2019-05-15
Florian RandFlorian Rand

Playing with Go: Functions as a parameter

function as a parameter in golang

Understanding the empty interface in Go
go2019-05-09
Florian RandFlorian Rand

Understanding the empty interface in Go

Empty interfaces in Golang

Going to the Stars With SDL2 and Go
go2019-05-12
Steve LaytonSteve Layton

Going to the Stars With SDL2 and Go

Take to the stars

Sterilizing bash history
bash2019-05-12
lbonanomilbonanomi

Sterilizing bash history

Shared accounts are an unpleasant fact of life for many Linux sysops engineers. This can be a problem...

Build a 2MB REST API -- Scratch Images Episode III
docker2019-05-09
Tony MetzidisTony Metzidis

Build a 2MB REST API -- Scratch Images Episode III

Building the smallest and simplest Docker images using Scratch. A Go proxy REST API. multi stage docker images. stretch

How to test database interactions in golang applications
go2019-05-09
OleksOleks

How to test database interactions in golang applications

Testing of functions with database interactions always was challenging. Recently, I found a wonderful library, which will simplify writing tests and mocking database queries in golang applications a lot. And I want to share a short example of how to work with it.

Golang & DevOps - A Match Made In Heaven?
go2019-05-08
Pavan BelagattiPavan Belagatti

Golang & DevOps - A Match Made In Heaven?

Reasons that make ‘Go’ lang fit well in the DevOps ecosystem.

Building Desktop App in Go using Wails
go2019-05-06
Alex PliutauAlex Pliutau

Building Desktop App in Go using Wails

Building Desktop App in Go using Wails

PhotoPrism: Personal Photo Management powered by Go, TensorFlow & Vuetify
opensource2019-05-08
Michael MayerMichael Mayer

PhotoPrism: Personal Photo Management powered by Go, TensorFlow & Vuetify

Free and open-source. Made with ❤️ in Berlin.

Testing in Go: First Principles
go2019-05-08
Ilija EftimovIlija Eftimov

Testing in Go: First Principles

If you have any programming experience, whether that’s as a student or a professional, there’s a good...