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: Python Division

We can solve the Python division hackerrank problem using single or multiple print methods. There are 2 possible solutions.

By Bashir Alam · 3 min read · programming

HackerRank Solution: Python If-Else

This tutorial explains different solution to solve hackerrank problem Python if else from Introduction section.

By Bashir Alam · 4 min read · programming

HackerRank Solution: Maximize it [Python Itertools]

Note that you need to take exactly one element from each list, not necessarily the largest element. You add the squares of the chosen elements and perform the

By Bashir Alam · 5 min read · programming

How to use goroutine return value?

In this example we will use golang channel to fetch the goroutine return value:

By Tuan Nguyen · 4 min read · programming

Golang int to int64 and int64 to int conversion

Golang int to int64 and golang convert int to int64 with T conversions; golang int64 to int and int64 to int golang narrowing; go int to int64; golang cast int …

By Tuan Nguyen · 3 min read · programming

Golang reverse range and iterate a slice backwards

Golang reverse range and golang range reverse with a backward index loop; golang range backwards using forward range and remapped index; golang iterate over …

By Tuan Nguyen · 3 min read · programming

JavaScript Pattern Matching with RegExp Examples

Learn JavaScript pattern matching with regular expressions using search(), match(), matchAll(), replace(), split(), and the RegExp constructor.

By Olorunfemi Akinlua · 4 min read · programming

JavaScript Typed Arrays Explained

Learn JavaScript typed arrays with Uint8Array examples, fill() and slice() usage, numeric buffers, and how typed arrays differ from regular arrays.

By Olorunfemi Akinlua · 2 min read · programming