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 dot(.) operator and…

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 »

Jenkins Administrations and Configurations Complete Reference

Jenkins Upgrade and Solution!!! How to Change Jenkins HTTP port number? Jenkins Backup Jenkins Backup and Restore Process | Jenkins Tutorial

Read more »

Scripting in Jenkins with Groovy and others Scripting Language

How to run/execute groovy script in Jenkins? Database of Groovy Script for Jenkins Automation Script to check the build status of a Jenkins job

Read more »

Jenkins Commmands Line and REST API Complete Reference

Jenkins commands lines reference from jenkins Know About Jenkins CLI | Jenkins CLI Guide Understand Jenkins CLI | Jenkins CLI Reference Jenkins Remote access API Example | Jenkins Tutorial What…

Read more »

Jenkins How to do Guide, Tips, Tricks and Troubleshootings

How to attach the jenkins build log as part of the email body? How to attach the jenkins build log as part of the email body? How to Resolve jenkins…

Read more »

How to Schedule and Trigger a Jenkins job automatically?

Method 1 – AT CERTAIN TIME AKA Build periodically Method 2 – AT CERTAIN TIME BUT Build only when there is Code changes AKA Poll SCM Method 3 – Trigger…

Read more »

Jenkins Errors and Solutions Database

Jenkins Error: Running two Java Versions – Jenkins Problem in Mac OS Jenkins Error: /usr/bin/p4 error in windows machine with jenkins Jenkins Error: Jenkins time-out while pushing to github Jenkins…

Read more »

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

What is Internal Style Sheet? An internal style sheet is a set of style that is created as a part of an HTML document. An internal style sheet may be…

Read more »

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

In this tutorials im going to describe how & where to build and promote on your business on Facebook groups with your target audience. Facebook is most Social networking sites…

Read more »

Insert and Retrieve data from database in PHP using MySQLI

What is Mysqli:-The Mysqli extension, or as it is used before this name the MYSQL and update extension, was developed to take advantage of new features found in Mysqli systems…

Read more »

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

In this post, I’ll explore why your business should have a LinkedIn Group and how to Post and manage a successful group. Here I’ve described 100 LinkedIn Groups/Community for DevOps…

Read more »

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

Introduction to CSS? CSS stands for Cascading Style Sheet. It is a style sheet language which is used to describe the presentation of a document. We can improve the looks…

Read more »

How to Define, Call & Create a function in PHP?

What is function in PHP? PHP provides us many built-in helper partners works that you can call anyplace inside your application OR browser. They make your work process advantageous for…

Read more »

How to fix – “There has been a critical error on your website” – WordPress error.

There are so many WordPress developers facing this issue in their WordPress site due to plugins or theme issues. and you will also find so many solution on this. in…

Read more »

Jenkins Error: Running two Java Versions – Jenkins Problem in Mac OS

Hi Everyone – Today we are going to discuss about how to have two version of Java Development Kit running in MAC OS and how to switch between them. This…

Read more »

How to define String in PHP?

A string is a group of characters, where a character is equivalent to a byte. This implies PHP just supports a 256-character set and subsequently doesn’t offer local Unicode support….

Read more »

How to Print Multidimensional Associative Array in PHP using loop with example?

Foreach Loop with Multidimensional Associative Array :- Multidimensional Associative Array is used to store using foreach loop arrays value where pairs arrays value can be an integer or string. It…

Read more »

How to Use Middleware In Laravel.

step:1– first, you have go this path: C:\xampp\htdocs. then you have right-click on the git base here. same as this pic. Step:2- write any project name like that. Step:3– composer…

Read more »

Php Error: Composer – allow_url_fopen must be enabled in php.ini

Solution $ php -i | grep allow_url_fopen $ allow_url_fopen => Off => Off $ php -d allow_url_fopen=on /opt/cpanel/composer/bin/composer update

Read more »

How to run php artisan queue:listen in background on Ubuntu or Linux machine

Steps:1. Login to ubuntu machine using putty or any other ssh client2. Run command: sudo -s3. Run command: cd /opt/lamp/htdocs/<Laravel project directory name>4. Run command: sudo vi start-laravel-project-name-queue.sh5. Click “i”…

Read more »

What is Adobe Photoshop?

What is adobe Photoshop? Photoshop is software that was created by Adobe Systems users in the year 1990.Since then it has been used in web designing, graphic designing and animation.Actually…

Read more »

Restore a default RHEL 7.x default repo list of EC2 Instance

Many time, my students have deleted or corrupted a yum repo list of RHEL7 or Centos 7 and i spent lots of time solving these problem. This, this is quick…

Read more »

How to Print Multidimensional Numeric Array in PHP using loop?

For Loop with Multidimensional Numeric Array:- Multidimensional Array means one or more arrays have multple array values access. It can store numbers, string multiple array uses of Nested For Loop…

Read more »

HTML Tutorial Part-1

What is HTML? Html provides a way of displaying Web pages with text and images or multimedia content. HTML is not a programing language, but a markup language. an HTML…

Read more »

Echo Statement, Print Statement, and Here document in PHP.

Echo Statement This statement is used to output the data to the screen or printing text on the screen. For Example:- echo “Sushant Kumar”;echo ‘Sushant Kumar’;echo 59.236;echo (“Sushant Kumar”);echo “Sushant”…

Read more »