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

JavaScript Subclass with extends and super()

Learn JavaScript subclassing with class extends, super(), method overriding, instanceof checks, and prototype-based inheritance examples.

By Olorunfemi Akinlua · 3 min read · programming

JavaScript Optional Parameters and Default Values

JavaScript optional parameters: default parameters, undefined vs null, options objects, destructuring defaults, and arguments.length patterns.

By Olorunfemi Akinlua · 2 min read · programming

Spread Operator in JavaScript with Examples

Learn how the JavaScript spread operator works in function calls, arrays, and objects with practical examples.

By Olorunfemi Akinlua · 2 min read · programming

HackerRank Solution: The Minion Game

In this tutorial we will share multiple solutions for the minion game from hackerrank.

By Bashir Alam · 6 min read · programming

Print Function, File Name, Line Number in GO

In this tutorial we will share different methods to print or get logrus line number, file name, function name of the go code.

By Tuan Nguyen · 6 min read · programming