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

970 articles

Laravel Tutorial for Beginners (Step by Step)

Free, hands-on Laravel tutorial - install, routes, Eloquent ORM, Blade templates, authentication, Sanctum/Passport, validation, file storage, queues, mail, and …

By Deepak Prasad · 1 min read · programming

Modern JavaScript Tutorial (ES6+ Hands-On)

Free, hands-on JavaScript tutorial - strings, numbers, arrays, objects, ES6+ features, classes, async/await, the DOM, error handling, and common error fixes. …

By Deepak Prasad · 1 min read · programming

Node.js Tutorial for Beginners (Hands-On)

Free, hands-on Node.js tutorial - installation, REPL, file system, child processes, Express, MongoDB, authentication, error handling, debugging, and HTTPS. 35+ …

By Deepak Prasad · 1 min read · programming

Pandas Tutorial for Data Analysis (with examples)

Free, hands-on Pandas tutorial - DataFrame fundamentals, reading and writing CSVs, selecting, filtering, joining, grouping, reshaping, and visualizing data. 30+ …

By Deepak Prasad · 1 min read · programming, databases

Python Tutorial for Beginners (Hands-On)

Free, complete Python tutorial for beginners - variables, strings, lists, dicts, control flow, OOP, file I/O, error handling, regex, concurrency, and Flask web …

By Deepak Prasad · 1 min read · programming

How to concatenate using PyTorch

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 Bashir Alam · 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 Deepak Prasad · 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 Steve Alila · 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 Deepak Prasad · 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 Deepak Prasad · 5 min read · programming

Cannot use import statement outside a module

Fix SyntaxError cannot use import statement outside a module in Node.js, browsers, and AWS Lambda. Use type module, .mjs, script type=module, and avoid …

By Deepak Prasad · 4 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 Deepak Prasad · 7 min read · programming