Nerdherd

Nerdherd @nerdherd

About: The Good SWE

Joined:
Mar 26, 2019

Nerdherd
articles - 6 total

Golang Pointers

Coming from Ruby, thinking about Golang pointers does require a shift in thinking. In...

Learn More 0 0Sep 16 '24

Intro to JS Variable Declarations

Writing this guide for by father who is building alis4ops.com I refer to him as "Baba". He is...

Learn More 1 0Sep 4 '24

Golang Struct Field Scopes

Struct Field Scopes Exported Fields In other languages, this would be similar...

Learn More 1 2Aug 31 '24

Intro to GoLang Structs

In Golang, structs are simple containers for data. can have fields no methods attached to...

Learn More 0 0Aug 29 '24

Setting up Delve and Air to debug Golang with VS Code

I could not find an in-depth guide on setting up debugging with VS Code. Decided to go into detail...

Learn More 9 1Aug 9 '24

Installing Golang on MacOS

This guide is what I did to get Golang setup on my Mac machine. Assumptions You use the...

Learn More 1 0Aug 9 '24