DEV Community

Go Tutorials Series' Articles

Back to Avinash Chodavarapu's Series
What is Go Language and Why Go Language?

What is Go Language and Why Go Language?

4
Comments
2 min read
Installing and Running Your First Program in Golang

Installing and Running Your First Program in Golang

2
Comments
3 min read
Data Types: Overview of Go's basic

Data Types: Overview of Go's basic

2
Comments
4 min read
Variables and Constants: Declaration and Usage

Variables and Constants: Declaration and Usage

2
Comments
2 min read
Go Lang - A Beginner's Guide to Operators: Arithmetic, Comparison, and Logical

Go Lang - A Beginner's Guide to Operators: Arithmetic, Comparison, and Logical

2
Comments
2 min read
Go Lang - Control Flow: Mastering Conditional Statements, Loops, and Switch Statements

Go Lang - Control Flow: Mastering Conditional Statements, Loops, and Switch Statements

2
Comments
2 min read
Go Lang - Functions: Understanding, Defining, and Using Functions in Go

Go Lang - Functions: Understanding, Defining, and Using Functions in Go

2
Comments
2 min read
Mastering Collections in Go: A Comprehensive Guide to Arrays, Slices, and Maps
Cover image for Mastering Collections in Go: A Comprehensive Guide to Arrays, Slices, and Maps

Mastering Collections in Go: A Comprehensive Guide to Arrays, Slices, and Maps

1
Comments
2 min read
Mastering Pointers in Go: An In-Depth Guide to Efficient Data Manipulation
Cover image for Mastering Pointers in Go: An In-Depth Guide to Efficient Data Manipulation

Mastering Pointers in Go: An In-Depth Guide to Efficient Data Manipulation

11
Comments 2
4 min read
Understanding Structs in Go: A Comprehensive Guide for Beginners
Cover image for Understanding Structs in Go: A Comprehensive Guide for Beginners

Understanding Structs in Go: A Comprehensive Guide for Beginners

Comments
4 min read
Organizing Code into Packages and Importing in Go: A Beginner's Guide
Cover image for Organizing Code into Packages and Importing in Go: A Beginner's Guide

Organizing Code into Packages and Importing in Go: A Beginner's Guide

Comments
3 min read