NIM
  • Golang
  • Redis
  • Apache Kafka
  • Docker
  • gRPC
  • RabbitMQ
  • Angular
Sign in Subscribe

Variables

Variables are fundamental components in programming used to store and manipulate data. Whether in Python, Java, or other languages, understanding variables is essential. Learn about variable types, scope, declarations, and assignment in this comprehensive guide. Expand your coding knowledge today.
Go by Example: Pointers
Go

Go by Example: Pointers

Understanding pointers is crucial for any Go developer. Pointers enable fine-grained control over memory and data structures, allowing you to modify variables indirectly. Learn the concepts, usage, and best practices of pointers in Go programming.
Apr 13, 2024 4 min read
Go by Example: Closures
Go

Go by Example: Closures

Learn how to use closures in Go to create functions that have access to variables defined in their parent scope. Closures provide flexibility and can be used for abstraction, capturing state, and function factories.
Apr 11, 2024 2 min read
Go by Example: Variables
Go

Go by Example: Variables

Learn the fundamentals of variables in Go programming. Understand how to declare, initialize, assign values, and work with variables effectively.
Oct 12, 2023 3 min read
Page 1 of 1
NIM © 2025
Powered by Ghost