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

957 articles

HackerRank Solution: Finding the Percentage

The provided code stub will read in a dictionary containing key/value pairs of name: for a list of students. Print the average of the marks array for the

By Bashir Alam · 5 min read · programming

HackerRank Solution: Find the Runner-up Score!

In this tutorial we cover 4 different methods to solve find the runner up score hackerrank solution using different python functions and modules

By Bashir Alam · 5 min read · programming

HackerRank Solution: List comprehensions

In this tutorial we explore 3 different methods to solve Python List Comprehension of Basic Data Types problem from Hacker Rank

By Bashir Alam · 5 min read · programming

Golang sed and awk examples from Go with os/exec

Golang sed and go sed: call sed and awk from Go with os/exec, stdin pipes, temp files, and notes on in-place edits and golang execute shell command patterns.

By Deepak Prasad · 4 min read · programming