ALAzeez Lukmaninrobogeek95.hashnode.dev·Jul 9, 2021 · 6 min readGo variable scopeYou have probably declared a variable at some point in your program and tried to access the code somewhere else but it's now undefined or can't be accessed. Don't panic, that's the concept of scopes. In Go, variables can be declared either at the pac...00
ALAzeez Lukmaninrobogeek95.hashnode.dev·Dec 26, 2020 · 6 min readGo fmt Packagefmt is pronounced “fumpt” and is one of Go’s core packages. It's mainly used for printing information to the terminal. fmt package has a broader purpose like helping us format data, for this reason, it's sometimes referred to as the format package. T...00
ALAzeez Lukmaninrobogeek95.hashnode.dev·Nov 16, 2020 · 15 min readJamBlogBuild a blog on the Jamstack with Next.js and Ghost.js This article aims to help you build a blog on the Jamstack. By the end of this post, we would spin up a blog with an entirely custom frontend with the NextJS react framework and the CMS with Gho...00