• 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 errors.is cool
go2020-07-16
Stephen SolkaStephen Solka

Go errors.is cool

In 1.13 go introduced a new function on the errors package. Is. This lets you ask if the error you ar...

GO ile GTK uygulaması geliştirme - 1
gtk2020-07-15
Ali Orhun AkkirmanAli Orhun Akkirman

GO ile GTK uygulaması geliştirme - 1

GO dili ile GTK3 kütüphanesi kullanarak geliştirme yapabilirsiniz. GOlang uygulamasının kur...

How I built Ngrok Alternative
python2020-07-09
Azimjon PulatovAzimjon Pulatov

How I built Ngrok Alternative

Here's a quick intro of what I built Ngrok is a fantastic tool that helps developers to expose th...

Getting Started with Sockets Concurrently in GoLang
showdev2020-07-15
Alice WilliamsAlice Williams

Getting Started with Sockets Concurrently in GoLang

Getting Started with Sockets Concurrently in GoLang What are sockets? Sockets...

Golang: 4 points Image transformation using GoCV / OpenCV
go2020-07-16
Gourav K. NarangGourav K. Narang

Golang: 4 points Image transformation using GoCV / OpenCV

In this post, I will cover the following: What is 4-points OpenCV image transformation? H...

How to write & run database migration in Golang
go2020-07-10
TECH SCHOOLTECH SCHOOL

How to write & run database migration in Golang

When working with database, schema migration is one important task that we often have to do...

Pointers, Marshalling, and Unmarshalling Data in Go
go2020-07-15
Martin CartledgeMartin Cartledge

Pointers, Marshalling, and Unmarshalling Data in Go

This is the ninth entry of my weekly series Learning Go. Last week I covered How to Write a Recursive...

Understanding Go Templates
go2020-07-15
Donald FeuryDonald Feury

Understanding Go Templates

Code can be found here Go actually has a template package in its standard library, which is...

How I used Go to generate images for my dad’s meetups
go2020-07-15
Alba RincónAlba Rincón

How I used Go to generate images for my dad’s meetups

I recently read a great article by Mat Ryer about programmatically generating images in Go and got in...

Golang Tutorial - 10 Concurrency with channel
go2020-07-13
nadirbasalamahnadirbasalamah

Golang Tutorial - 10 Concurrency with channel

Channel in Go Creating a concurrent program in Go has a unique approach. The approach is...

What the flip are Unix Named Pipes?
unix2020-07-16
Dennis O'KeeffeDennis O'Keeffe

What the flip are Unix Named Pipes?

In Unix systems, pipes and redirections are the bridges that join our programs. They are an underrate...

Develop REST API using Go and Test using various methods
go2020-07-24
Saravanan GnanaguruSaravanan Gnanaguru

Develop REST API using Go and Test using various methods

Table of Contents Introduction Objective What is REST API? What makes a RESTful...

Go Hello World! Program
go2020-07-13
Saravanan GnanaguruSaravanan Gnanaguru

Go Hello World! Program

Table of Content Introduction Go Development Space Go Program Structure Package Import...

Upterm - Secure Terminal Sharing
go2020-07-13
Owen OuOwen Ou

Upterm - Secure Terminal Sharing

Upterm is an open-sourced solution for sharing terminal sessions instantly over the public internet v...

Bundle static file to Go binary
go2020-07-13
Lattapon YodsuwanLattapon Yodsuwan

Bundle static file to Go binary

ใครที่เขียน Go มาสักพักจะรู้ว่า Go มันสามารถ build ได้ง่ายและเร็วมากๆ เพียงแค่ใช้คำสั่ง go build เราก...

How to add Kerberos Authentication to Your Site With Minimum Efforts
go2020-07-13
Maxim ThomasMaxim Thomas

How to add Kerberos Authentication to Your Site With Minimum Efforts

Motivation Kerberos authentication allows users to authenticate seamlessly to trusted site...