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

959 articles

How to create Laravel Helper Function?

Learn how to create custom helper functions in Laravel to enhance your application's functionality. This guide provides step-by-step instructions on creating …

By Steve Alila · 6 min read · programming

Update column to Nullable in Laravel Migration?

Dealing with database schemas is an integral part of any application development lifecycle, and Laravel's migrations provide a robust and intuitive way to

By Steve Alila · 4 min read · programming

Select specific columns in Laravel Eloquent? [SOLVED]

Laravel Eloquent stands as a testament to the power of simplicity paired with functionality, demonstrating how a well-designed tool can drastically streamline

By Steve Alila · 7 min read · programming

Set variables in a Laravel Blade Template?

When working with Blade templates, it's often necessary to set variables that will be used to render dynamic content or control the behavior of the template.

By Steve Alila · 6 min read · programming

Get last inserted ID with Laravel Eloquent?

Discover how to 'Get Last Inserted ID with Laravel Eloquent' in our comprehensive guide. This article provides easy-to-follow steps, enhancing your Laravel …

By Steve Alila · 6 min read · programming

How to set up file permissions for Laravel?

Setting up proper file permissions is a crucial step in ensuring the security and functionality of a Laravel application. File permissions control who can

By Steve Alila · 8 min read · programming

How to decrypt Hash Password in Laravel?

Learn how Laravel uses the one-way hashing function to securely store and verify passwords without decryption. Explore how to use Laravel's Hash::check() …

By Steve Alila · 7 min read · programming

Laravel Horizon simplified [In-Depth Tutorial]

Explore the power of Laravel Horizon, a robust queue monitoring solution for your Laravel applications. Dive into its features, installation process, and best …

By Steve Alila · 6 min read · programming

How to implement Linked List in Java?

Discover how to effectively implement linked list in Java with our comprehensive guide. Learn about the Node class, various operations, and best practices. …

By Bashir Alam · 7 min read · programming

While Vs Do While loop in Java [In-Depth Tutorial]

Looping constructs are the cornerstone of programming, allowing developers to control the flow of execution and repeatedly perform tasks within their

By Bashir Alam · 8 min read · programming

Convert int to string in Go (strconv, fmt, bytes.Buffer)

Convert int to string in Go with strconv.Itoa or strconv.FormatInt, fmt.Sprintf or fmt.Fprintf to an io.Writer, and strings.Builder for custom assembly; compare …

By Deepak Prasad · 1 min read · programming

Getting started with Forge Laravel

Deploying and managing web applications can be challenging, especially when dealing with server setup, configuration, and maintenance. Forge Laravel is a

By Steve Alila · 8 min read · programming