• 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 Course: Why learn Go?
go2022-07-05
Karan Pratap SinghKaran Pratap Singh

Go Course: Why learn Go?

Before we start this course, let us talk about why we should learn Go. 1. Easy to...

Go from the beginning - handle errors
go2022-07-05
Chris NoringChris Noring

Go from the beginning - handle errors

In this article, we look at two different ways of handling errors.

Develop a Todo GraphQL Server in Golang 🔥
go2022-07-05
Rahul YarragodulaRahul Yarragodula

Develop a Todo GraphQL Server in Golang 🔥

Introduction This is a simple Todo application developed in Golang using GraphQL. This...

The Accidental Go Package Repository Contributor
go2022-07-04
Jonas BrømsøJonas Brømsø

The Accidental Go Package Repository Contributor

The go package repo actually indexes your stuff

Leetcode solutions in golang
leetcode2022-07-03
Akanksha kumariAkanksha kumari

Leetcode solutions in golang

https://github.com/akankshakumari393/leetcode

Trees in Go
go2022-07-04
Jacob KimJacob Kim

Trees in Go

Welcome back to Introduction to Data Structures in Go! In this post, we will be looking at trees. So...

Go 5 Interesting Concepts as a js developer
go2022-07-03
SeongKuk HanSeongKuk Han

Go 5 Interesting Concepts as a js developer

Go 5 Interesting concepts as a js developer What is Go Statically Typed Compiled...

Go Scrapper API
go2022-07-03
Vignesh MuthukumaranVignesh Muthukumaran

Go Scrapper API

As I was exploring further about Go, I came across APIs in Go, which was very easy to build. So...

LeetCode - Rotate Array
programming2022-07-03
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Rotate Array

LeetCode - rotate array to right by k steps using C++, Golang, and Javascript.

Linked Lists : Go-lang and Python implementations.
go2022-07-02
myk_okoth_ogodomyk_okoth_ogodo

Linked Lists : Go-lang and Python implementations.

Prelude Linked lists provide an alternative to array-based sequences i.e Lists . Both array based...

Insertion Sort Algorithm : Go-lang and Python implementation.
python2022-07-03
myk_okoth_ogodomyk_okoth_ogodo

Insertion Sort Algorithm : Go-lang and Python implementation.

The Insert-Sort Algorithm In the case of an array based sequence. We start with the first element in...

Nerd-sniping myself over Go range expressions
go2022-07-02
Abhijit HotaAbhijit Hota

Nerd-sniping myself over Go range expressions

Originally published on abhijithota.me The background I stumbled across a situation...

I Could Not Run a Sample Code to Use MySQL with Go on Docker (Error 1064)
go2022-07-02
Akira KashiharaAkira Kashihara

I Could Not Run a Sample Code to Use MySQL with Go on Docker (Error 1064)

I executed the insert statement using Go on Docker, and I got the following error. panic: Error...

Utility bill payment and airtime topup with Golang
go2022-06-30
Mathias JiyaMathias Jiya

Utility bill payment and airtime topup with Golang

Hello devs, this article is for developers who wishes to have these features in their...

Golang: Defer
go2022-06-29
Meet Rajesh GorMeet Rajesh Gor

Golang: Defer

Understanding the concpet of the defer keyword in golang

Summary of Spanner Change Streams
gcp2022-06-29
Ryo YamaokaRyo Yamaoka

Summary of Spanner Change Streams

I touched Change Streams a little bit