All categories

Go Programming

What Golang Is Good For

As a developer, I have always been on the lookout for programming languages that offer a balance between simplicity, performance, and scalability. That's when I came across Go, also known as

Read article →

What Does Omitempty Do In Golang

In Go programming language, the omitempty tag is a very handy feature that allows us to control the behavior of struct fields when they are being encoded or decoded into JSON. It gives us th

Read article →

What Is _ In Golang

In Golang, the underscore (_) is a special identifier used as a placeholder. It has a few different use cases and can be quite handy once you understand its purposes. One common use of the u

Read article →

Is It Go Or Golang

When it comes to the popular programming language developed by Google, there seems to be some confusion regarding its name. Is it Go or Golang? As a seasoned developer who has worked extensi

Read article →

Is Golang Scripting Language

When it comes to programming languages, there is often a debate about which ones are considered "scripting languages" and which ones are not. One language that often comes up in these discus

Read article →

Is It Worth To Learn Golang

Is It Worth to Learn Go (Golang)? As a tech enthusiast, I have always been intrigued by new programming languages and their potential. One such language that has been gaining popularity and

Read article →

Will Golang Replace Python

As a technical writer, I often find myself pondering the future of programming languages. One question that has been on my mind lately is whether Go (also known as Golang) will eventually re

Read article →

Is Golang Platform Independent

I've always been a fan of programming languages that offer platform independence. Being able to write code once and have it run on multiple operating systems is a huge advantage, especially

Read article →

When Was Golang Released

I remember when Go was first released back in 2009. It was an exciting time for programmers as a new language was introduced into the already diverse world of programming languages. At the t

Read article →

Why Use Defer In Golang

When it comes to programming in Go (Golang), there are many features and concepts that make it a powerful and efficient language. One such feature is the use of the defer statement. In this

Read article →

Who Uses Golang In Production

In this article, I want to talk about my personal experience with using the Go programming language, also known as Golang, in a production environment. I've been working as a software engine

Read article →