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

4 different ways to read JSON file in NodeJS

In this tutorial we will cover following methods to read JSOn file in NodeJS; Using fs module, require function and third party NPM libraries such as jsonfile …

6 min readprogramming

How to EFFICIENTLY print entire DataFrame?

In this article we discussed how to print entire dataframe in following formats: Markdown format, ,psql format, plain-text format, RST format, github format, …

13 min readdatabases

Convert list of dictionaries to DataFrame

Pandas convert list of dictionaries to ataframe using pandas.DataFrame(), pandas.DataFrame() with index, pandas.DataFrame() with index and columns, …

6 min readdatabases

Different Nested Loops in Java Explained

Java supports following nested loops: Nested for loop, Nested while loop, Nested do-while loop explained with practical examples

7 min readprogramming