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

2076 articles

JavaScript Double Exclamation Mark Usage

To coerce values of a binding to Boolean type, we can make use of the javascript double exclamation mark and the Boolean method

By olorunfemiakinlua · 3 min read · programming

Using golang constants in struct [SOLVED]

In general, golang does not allow declaring a constant struct and constant within a struct. But we can use a custom function to perform this purpose

By tuannguyen · 3 min read · programming

Learn Golang Chi to Master the Craft of Web Services

Discover the transformative power of Golang Chi in web development. Our comprehensive guide provides insights and practical knowledge, equipping you to create …

By tuannguyen · 17 min read · programming

JavaScript replaceWith() Method

To make use of the JavaScript replacewith method, we need to reference the element/node that we want changed and add the new element/node as an argument. Also, …

By olorunfemiakinlua · 3 min read · programming

JavaScript Thenable Object

JavaScript thenable is an object that holds or implements the then() method and can have two callbacks, one for when the Promise is fulfilled, and one for when …

By olorunfemiakinlua · 6 min read · programming

Golang []byte to int Conversion [SOLVED]

Convert ASCII []byte to int, Convert ASCII []byte to int with validation, Using math/big package to convert []byte to int, Using binary package to convert byte …

By tuannguyen · 4 min read · programming

Golang channel with multiple receivers [SOLVED]

Reading from a single channel shared with multiple goroutines is concurrency in action. Concurrency in Go is the ability for a goroutine(s)(function) to run

By antonyshikubu · 6 min read · programming

Math.abs() Method in JavaScript

The Math.abs() method allows us to get the absolute value of a number, and can come useful in certain mathematical operations we carry out in JavaScript.

By olorunfemiakinlua · 3 min read · programming

JavaScript Math max() Method

The JavScript Math max() method is a good JavaScript method that allows us to find the highest or largest number value among a series of numeric values

By olorunfemiakinlua · 3 min read · programming