DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

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

Alkesh GhorpadeLeetCode - 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.

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

Alkesh GhorpadeLeetCode - Binary Tree Level Order Traversal II
LeetCode - return the bottom-up level order traversal of its nodes using C++, Golang and Javascript.

Peter McConnellGolang debugging tips
the 'code' for this article can be found here:...

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

mateusfmcotaReading binary files with go. A pratical example using wave files
Source-code used here: https://github.com/mateusfmcota/reading-wave-go Portuguese version:...

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

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

Yussif MohammedGo: 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]](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3otvb2z646ytpt1hl2rv.jpg)
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...

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

sai tejaHandling response from a go routine
There are several use cases of Go Routines and one of the use case is firing multiple routines and...

Fajar Windhu ZulfikarCreate 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...

Chidozie C. OkaforLearn It Once: “Golang Pointers are Powerful”
Pointers are a fundamental concept in Go that allow you to pass references to values and records...
Benjamin BryantIn 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...