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

How to make circular color gradient in Python?

A color gradient is a way to smoothly transition between two or more colors. A circular gradient is a type of color gradient that transitions in a circular

By Deepak Prasad · 7 min read · programming

JavaScript YAML Parser: Parse YAML in Node.js

Learn how to parse YAML in JavaScript and Node.js with yaml and js-yaml, read YAML files, convert YAML to JSON, and handle parser errors safely.

By Olorunfemi Akinlua · 4 min read · programming

Search JSON Objects Recursively in JavaScript

Learn how to search JSON objects recursively in JavaScript with value lookup, nested traversal, and practical examples.

By Olorunfemi Akinlua · 2 min read · programming

Factorial Function in JavaScript Using Recursion

Learn how to write a factorial function in JavaScript using recursion, base cases, input validation, and an iterative alternative.

By Olorunfemi Akinlua · 3 min read · programming

JavaScript Recursive Search in Array of Objects

Learn how to recursively search an array of objects in JavaScript, find nested objects by ID, return all matches, and search child arrays safely.

By Olorunfemi Akinlua · 3 min read · programming

JavaScript Recursive Generator with yield* Examples

Learn JavaScript recursive generators with function*, yield, yield*, tree traversal, converting generators to arrays, and practical examples.

By Olorunfemi Akinlua · 3 min read · programming