Golang Articles

Sorted By: Most Recent
Ankit Malik Ankit Malik
Updated on August 09, 2024

Pascal Case vs. Camel Case Explained

Pascal case and camel case are two different casing styles used in programming for naming variables, class and type names. Learn the differences and other casing styles. 

Image: Shutterstock / Built In
Radhakishan Surwase Radhakishan Surwase
Updated on October 05, 2023

How to Use Enums in Golang

An enum is a data type consisting of a set of named constant values. Learn how to implement enums in Golang.

Image: Shutterstock / Built In
Updated on March 15, 2023

Why Go? 8 Engineers Discuss Golang’s Advantages and How They Use It.

Go's clarity and lack of ambiguity around its syntax makes it a favorite with developers.

Sara A. Metwalli Sara A. Metwalli
Updated on March 15, 2023

What Is Golang?

Golang, or Go, is a compiled, statically typed programming language designed by Google.

Image: Shutterstock / Built In