Latest Articles
Golang Buffered Channel Tutorial [Practical Examples]
A buffered channel is a type of channel that has storage capacity within. Create and handle deadlock scenario, create lock and unlock code with buffered channel …
Golang defer keyword - How & When to Use it?
golang defer keyword can be used to close open files, close open connections, waitgroups, methods and functions
40+ grep Pattern Matching Examples in Linux (Regex, OR, Pattern File)
Learn advanced grep pattern matching in Linux with practical examples. This guide covers grep regex examples, OR conditions, pattern files, matching words …
Install Nagios XI on Rocky Linux 9 [Step-by-Step]
Two different methods to install nagios XI on ROcky Linux 9. Install latest or custom version by directly downloading from official page.
Declare golang constant maps - is it possible? [SOLVED]
We can not declare constant maps directly in golang as other programming languages. In this tutorial we covered different workaround hacks to declare golang …
