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 slice append return value?

In the previous chapter, we discuss how to use append function in Golang. append is a built-in function which appends elements to the end of a slice. If it

By Tuan Nguyen · 4 min read · programming

Python isupper() Method

Learn Python isupper() method with examples. Check if a string is uppercase, understand return values for numbers, symbols, spaces, empty strings, and compare …

By Bashir Alam · 4 min read · programming

Python Extend Dictionary

Learn how to extend a dictionary in Python using update(), the |= operator, the | merge operator, and dictionary unpacking. Also learn why dict has no extend() …

By Deepak Prasad · 7 min read · programming

Master Golang Gin Module [Explained with Examples]

Explore the transformative power of Golang Gin in web development. This guide offers insightful tips, best practices, and innovative strategies to elevate your …

By Antony Shikubu · 11 min read · programming

Install Golang on Windows

Step by Step instructions to install golang on WIndows using official archive and choclatey

By Tuan Nguyen · 4 min read · programming

JavaScript use strict Mode Explained

Learn JavaScript use strict mode, common strict mode errors, scope rules, and how strict mode helps catch mistakes early in scripts and functions.

By Steve Alila · 2 min read · programming

jQuery hide() Method with Examples

Learn the jQuery hide() method with syntax, duration options, callback behavior, and examples for hiding matched elements.

By Steve Alila · 2 min read · programming