Skip to main content

Posts

  • Published on
    Learn how to define, initialise, and use structs to create custom types and store related data.
  • Published on
    Dive deep into the world of dictionaries in Go, exploring the Map data structure, its fundamental operations, and use cases.
  • Published on
    Explore the depth of multidimensional arrays in Go, from basic declaration to advanced applications and optimisations.
  • Published on
    In this article, we highlight some of the most common errors made by Go programmers and how to avoid them.
  • Published on
    Dive deep into the distinction between global and local variables in Go. Understand their scope, usage, advantages, disadvantages, and the impact on building robust applications.
  • Published on
    Explore the nature of arguments in Go, understanding how to pass and manipulate values, pointers, and more.