Go (also known as GoLang) is a relatively young programming language, created at Google and first released in November 2009.
Below are some articles I’ve written about it.
Tooling
- Getting Started with the Go Programming Language (GoLang) using VS Code (22nd April 2023)
- Filling Go Structs in VS Code (23rd February 2024)
- Investigating Memory Leaks in Go with pprof (16th June 2024)
From .NET to GoLang
- From .NET to GoLang: Where Did Everything Go? (1st August 2022)
- From .NET to GoLang: Here We Go Again (16th November 2022)
Data Types
- GoLang Timestamps: A Cross-Platform Nightmare (27th October 2022)
Data Structures
- GoLang Set Data Structure (6th August 2022)
- Working with Maps in Go (21st January 2024)
APIs
- Go: Gin Returns Misleading Response When JSON Fails (8th May 2024)
Patterns
- GoLang: Using defer for Scope Bound Resource Management (22nd October 2023)
Security
- TOTP and Authenticator Apps for 2FA in Go (2nd August 2023)