BLOG

Latest Articles

Declare a constant array in Golang [SOLVED]

Slice or const array are not supported in Go. It is thus because Go computes constant values at compilation time. Slices or arrays are always assessed in- …

By tuannguyen · 3 min read · GOLANG Solutions

Master Golang JSON Omitempty: No More Rookie Errors

Explore the dynamic capabilities of Golang JSON Omitempty to revolutionize your data structuring and serialization. Dive deep into expert techniques, unlocking …

By tuannguyen · 9 min read · GOLANG Solutions

Install R on Rocky Linux 8 & 9 [Step-by-Step]

Step by Step instructions to install R Programming Language in Rocky Linux. Download and Install specific version of R language

By omercakmak · 5 min read · Rocky Linux