Deepak Prasad

Deepak Prasad

R&D Engineer

at · 1018 articles published

Founder of GoLinuxCloud with over a decade of expertise in Linux, Python, Go, Laravel, DevOps, Kubernetes, Git, Shell scripting, OpenShift, AWS, Networking, and Security. With extensive experience, he excels across development, DevOps, networking, and security, delivering robust and efficient solutions for diverse projects.

Areas of expertise

Certifications & credentials

  • Red Hat Certified System Administrator in Red Hat OpenStackID: 180-246-001
  • Certified Kubernetes Application Developer (CKAD)
  • Red Hat Certified Specialist in Ansible Automation
  • Go: Data Structures, Algorithms and Design Patterns With Go

Articles by Deepak Prasad

Golang Environment variables [One STOP Tutorial]

golang environment variables, golang get env variable, get env variable golang, os.getenv golang, go os getenv golang os.getenv, env golang, golang unset …

10 min readprogramming

Golang Closure Function Tutorial

learn about the basics of golang closure function, how it is related to anonymous function. When should you use and how to use closure function in go code

5 min readprogramming

Go Anonymous Function Explained

What are Anonymous Functions in golang? Declaring anonymous function in Go Invoking Anonymous Function in Go Use variable to execute anonymous function Passing …

6 min readprogramming

How to read json data format in Go

We shall discuss the following:- What is JSON? Read JSON Data to map Read JSON Data to struct Save JSON Data Using Marshal() (converting from a Go data type to …

8 min readprogramming