Concurrency in Go

Implementing concurrent programs in Go using goroutines, channels, and WaitGroups

September 12, 2023 · 8 min · Avnish

File Handling in Go

The os package in Go provides data structures, functions, and methods for managing files and directories

June 27, 2023 · 10 min · Avnish

Go Programming Language

Go is used to build applications for cloud, network services, and web development.

June 21, 2023 · 17 min · Avnish

Network Functions

Network Functions (like routers, firewalls, and DHCP servers) are an integral part of the massive network deployments by telcos

June 7, 2023 · 6 min · Avnish
Lifecycle of a volume managed by CSI Plugin

Container Storage Interfaces (CSI)

Container Storage Interface (CSI) plugins are developed by storage providers to establish a consistent interface between container orchestrators and storage solutions

May 31, 2023 · 6 min · Avnish