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 AWS Lambda Example [In-depth Tutorial]

In this series, we will learn how to set up a serverless framework example for Golang and AWS Lambda. First of all, we are going to walk through how to create

By Tuan Nguyen · 11 min read · programming

Python Copy String

Learn how to copy a string in Python, why assignment is usually enough for immutable strings, and when slicing, str(), copy.copy(), or deepcopy() are …

By Deepak Prasad · 7 min read · programming

Sort short_names in reverse alphabetic order

In this article we will study how we can sort short_names in reverse alphabetic order in python using built in functions with a little modification to them.

By Azka Iftikhar · 3 min read · programming

How to pass slice to function in Golang?

There are multiple ways we can pass slice to function in golang. We will explore through some of the examples

By Tuan Nguyen · 4 min read · programming

Remove Element from Array in JavaScript

Learn how to remove an element from an array in JavaScript with pop(), shift(), splice(), filter(), and delete examples.

By Steve Alila · 2 min read · programming

Use Variable Inside Regex in JavaScript

Learn how to use a variable inside regex in JavaScript with RegExp, template literals, and practical replacement examples.

By Olorunfemi Akinlua · 2 min read · programming

JavaScript date formatting with Intl.DateTimeFormat

Format dates in JavaScript with Intl.DateTimeFormat: locales, dateStyle and timeStyle, time zones, formatRange, formatToParts, and common TypeErrors. Includes …

By Olorunfemi Akinlua · 6 min read · programming

JavaScript XOR (^) Operator Explained

Learn JavaScript XOR with bitwise examples, numeric output, bit toggling, and practical uses for the exclusive OR operator.

By Olorunfemi Akinlua · 2 min read · programming