Blog

Latest Articles

Browse the latest tutorials, guides, and practical examples across Linux, DevOps, security, databases, and programming on GoLinuxCloud.

Explore the latest tutorials and guides across Linux, DevOps, programming, and more.

You can also browse content by category below:

  • Linux: Commands, administration, troubleshooting, and system operations
  • DevOps: CI/CD, Kubernetes, containers, and automation
  • Programming: Coding tutorials, scripting, and development concepts
  • Security: Ethical hacking, system security, and best practices
  • Databases: MySQL, MariaDB, PostgreSQL, and database management
  • Networking: Network setup, troubleshooting, and protocols
  • Storage: Disk management, file systems, and storage solutions
  • System Administration: User management, services, and system-level tasks
  • Tools: Useful tools and utilities for productivity
  • Cheat Sheet: Quick reference guides for commands and tools
  • Interview Questions: Common interview questions with answers

2075 articles

How to create Laravel Helper Function? [SOLVED]

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 stevealila · 6 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 stevealila · 7 min read · programming

Set variables in a Laravel Blade Template? [SOLVED]

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 stevealila · 6 min read · programming

Get last inserted ID with Laravel Eloquent? [SOLVED]

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 stevealila · 6 min read · programming

How to decrypt Hash Password in Laravel? [SOLVED]

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 stevealila · 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 stevealila · 6 min read · programming

How to implement Linked List in Java? [SOLVED]

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

By bashiralam · 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 bashiralam · 8 min read · programming

Golang Integer Types Explained [In-Depth Tutorial]

Explore the various "Golang integer types" like int, int8, int16, int32, int64, uint, uint8, uint16, uint32, and uint64. Learn how to choose the right data type …

By admin · 8 min read · programming

Golang convert INT to STRING [100% Working]

Discover various methods to "convert int to string" in Golang, including strconv.Itoa, strconv.FormatInt, fmt.Sprintf, fmt.Fprintf, and strings.Builder.

By admin · 8 min read · programming

Create users in bulk using shell script [SOLVED]

Learn how to create users in bulk using shell script, assign custom shells and home directories, and generate random passwords for multiple users in Linux.

By admin · 7 min read · programming