BlazingBits

BlazingBits @blazingbits

About: I write code and play hockey.

Location:
The Internet
Joined:
Aug 5, 2019

BlazingBits
articles - 6 total

What Hockey Taught Me About Teamwork

I've been playing adult recreational hockey (Beer League as its more commonly called) year round for...

Learn More 7 2Aug 3 '24

Parallel Sub-tests in Go: A Cautionary Tale

By default Go executes tests sequentially, one test after another. In version 1.17 they added the...

Learn More 8 2Jun 6 '24

Defer Statements in Go: A Short Crash Course

What is the defer statement? In Go, a defer statement gives you the ability to execute a...

Learn More 8 3May 30 '24

Defer Statements in Go: A Short Crash Course

What is the defer statement? In Go, a defer statement gives you the ability to execute a...

Learn More 0 0May 30 '24

Defer Statements in Go: A Short Crash Course

What is the defer statement? In Go, a defer statement gives you the ability to execute a...

Learn More 3 0May 30 '24

Go's list of keywords is surprisingly short

Every language has a list of reserved keywords you aren't allowed to use, but Go's list is...

Learn More 3 0Jul 10 '23