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

Optimize Golang Docker images [Multi-Stage Build]

You have built your application and it's now time to package and deploy your application to the cloud so that everyone can use it. But how would you package

By antonyshikubu · 9 min read · programming

HackerRank Solution: Does Path Exist [2 Methods]

Adam is standing at point (a, b) in an infinite 2D grid. He wants to know if he can reach point (x, y) or not. The only operation he can do is to move to

By bashiralam · 4 min read · programming

How to Bypass Android Lock Screen? [100% Working]

Android PIN bypass refers to the process of bypassing the PIN code that is used to lock and secure an Android device. This can be done through various

By kennedymuthii · 5 min read · security

How to set FFmpeg output directory? [SOLVED]

FFmpeg can be used by end users and system administrators. Specifying FFmpeg's output directory may be different for the 2 user types. In this article "How to

By omercakmak · 4 min read · linux

How to use JavaScript Object Literals? [SOLVED]

In JavaScript, there are different literals from array literals to string literals. It’s pretty much a fanciful word for values. So, we have array values,

By olorunfemiakinlua · 4 min read · programming

Using JavaScript Template Literals [Tutorial]

JavaScript template literals are a way to create strings that include expressions that are evaluated at runtime. They are enclosed by backticks (`) instead of

By olorunfemiakinlua · 3 min read · programming

Using SVG with JavaScript? [Tutorial]

JavaScript can be used to create and manipulate SVG (Scalable Vector Graphics) images, which are a type of vector image that can be resized without losing

By olorunfemiakinlua · 6 min read · programming

How to use JavaScript scrollTo() Method? [SOLVED]

Frontend developers from time to time will need to need to create scrolling effects that enhance the user experience. As such, the de-facto language of the

By olorunfemiakinlua · 6 min read · programming

Master getBoundingClientRect(): Don't be a Rookie

Unlock the potential of getBoundingClientRect(): a comprehensive guide to mastering this pivotal JavaScript method. Discover tips, strategies, and secrets to …

By olorunfemiakinlua · 11 min read · programming

Master JavaScript addEventListener(): Don't be a Rookie

Unlock the full potential of dynamic web interactions with the JavaScript addEventListener() method. Dive deep into essential techniques, powerful strategies, …

By olorunfemiakinlua · 14 min read · programming