#golang
Read more stories on Hashnode
Articles with this tag
Introduction: In this comprehensive guide, discover the step-by-step process of seamlessly connecting your Go (Golang) application with a MongoDB...
The TYPE declaration allows us to create 'named' data types, which are based on existing data types, and its main objective is to allow the creation...
The Essence of Object Types in Go 1. Static Typing in Go Go is renowned for its static typing, where the type of a variable is determined at compile...
Understanding the Basics 1. Built-in map Functionality Go provides a built-in approach to check if a key exists in a map. The syntax is...
Parquet, a columnar storage file format, is efficient for large-scale data processing. Handling Parquet files in Go allows efficient data storage and...
SOLID is a set of five design principles that promote clean, maintainable, and scalable code. Originating from object-oriented programming, these...