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

Python continue Explained [Beginners Guide]

Using python continue statement in for loop, while loop, if condition, nested for loop, nested while loop, multiple continue statement with examples

7 min readprogramming

3 ways to read file into variable in Golang

We will cover following 3 methods which can be used to read file and store content into a variable in go i.e. go:embed, ioutil.ReadFile(), os.Open()

7 min readprogramming

HackerRank Solution: Python Check Strict Superset

Explore four solutions for HackerRank's "Check Strict Superset" problem in Python. Learn how to use the issuperset method, the all function, for loops, and list …

5 min readprogramming

HackerRank Solution: Python Check Subset

Explore three solutions for HackerRank's "Check Subset" problem in Python. Learn how to use the issubset method, comparison operators, and a combination of for …

4 min readprogramming

HackerRank Solution: Python Set Mutations

Explore three solutions for the HackerRank "Set Mutations" problem in Python. Learn how to use direct set methods, dynamic method calls with eval, and …

5 min readprogramming