Plurrrr

go
2020

2021

2022

go

January

04
Keep track of environment variables in go
17
REST Servers in Go: Part 1 - standard library
19
Non-Blocking Parallelism for Services in Go
21
A Tour of Go 1.16's io/fs package
23
Command PATH security in Go
30
Demo on creating worker pool in GoLang

February

20
Life of an HTTP request in a Go server
22
Go is not an easy language
26
Contexts and structs

March

06
Go modules considered harmful
07
Why We Switched from Python to Go
16
Rust vs. Go: Why They’re Better Together
22
Darker Corners of Go
30
Know Your Nil

April

03
Go HTTPS servers with TLS
07
A practical guide on calling Go from Python using ctypes
24
Writing Good Unit Tests; Don’t Mock Database Connections

May

03
The art of solving problems with Monte Carlo simulations
11
pprof++: A Go Profiler with Hardware Performance Monitoring
12
Interfaces and Nil in Go, or, Don't Lie to Computers
13
Half a million lines of Go
24
Discovering goroutine leaks with Semgrep
27
Functional programming in Go with generics
27
Why Go Getting Generics Will Not Change Idiomatic Go

June

04
Go Fuzzing is Beta Ready
27
Explain to me Go Concurrency Worker Pool Pattern like I’m five

July

12
Updating the Go Memory Model
18
Accessing PostgreSQL databases in Go

August

12
Common Anti-Patterns in Go Web Applications
28
Plugins in Go
29
Develop a Go app with Docker Compose
30
Go is pass-by-value — but it might not always feel like it

September

11
I18n in Go: Managing Translations
15
Go'ing Insane Part One: Endless Error Handling
22
Taming Go’s Memory Usage
25
Go and JSON: Tags, Empty Strings and Nil Values

October

04
3 Things Go Needs Right Now More Than Generics
27
A comprehensive guide to go generate

November

05
Hypocritical Gophers
06
Reducing Memory Allocations in Golang
09
Upcoming Features in Go 1.18
10
Twelve Years of Go
21
AWKGo, an AWK-to-Go compiler
22
Writing an application using Go and PostgreSQL
26
Go Does Not Need a Java Style GC

December

01
Exploring Go v1.18’s Generics
15
Tutorial: Getting started with generics
17
Why I wrote my own Go HTTP client
21
Generics facilitators in Go
21
Three Minor Features in Go 1.18
21
Invoking C Code from Golang