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

960 articles

How to concatenate using PyTorch [Examples]

Diving into the world of PyTorch, you quickly realize that bringing different pieces of data together, much like fitting puzzle pieces side by side, is a

By bashiralam · 3 min read · programming

FIX: No such file or directory in Python [6 Reasons]

The “No such file or directory” error is a well-known problem in Python, typically encountered when working with input/output (I/O) operations on files. This

By admin · 6 min read · programming

Laravel Eloquent Tutorial with Practical Example

This tutorial will explore Laravel Eloquent, covering model creation, CRUD operations, query optimization, advanced features, and relationships. Perfect for …

By stevealila · 15 min read · programming

Install Go 1.21 and Setup GO Workspace in Ubuntu

This tutorial guides you through detailed steps to install Go 1.21 on Ubuntu, covering steps from uninstalling older versions, downloading and installing Go, to …

By admin · 6 min read · programming

How to Install Dart on Ubuntu with Hello World Code

This tutorial will guide you through step by step procedure to install Dart on Ubuntu, covering two installation methods (APT and Debian package), verifying the …

By admin · 5 min read · programming

Tips and Tricks to use Unshift in Bash with Examples

Explore the transformative potential of unshift in Bash, a powerful technique to optimize array manipulations and elevate your scripting prowess. Discover how …

By admin · 8 min read · programming

Is go-ternary a Hero or Villain in Golang's Story?

Explore the dynamic landscape of Go programming with the go-ternary package. Dive deep into its powerful features, understand its potential positives and …

By admin · 7 min read · programming

Golang String Contains Exposed: PRO Tips and Tricks

Master the essentials of 'golang string contains' for effective substring checks. Dive into case sensitivity, prefix/suffix comparisons, and regex alternatives. …

By admin · 14 min read · programming

Master the Basics: How to Sort in Go with Ease

Master the intricacies of sorting in Go with our comprehensive guide. From basic techniques to advanced strategies, discover how to sort in go effectively and …

By admin · 10 min read · programming

Golang Shiny Explained: From Zero to GUI Hero

Dive deep into Golang Shiny, a powerful package designed for intuitive GUI applications. Explore core concepts, animations, transformations, and create …

By admin · 14 min read · programming

Golang strconv Magic: Empower Your String Operations

Discover the versatility and power of the Golang strconv package. Dive into a comprehensive guide that covers every function, best practices, and pitfalls to …

By admin · 8 min read · programming