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

Golang queue: FIFO slice, container/list, and channels

Golang queue implementation for FIFO: slice append and reslice, golang fifo queue memory notes, container/list, buffered channel go queue, generics helpers, …

By Tuan Nguyen · 4 min read · programming

Create a Unique Array in JavaScript

Learn how to create a unique array in JavaScript with Set, filter(), and findIndex() examples, including how to remove duplicate objects by key.

By Olorunfemi Akinlua · 2 min read · programming

Math.pow() and Power Operator in JavaScript

Learn how to use Math.pow() and the exponentiation operator in JavaScript with Number, BigInt, and practical power examples.

By Olorunfemi Akinlua · 2 min read · programming

Round Down a Number in JavaScript

Learn how to round down numbers in JavaScript with Math.floor(), Math.trunc(), and comparison with Math.round() examples.

By Olorunfemi Akinlua · 2 min read · programming

Pair Sum LeetCode Solution in JavaScript

Learn how to solve the LeetCode pair sum problem in JavaScript with brute force and hash map examples, plus tested output.

By Olorunfemi Akinlua · 2 min read · programming

Objects are not valid as a React child

Learn why React throws objects are not valid as a React child, how to fix it, and how to render objects safely in JSX.

By Steve Alila · 3 min read · programming

JavaScript textContent: Read and Update DOM Text

Learn JavaScript textContent to read, update, and clear text in DOM elements, plus compare textContent with innerText and innerHTML.

By Steve Alila · 3 min read · programming

Using golang constants in struct

In general, golang does not allow declaring a constant struct and constant within a struct. But we can use a custom function to perform this purpose

By Tuan Nguyen · 3 min read · programming

Learn Golang Chi to Master the Craft of Web Services

Discover the transformative power of Golang Chi in web development. Our comprehensive guide provides insights and practical knowledge, equipping you to create …

By Tuan Nguyen · 17 min read · programming