• 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] simple comparison between GoLand, VScode-Go, Vim-Go
go2019-11-13
Julian-ChuJulian-Chu

[Go] simple comparison between GoLand, VScode-Go, Vim-Go

These are 3 tables I used to introduce "Refactoring in GoLand" in a meetup event. They are features...

Representing enums in go
go2019-11-13
Shiraaz MoollatjieShiraaz Moollatjie

Representing enums in go

This article will look at how to represent enums in go. It will also add some pr...

Building a text editor in Go: Setting up the backend
go2019-11-10
Syed Faraaz AhmadSyed Faraaz Ahmad

Building a text editor in Go: Setting up the backend

Here we will be using (the programming language) Go, if you don't have it installed, you can do so fr...

How should go APIs be structured?
go2019-11-11
Steve HiehnSteve Hiehn

How should go APIs be structured?

I'm working on a code base that is about yr old. We basically follow this pattern. Its working for...

How to set up Golang in Manjaro Linux
go2019-11-11
Jeremy MorganJeremy Morgan

How to set up Golang in Manjaro Linux

How to set up your Manjaro environment to do Golang development

Which programming language should you learn in 2020?
career2019-11-08
Aditya GiriAditya Giri

Which programming language should you learn in 2020?

The programming world moves fast. There are a ton of different programming languages spawning every y...

How I Go?
go2019-11-10
prozzprozz

How I Go?

Developers love to write code. However it shouldn't be their priority! Developers should solve client...

Specify what appears in Golang test coverage
go2019-11-10
Austin CunninghamAustin Cunningham

Specify what appears in Golang test coverage

Improve Golang coverage reporting

Hugo - How to Filter Posts With a Tag
go2019-11-10
Zak MillerZak Miller

Hugo - How to Filter Posts With a Tag

While recently working on a website, I wanted to display a subset of my posts based on a particular t...

Google Cloud Functions and the File System
go2019-11-10
Zak MillerZak Miller

Google Cloud Functions and the File System

If you want to write a cloud function, and you need to write temporary data to the file system, how d...

Building a text editor in Go
go2019-11-08
Syed Faraaz AhmadSyed Faraaz Ahmad

Building a text editor in Go

Okay that title is not entirely true, so sue me (please don't). We won't be building a text editor in...

6 Useful Go Frameworks in 2019
go2019-11-07
Thomas De MoorThomas De Moor

6 Useful Go Frameworks in 2019

While the stdlib of Go is incredibly capable, not everything is baked into it. Here are 6 well-liked Go frameworks that extend the functionality of Go.

Microservices with Go modules
docker2019-11-08
NightGhostNightGhost

Microservices with Go modules

Problem I've seen a lot of guides on how to use Go modules to manage dependencies in appli...

Как создать свое первое веб-приложение с помощью Go
go2019-11-08
Petrovichev SergeyPetrovichev Sergey

Как создать свое первое веб-приложение с помощью Go

Как создать свое первое веб-приложение с помощью Go Эта статья является переводом статьи...

Testing A Function That Calls Go Routine
go2019-11-08
Gilang AnggaraGilang Anggara

Testing A Function That Calls Go Routine

Okay so I've been trying to test a function that calls a routine and I found no solution that fits my...

What can I do with Golang
go2019-11-07
briansolebriansole

What can I do with Golang

New to Golang? You can do many things with Golang. It's growing in popularity. What kind of things?...