Nikhil Chauhannikhilchauhan.hashnode.dev·May 30, 2023Origin, Context, and Popularity of GOOrigin and evolution of Go Welcome to the world of Go, a powerful and popular programming language known as Golang. As a seasoned Go developer named Nikhil Chauhan, I am thrilled to take you on a journey through the features, benefits, and career pro...217 readsGoLangGo Language
Mohan Padagamohanj.hashnode.dev·Jan 28, 2023Golang SlicesHey there! Let's talk about slices in-depth. You may want to check out arrays first, if in case, here's the link to Golang Arrays. Slice In Golang, Slice is just an array data structure but with dynamic size i.e, it can grow its size when needed. At ...97 readsgolang
Mohan Padagamohanj.hashnode.dev·Jan 24, 2023Learn Go (Part-2)Hey there! This blog is a continuation of the Learn Go series of my Go learnings. If you want to check out the part-1 then follow this link https://mohanj.hashnode.dev/learn-go Topics to be covered Composite types Array Slice Map Struct Note: T...40 readslearn go
Mohan Padagamohanj.hashnode.dev·Jan 17, 2023Learn GoHey there! Before diving into the topic, small heads-up is this blog and coming-up ones aren't solely intended to teach someone but to me too. Also hoping this might act as a reference to my future self. Let's begin Intro to Go Go programming languag...59 readsGo Language
Sean Michaellearngolang.hashnode.dev·Dec 12, 2022Introduction and InstallationIntroduction Go also known as Golang is an open source, compiled and statically typed programming language developed by Google. The key people behind the creation of Go are Rob Pike, Ken Thompson and Robert Griesemer. Go was made publicly available i...Installation