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
959 articles
Featured guides in this category
Hand-picked, most-cited tutorials — start here if you're new.
![HackerRank Solution: Martix Script [Python Regex]](/matrix-script-hackerrank-solution/python_matrix_script_hu_128db40108208303.webp)
HackerRank Solution: Martix Script [Python Regex]
In this tutorial we will cover multiple methods to solve matrix script from hackerrank solutions.

HackerRank Solution: Python Company Logo
company logo hackerrank solution python, company logo hackerrank solution python3, hackerrank solution for …
![Mastering Python subprocess Module [In-Depth Tutorial]](/python-subprocess/python_subprocess_hu_b6a4c79f22c292e1.webp)
Mastering Python subprocess Module [In-Depth Tutorial]
The different functions available with python subprocess are Popen(), call(), run(), check_call(), …

How to Remove or Uninstall a Go Package (go get, Go Modules, Tools)
Learn how to remove or uninstall a Go package added with go get or go install. This guide explains how to …

HackerRank Solution: Python Alphabet Rangoli
In this tutorial we cover 3 methods to solve alphabet rangloi hackerrank solution in python3. Solution-1: …
![HackerRank Solution: Python Nested Lists [4 Methods]](/python-nested-list-hackerrank-solution/python_nested_lists_hu_3ed8216f6e7dce26.webp)
HackerRank Solution: Python Nested Lists [4 Methods]
In this tutorial we will cover 4 different methods to solve python nested list hackerrank solution using …
Send mails in Laravel 10.x with Example [100% Working]
step by step instructions to send mails in Laravel for single or multiple recipient. Send mails with attachments
Laravel withCount() Explained [In-Depth Tutorial]
Explore Laravel withCount() method to efficiently fetch counts of related Eloquent model records. Learn how to streamline queries, apply conditions, and enhance …
Convert a Slice to a Map in Go (Set, Index Map, Group Duplicates)
Build a map from a slice in Go: use elements as keys for set-like maps, pick struct fields as keys, map indices to values, or map keys to slices of positions …
Laravel PDF Generator with DomPDF
Generate PDFs in Laravel with DomPDF. Step-by-step guide for a working solution. Improve your Laravel project with PDF functionality.
Solve FileNotFoundError in Python
Discover how to handle and prevent the common 'File Not Found Error' in Python. This comprehensive guide explores the reasons for this error, how to handle it …
Error: Cannot find module 'glob'
Explore our in-depth guide on how to resolve the "Cannot find module 'glob'" error in Node.js. Learn about the common causes of this error and follow our …
How to disable Laravel's Eloquent Timestamp?
Learn how to disable Laravel's Eloquent timestamps and understand key considerations to take into account before doing so. Ensure data integrity and …
How to sort by multiple columns in Laravel?
Discover how to efficiently sort by multiple columns in Laravel. Learn how to organize your data more effectively using eloquent queries, enhancing your …
Getting started with Voyager Laravel
Get started with Voyager Laravel with this comprehensive tutorial. Learn how to set up and use Voyager to streamline your Laravel development process.
How to PROPERLY clear cache in Laravel
Learn the correct way to clear cache in Laravel with this step-by-step guide. Say goodbye to cache issues and keep your Laravel application running smoothly.
Getting started with Laravel Kafka [In-Depth Tutorial]
Laravel, one of the most popular PHP frameworks, seamlessly integrates with Apache Kafka through the powerful Laravel Kafka package. This integration empowers
How to setup Laravel Pagination? [In-Depth Tutorial]
Laravel Pagination is essential for web applications that display large amounts of data, such as search results or product listings, as it helps to boost the
Making Laravel HTTP Request to External API
So, get ready to learn how to make Laravel HTTP request to external API like a pro!
Getting started with Laravel Debugbar
Laravel Debugbar is a robust debugging and profiling toolbar for Laravel applications. It provides comprehensive insights into your application's performance,
Getting started with Laravel Boilerplate
Laravel Boilerplate comes to the rescue by providing a standardized, well- structured foundation that you can use to jumpstart your projects. This blog
