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 add items to array in Node.js

We can use 3 different methods to add items to array in Node.JS using push, unshift or concat method

By Olorunfemi Akinlua · 4 min read · programming

JavaScript for Loop with Index Examples

Learn how to get the index in JavaScript for loops with for...of, entries(), for...in, and practical index output examples.

By Olorunfemi Akinlua · 2 min read · programming

Wait For Loop to Finish in Node.js

We can use promise.all to check and wait for loop to finish in Node.js

By Olorunfemi Akinlua · 4 min read · programming

Enums in Go with iota, named types, and String()

Model a golang enum as a named integer type with const iota values, optional String and fmt.Stringer, validation helpers, and JSON encode or decode via maps or …

By Antony Shikubu · 2 min read · programming

Golang Constructor Tutorial

we learn about Go constructors. Go does not come with constructors natively but provides ways to construct new types. Constructor functions are ordinary …

By Antony Shikubu · 6 min read · programming

Python calculate 6 months ago from today

In this article we have shared multiple ways to calculate date and time of 6 months ago from today in Python

By Azka Iftikhar · 3 min read · programming

Python Password Input with Asterisks

Learn how to take password input in Python and show asterisks while typing using getpass echo_char, pwinput, and stdiomask, with examples and common mistakes.

By Azka Iftikhar · 6 min read · programming

30+ Golang Interview Questions and Answers

30+ golang interview questions and answers for Junior (Beginner), Middle and Advanced (Experienced) professionals

By Tuan Nguyen · 11 min read · programming