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 Constructor Tutorial

we learn about Go constructors. Go does not come with constructors natively but provides ways to construct new types. Constructor functions are ordinary …

By antonyshikubu · 6 min read · programming

Python convert user input to asterisk [SOLVED]

There are multiple ways to convert user input to asterisk in Python. We have covered some of the easy methods using python modules.

By azkaiftikhar · 4 min read · programming

Golang http - Create HTTPS Server and Client

Use golang http to setup a basic and advanced web server and client. The client go code will establish communication with HTTPS server over TLS, MTLS or …

By tuannguyen · 12 min read · programming

Golang Graphql Tutorial with Examples

Complete golang graphql tutorial with sample schema and resolving the content with schema. Integrate graphql with HTTP

By tuannguyen · 7 min read · programming

Golang Type Assertion Explained with Examples

Golang type assertion is a mechanism for working with the underlying concrete value of an interface. Type switches use switch blocks for data types and allow …

By tuannguyen · 5 min read · programming

Golang Parse JSON (With or Without Struct)? [SOLVED]

golang parse json file, golang parse json array, golang parse json response without struct, golang parse json to struct, golang parse json to map, golang json …

By tuannguyen · 7 min read · programming