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

Learn Node.js debugging Tips & Tricks [With Examples]

This tutorial teaches you how to get started with Node.js debugging on the terminal. You will not install any extension or package because we will utilize the

By stevealila · 10 min read · programming

Golang struct Tutorial [Practical Examples]

When you declare a struct without field values, we say that it is a zero value struct. A zero value golang struct has its corresponding field values set to

By antonyshikubu · 7 min read · programming

How to change logging format of log module in GO

The above code prints out the results on the console with default logging format. Below is the result after executing the code. Output

By antonyshikubu · 11 min read · programming