Category

Programming Tutorials and Coding Guides

Explore programming tutorials with practical examples across multiple languages, scripting, and development concepts for beginners and advanced users.

Welcome to the Programming tutorials section, where you will learn coding concepts with real-world examples across multiple languages and platforms.

This category includes beginner to advanced guides covering scripting, automation, and application development. Whether you are learning programming for system administration or building applications, these tutorials will help you gain practical experience.

Programming plays a crucial role in modern infrastructure and DevOps workflows. You can also explore related topics such as DevOps and Linux to understand how programming integrates with system-level operations.

What you will learn

  • Core programming concepts and logic building
  • Writing scripts for automation and system tasks
  • Debugging and optimizing code
  • Practical use cases in real environments

Who should read this

  • Beginners starting with coding
  • System administrators learning scripting
  • Developers looking for practical examples

960 articles

Golang Methods Tutorial [Practical Examples]

Complete tutorial guide on golang methods, golang receiver function, go struct methods, how to call a method in golang, golang method pointer

By antonyshikubu · 6 min read · programming

Solved: Call function from another package in GO

golang call function from another directory, call function from same package golang, golang call function from another package, how to call another function in …

By admin · 5 min read · programming

Golang Environment variables [One STOP Tutorial]

golang environment variables, golang get env variable, get env variable golang, os.getenv golang, go os getenv golang os.getenv, env golang, golang unset …

By admin · 10 min read · programming

Golang interface Tutorial [Practical Examples]

golang interface, go interface, interface golang, interfaces in golang, interface in go, golang interface type, golang interfaces

By antonyshikubu · 8 min read · programming

Golang Maps Explained in layman's terms with Examples

Declaring golang maps using the var keyword, Initializing map using map literal, Initializing golang map using the make() function, Adding Key value pair in a …

By antonyshikubu · 9 min read · programming

How to log an object in Node.js [Practical Examples]

Learning how to log an object in Node.js helps you work with objects comfortably. Although you can use multiple ways to console-log an object's content, the

By stevealila · 6 min read · programming

Go Anonymous Function Explained [Practical Examples]

What are Anonymous Functions in golang? Declaring anonymous function in Go Invoking Anonymous Function in Go Use variable to execute anonymous function Passing …

By admin · 6 min read · programming

Solved: How to test if string is empty in GoLang?

In this article, we will discuss How to test if string is empty or not empty in golang? Golang is a relatively new language based on the C language but with

By azkaiftikhar · 6 min read · programming