Golang Articles

Sorted By: Most Recent
Adam Ierymenko Adam Ierymenko
Updated on November 01, 2024

The Shift To Memory-Safe Code Is Coming for Your Industry

The pervasive use of memory-unsafe languages in vital systems is exposing them to vulnerabilities. Our expert explains why that’s a problem.

Image: Shutterstock / Built In
Radhakishan Surwase Radhakishan Surwase
Updated on October 29, 2024

Implementing 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
Sara A. Metwalli Sara A. Metwalli
Updated on October 28, 2024

What Is Golang?

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

Image: Shutterstock / Built In
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
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.