Plurrrr

Mon 22 Mar 2021

Darker Corners of Go

My goal is to collect in one place various things in Go that might be surprising to new developers and perhaps shed some light on the more unusual features of Go. I hope that would save the reader lots of Googling and debugging time and possibly prevent some expensive bugs.

Source: Darker Corners of Go, an article by Rytis Bieliūnas.

7 Git Commands You Might Not Know

Almost every software developer today knows at least a little bit about Git. In order to go beyond this "little bit", I'd like to show you seven short commands which you might not know - and which might help you become more productive and proficient with Git!

Source: 7 Git Commands You Might Not Know, an article by Tobias Günther.