Array and Its Type in PHP.

An array is a collection of data items stored under a single name. Array provides a mechanism for declaring and accessing several data items with only one…

Read More

For Loop and Nested For Loop in PHP.

For Loop The for loop is frequently used, when a loop is to run for a fixed number of time. Syntax for (initialization; test-condition; increment/decrement) { block…

Read More

Docker Private registry using Nexus, Artifactory or Docker Registry

How to setup Docker repository in Artifactory and push/pull images? Setup Artifactory pro 6.1.0 using Docker containtainer How to setup Docker Registry/Repository using Jfrog Artifactory Docker Machine…

Read More

While, Nested While, Do While, and Nested Do While Loop in PHP.

While Loop The While loop keeps repeating an action until an association condition returns False. It means that when a while loop started, it checks the condition,…

Read More

Docker Errors and Solutions Database

Docker Error: Auzre RHEL 7.4 “Requires: container-selinux >= 2:2.74” Docker Error – Requires: container-selinux >= 2:2.74 Docker Error: JOB FOR DOCKER.SERVICE FAILED BECAUSE THE CONTROL PROCESS EXITED…

Read More

Else-If Statement, Ternary or Conditional Operator and Switch Statement in PHP

Else-If Statement Syntax Sample Program Output In the above program, if the First condition is false then it will check the third condition, if it’s true then…

Read More

Logical, Increment, decrement, and String Operators in PHP.

Logical Operators 1. Logical AND(&&/and). There are two Logical AND Operators, First && and 2nd and where First Operator has higher precedence(means higher priority) than 2nd. It…

Read More

Sending Email with attachments in Laravel 5.5 using and PHP & JQuery

Introduction: Hello Dear Reader,In this post, I am going to demonstrate detailed steps of how to send email to user’s email id with the files that were…

Read More

Top 50 Facebook Groups/Community for DevOps, Cloud Computing, DevOps Engineers, and Software Engineers

Here, I am going to share with you Top 50 Facebook Groups/Community which is related to DevOps, Cloud Computing, DevOps Engineers, and Software Engineers. I know you…

Read More

List of Top DevOps Tools For SAP and ABAP

AbapGit SAP Transport Packages IKAN ALM Solman SAP Netweaver Qunit Opa5 SAPUI5 Robotic Process Automation – RPA

Read More

Difference between Single Equal, Double Equal, Triple Equal, Not Equal, and Not Identical in PHP?

Single Equal It is Known as Assignment Operator means it assigns a constant value in a variable. For Example : A Constant Value (10) is assigned to…

Read More

How to set Internet Proxy for Maven Repository

There are following ways to set a internet proxy in maven. Method 1 – Command Line with mvn Method 2 – Using MAVEN_OPTS set in system env…

Read More

DevSecOps 1 Days Crash Course and Training

What is DevSecOps? DevSecOps is the philosophy of integrating security practices within the DevOps process. DevSecOps involves creating a ‘Security as Code’ culture with ongoing, flexible collaboration…

Read More

What are If, Nested if, if else and, Nested if else Statement in PHP?

If Statement and Nested if Statement If statement is used to execute when a statement or a block of statement only if the condition is fulfilled or true….

Read More

How to declare Inheritance in PHP with example?

What is Inheritance?:- Inheritance means one class method or properties access to another class. The child class will inherit all public, private, protected methods or properties from…

Read More

Difference between Public, Private & Protected Access Modifier in PHP with example

Public Access Modifier:- Public Method or variable can be accessed from anywhere in the class. It means from inside or outside the class and child class also…

Read More

What are Comments, Constant Variable, String Interpolation, Arithmetic and Assignment Operators in PHP?

Comments in PHP Comments are those human-readable texts that we should add to make our code more understandable for other programmes. It is ignored by PHP and…

Read More

List of Top 100 Linkedin Groups/Community for DevOps – Cloud – Containers Technology

LinkedIn Learning is an online video training library with thousands of expert-created courses covering technology, software, hardware, business, career-building, creativity, and more. LinkedIn Learning is designed for…

Read More

List of Top 50 Facebook Groups/Community for DevOps – Cloud – Containers Technology

Facebook is a social website that helps people from the whole world to multiple each other and provides many services like sit at home. one place While…

Read More

List of Top 100 Linkedin Groups/Community for DevOps – Cloud – Containers Technology

Here I have described 100 Linkedin groups/ communities. LinkedIn has a lot of features for brands and social media marketers. LinkedIn can establish its expertise through content,…

Read More

List of Top 50 Facebook Groups/Community for DevOps – Cloud – Containers Technology

In this blog, I’m going to telling about how to use Facebook groups and how to promote and build your business on Facebook groups with your desired…

Read More

Git Errors and Solutions Database

Git Error: How do I remove files saying “old mode 100644 new mode 100755” from unstaged changes in Git? Git Error: -Git Polling Log java.io.IOException: error=2, No…

Read More

Git Command Tutorials Guide with Example

Git Commands Tutorials and Example: Git Clean – How to clean git workspace? Git Commands Tutorials and Example: Git Reset – Git Revert Git Commands Tutorials and…

Read More

List of 50 Facebook Groups/Community for DevOps – Cloud and Container

Facebook is a social networking site. Through this, members can keep in touch with their friends, family and acquaintances. In this, you can send your videos, photos…

Read More

CSS Tutorial for beginners (Step by Step) with Examples(Part3).

i. Universal Style Class It is a type of style class which is used by any element of the HTML document. Universal Style Class Starts with a…

Read More

Top 33 Free Jenkins Plugins and their Tutorials with step by step guide.

List of Top 25 Jenkins Plugins

Read More

Jenkins Continous Integration with Another DevOps Tools

Enabling Jenkins integration with Silk Central Test Manager

Read More

Jenkins Jobs Configuration Demo with Example

Build Scala Project using sbt and Jenkins Environment variables and properties defined in jenkins | Jenkins Tutorial

Read More

Jenkins Pipeline Tutotrials with example of jenkinsfile

Jenkins Pipeline Example Code Sample

Read More