• 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 Test supports shuffling tests
go2023-01-08
Georgios KampitakisGeorgios Kampitakis

Go Test supports shuffling tests

TLDR: Randomize the execution order of tests and benchmarks with -shuffle off,on,N flag. As a...

LeetCode - Minimum Size Subarray Sum
programming2023-01-08
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Minimum Size Subarray Sum

LeetCode - return the minimal length of a subarray whose sum is greater than or equal to target using C++, Golang and Javascript.

Excelize 2.7.0 Released - Go language API for spreadsheets (Excel) files
go2023-01-08
xurixuri

Excelize 2.7.0 Released - Go language API for spreadsheets (Excel) files

Excelize is a library written in pure Go and providing a set of functions that allow you to write to and read from XLSX files.

LeetCode - Binary Tree Level Order Traversal II
programming2023-01-08
Alkesh GhorpadeAlkesh Ghorpade

LeetCode - Binary Tree Level Order Traversal II

LeetCode - return the bottom-up level order traversal of its nodes using C++, Golang and Javascript.

Golang debugging tips
go2023-01-08
Peter McConnellPeter McConnell

Golang debugging tips

the 'code' for this article can be found here:...

Generative AI
java2023-01-10
Bala MadhusoodhananBala Madhusoodhanan

Generative AI

What is Generative AI ?? ⠀⠀⠀⠀⠀⠀⠀⠀⠀ We humans had an edge on creative side compared to the...

Reading binary files with go. A pratical example using wave files
go2023-01-07
mateusfmcotamateusfmcota

Reading binary files with go. A pratical example using wave files

Source-code used here: https://github.com/mateusfmcota/reading-wave-go Portuguese version:...

Ch. 4 Functions
beginners2023-01-06
ToulToul

Ch. 4 Functions

You've already seen func's multiple times so far, but let's take this chapter to understand them...

Most sophisticated embedding pattern in Go: embedded interface within a struct
webdev2023-01-06
LGLG

Most sophisticated embedding pattern in Go: embedded interface within a struct

From my point of view, this pattern is one of many explanatory examples, but should be learnt by...

Go: Arrays and Slices, a deep dive.
go2023-01-04
Yussif MohammedYussif Mohammed

Go: Arrays and Slices, a deep dive.

Welcome, In this article we're going to discuss all there is to know about arrays and slices in Go,...

"Think About Your Audience" [Extend Gettor Browser]
opensource2023-01-06
ORJI CECILIA O.ORJI CECILIA O.

"Think About Your Audience" [Extend Gettor Browser]

My audience in this case refers to you reading this blog post about the Tor browser. In this post, I...

Can you regex this? A 10MB+ regex file of the entire Indonesian internet blocklist!
regex2023-01-08
Shift / Reinhart Previano K.Shift / Reinhart Previano K.

Can you regex this? A 10MB+ regex file of the entire Indonesian internet blocklist!

A while ago we decided to publish our new gigantic regular expression files containing the whole...

Handling response from a go routine
go2023-01-05
sai tejasai teja

Handling response from a go routine

There are several use cases of Go Routines and one of the use case is firing multiple routines and...

Create Search Feature for Hugo Static Site With Lunr
go2023-01-05
Fajar Windhu ZulfikarFajar Windhu Zulfikar

Create Search Feature for Hugo Static Site With Lunr

Having a large website with a lot of content can often make it difficult to know where to find what...

Learn It Once: “Golang Pointers are Powerful”
pointers2023-01-09
Chidozie C. OkaforChidozie C. Okafor

Learn It Once: “Golang Pointers are Powerful”

Pointers are a fundamental concept in Go that allow you to pass references to values and records...

In Go, How Do You Train Your Fun-damentals?
go2023-01-05
Benjamin BryantBenjamin Bryant

In Go, How Do You Train Your Fun-damentals?

Over the holiday break, I tried out learning how to draw and stumbled across this course: DrawABox...