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
  • Tools: Useful tools and utilities for productivity

2239 articles

30+ Golang Interview Questions and Answers

30+ golang interview questions and answers for Junior (Beginner), Middle and Advanced (Experienced) professionals

By Tuan Nguyen · 11 min read · programming

Golang JWT (Json Web Token) Examples

In this tutorial we learned how to create HTTP Server and Client using golang JWT (JSON Web Token)

By Tuan Nguyen · 10 min read · programming

Building a CRUD REST API using Redis DB in GO

Go or Golang is an open source programming language developed and supported by Google. It is mostly used to build backend applications where it interacts with

By Antony Shikubu · 10 min read · programming

Implementing NodeJS CMS with express and MongoDB

Implementing NodeJS CMS with Express and MongoDB will enable you to debug popular CMSs, get a template to customize when building applications with NodeJS,

By Steve Alila · 6 min read · programming

SQL Temp Tables are a Blessing or Disastrous Curse?

Learn how to optimize your database queries and boost your SQL skills with our comprehensive guide on SQL Temp Tables. From basic syntax to advanced features, …

By Falguni Thakker · 13 min read · databases

Laravel Pennant [In-Depth Tutorial]

Laravel Pennant is a PHP framework designed to help developers quickly build web applications. It is built on top of the popular Laravel framework and

By Steve Alila · 11 min read · programming

Getting started with Laravel Boilerplate

Laravel Boilerplate comes to the rescue by providing a standardized, well- structured foundation that you can use to jumpstart your projects. This blog

By Steve Alila · 9 min read · programming

9 Important differences between Integer and Int in Java

The knowledge of difference between Integer and int in java is very important for a developer to know so that he can use both int and Integer classes properly …

By Deepak Prasad · 15 min read · programming

Detailed overview on Kubernetes API Server

In Kubernetes, all communications and operations between the control plane components and external clients, such as kubectl, are translated into RESTful API …

By Deepak Prasad · 12 min read · devops

Golang AWS Lambda Example [In-depth Tutorial]

In this series, we will learn how to set up a serverless framework example for Golang and AWS Lambda. First of all, we are going to walk through how to create

By Tuan Nguyen · 11 min read · programming

Steps to create RESTFul API in Laravel [100% Working]

Welcome to this comprehensive guide on how to create RESTFul API in Laravel 8. As the demand for API-driven applications continues to grow, it is essential

By Steve Alila · 7 min read · programming

Building a CRUD gRPC API using Postgresql DB in GO

CRUD is an acronym that refers to operations that are considered necessary to implement in a persistent storage application: Create, Read, Update and Delete.

By Antony Shikubu · 15 min read · programming