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

How to recursively map object in JavaScript [SOLVED]

One common use case for recursive mapping is to transform an object into a new object with a different structure or format. In this article, we will discuss

By olorunfemiakinlua · 7 min read · programming

How to use JavaScript Recursive Generator? [SOLVED]

JavaScript recursive generators are a powerful tool that can be used to implement recursive algorithms in a more memory-efficient way. In this article, we'll

By olorunfemiakinlua · 4 min read · programming

GO Methods vs Functions [In-Depth Explanation]

This tutorial explores the distinctions between Go's functions and methods, covering their declaration, usage, practical examples, and best practices for …

By admin · 7 min read · programming

How to use 'sed' and 'awk' in Golang? [SOLVED]

In this tutorial we will cover different examples using sed and awk commands from shell into golang programming language. We have already covered exec.Command

By admin · 4 min read · programming