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

Golang JSON Unmarshal Examples

Use golang json unmarshal to parse JSON data with simple and complex structured data and unstructured data with examples

By tuannguyen · 5 min read · programming

Golang FlashDB Tutorial- In Memory Database

Golang flashdb is an in memory database written in golang. Read, Write, Store, Update and Delete key and value content inside the database with examples

By tuannguyen · 6 min read · programming

Go comma ok idiom - How & When to Use?

The Go comma ok idiom is mostly used to Test for error on a function return, Testing if a key-value item exist in a Go map, Testing if an interface variable is …

By antonyshikubu · 6 min read · programming

Golang memdb Tutorial [With Examples]

golang memdb is a simple key value pair based in memory database. We learned how to create a database, insert records, query and then delete the records. …

By tuannguyen · 8 min read · programming

Golang SQLite3 Tutorial [With Examples]

Golang sqlite tutorial with CRUD Operation. Executing commands on SQLITE database, Select statement, Insert, Read and Delete Operation with examples

By tuannguyen · 9 min read · programming

Golang MongoDB Tutorial with Examples

Using mongo-driver and mgo package to use golang mongodb with examples to perform CRUD operations

By tuannguyen · 10 min read · programming

Golang lint - Different methods with Best Practices

Golang linting is a way to verify the go code to identify any kind of compilation issues, or performance improvements which can be done. We can perform linting …

By tuannguyen · 8 min read · programming

Install Memcached on Rocky Linux 9 [Step-by-Step]

Step by Step instructions to install Memcached on Rocky Linux 9. 2 different methods to install using default package manager and downloading from official …

By omercakmak · 4 min read · linux

PodDisruptionBudget in Action with Examples

PodDisruptionBudget ensures a certain number or percentage of Pods will not voluntarily be evicted from a node at any one point in time

By admin · 7 min read · devops