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

NumberFormat Class in Java Explained

Some of the task performed by the NumberFormat class in Java are Formatting Numbers, Setting number of Digits in Fraction part, Rounding Numbers, Formatting …

6 min readprogramming

5 Methods to perform String Interpolation in Java

In Java, We can perform String Interpolation in Java using several ways such as Using + operator, format function, MessageFormat class, StringBuilder class, …

7 min readprogramming

How to Parse CSV Data in NodeJS

In this article, you learned how to parse CSV data in three ways. The first method reads the whole string then splits it into rows and columns.The second method …

6 min readprogramming

Unary Operators in Java Explained

SUpported Unary operators in java are Unary Plus Operator(+), Unary Minus Operator(-), Logical NOT Operator (!), Increment Operator (++), Decrement Operator …

6 min readprogramming

Logical Operators in Java Explained

Logical operators in Java can be divided into, Logical OR Operator(||), Logical AND Operator(&&), Logical NOT Operator (!)

6 min readprogramming

Bitwise Operators in Java Explained

Bitwise operators in Java are binary operators that works on bits to perform its operations. Java supports the following Bitwise operators: Bitwise OR …

6 min readprogramming

Arithmetic Operators in Java [In-Depth Tutorial]

In this tutorial, we covered all arithmetic operators supported in Java i.e. Addition Operator (+), Subtraction Operator (-), Multiplication Operator (*), …

17 min readprogramming

Relational Operators in Java Explained

In this tutorial, we covered all relational operators in Java. We learned in detail about the syntax and how we can use this operators with different data types …

6 min readprogramming