How to do Auto Load and Refresh Div every Seconds with jQuery and Ajax with PHP Script.

In this tutorial we are going to learn how to do auto load and refresh div every second by using JQuery and Ajax method with PHP Script. In this tutorial…

Read more »

PHP 7 Intermediate Essential Guide- PHP include_once & require_once

In this blog, I am going to Explain How to include_once & require_once in PHP. So within PHP, It’s actually possible to include PHP people files within other PHP files….

Read more »

How to exclude specific host from inventory from a playbook run in Ansible?

Suppose you want to exclude a troublesome host (bad_host) from a particular playbook run. Try using a negated ‘limit’ option: By using –limit argument with ansible-playbook command we can exclude…

Read more »

Top 30 Free grammar checker and spell checker tools in 2020

Check your English text for grammar, spelling, and punctuation errors with following free grammar and spell checker. I compiled a list of the best grammar checker and spell checker tools…

Read more »

Certified Kubernetes Administrator CKA Exam – Dumps Part 2

Duration – 30 minsType – Quiz Multiple Questions and Answer Step 1 – Access https://www.devopsschool.com/lms/login/index.php Login Using “Google”. ie. – gmail email id and password Step 2 – Access this…

Read more »

Certified Kubernetes Administrator CKA Exam – Dumps Part 1

Note – “firstname” Means “Your first name” Duration – 1 HOUR Q1. Create one Namespace with your “firstname”. Q2. Create a POD in your namespace with Nginx image. POD name…

Read more »

7 Most Common Mistakes in Python Programming: Student Cheat Sheet

Mistakes are inevitable, and they help us become better and improve our skills. Whether you learn languages or programming, the rule is the same. However, we could all use a…

Read more »

PHP 7 Fundamental Tutorial for Beginners – PHP Break and Continue Statement

Break statement The break statement is used with the conditional switch statement and with the do, for, and while loop statements. When a break statement is encountered inside a loop,…

Read more »

How to Defines PHP functions Arguments Global Values?

In this blog, I am going to Defines PHP functions Arguments Global Values. When it comes to functions you can name a function just like a variable but it has…

Read more »

How to Generate Random color Functions in PHP?

In this blog, I am going to start how to generate Random color Functions in PHP? we’re going to be talking about functions now functions really give some functionality. Functions…

Read more »

How to Create alternating color code snippets in PHP?

In this blog, I’m going to give you the answer to how this is created using PHP, And then as I said it’s only just a few lines of code….

Read more »

PHP 7 Fundamental Tutorial for Beginners – PHP Loop

What is Loops? Loops are used to execute the same block of code again and again, as long as a certain condition is met. The basic idea behind a loop…

Read more »

How to Install Bootstrap 5 alpha!? How to use update version Bootstrap v5.0?

In this blog I am going to start How to Install Bootstrap 5 alpha! & how to use update version Bootstrap v5.0 in your system. So, before I am going…

Read more »

Understanding Kubernetes’s Taints and Tolerations in easy way

What is meaning of taint?a trace of a bad or undesirable substance or quality. What is tainted?spoiled; damaged in quality, taste, or value. What is toleration?the practice of tolerating something,…

Read more »

Understanding Node Selector and Node Affinity in Kubernetes

The Kubernetes scheduler can be constrained to place a pod on particular nodes using few different options. In your POD specification, there are many ways in which you declare a…

Read more »

How to Create & Display dynamic HTML content using CSS challenge in PHP?

In this blog, I am going to explain How to Generate dynamic HTML content using CSS challenge in PHP. So, before you create a page which extension should be .php…

Read more »

How can I sort arrays and data in PHP?

PHP Functions For Sorting Arrays In the previous chapter you’ve learnt the essentials of PHP arrays i.e. what arrays are, how to create them, how to view their structure, how…

Read more »

How to run a selenium-server-standalone and grid/hub mode?

What is Selenium Server (Grid)?The Selenium Server is needed in order to run Remote Selenium WebDriver (Grid). Download Location – Click Herehttps://www.selenium.dev/downloads/ As per GridRole class – Selenium server can…

Read more »

Selenium Example Programs and Examples

Basic-Selenium-Java getting-started-with-selenium-example-programs Selenium-WebDriver-3-Practical-Guide-Second-Edition RxDemo-Java-UT-AT-Selenium Selenium-Maven-Template Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories…

Read more »

PHP 7 Fundamental Tutorial for Beginners – PHP Arrays?

What is PHP Arrays Arrays are complex variables that allow us to store more than one value or a group of values under a single variable name. Let’s suppose you…

Read more »

PHP 7 Essential Guide – PHP switch statement

In this blog I am going to explain PHP 7 Essential Guide – PHP switch statement. Switch statement is opposite to if elseif else statement which does almost the same…

Read more »

PHP 7 Essential Guide- PHP adding to an array-

In this blog I am going to explain that how to adding array in PHP. So, as stated in the PHP documentation, if you’r only pushing a single element every…

Read more »

What is the title in adobe premiere?

The title of special features for the editor has been given in Adobe Premiere. Titles are used to write any text in any footage. Premiere Pro has a tool bar…

Read more »

How to define PHP variable type conversion operators?

In this blog, I am going to explain Variable Type & Type Conversion in PHP.variable type depends on the value of currently holds means when you declare a variable in…

Read more »

What is Safe Zone in Source Monitor?

Safe Zone primarily works with source monitors. In this way, you can use the video or image as per your convenience. Safe zones or safe margins are used so that…

Read more »

What is the use of Adobe Premiere source monitor?

The main purpose of the source monitor in Adobe Premiere allows you to view your clips at full resolution and to set in and out points. Its description simplifies the…

Read more »

PHP 7 Fundamental Tutorial for Beginners – PHP Switch…Case Statements?

What is PHP Switch…Case Statements Check Several Possible constant values for an expression. PHP If…Else Vs Switch…Case The switch-case statement is an alternative to the if-elseif-else statement, which does almost the same…

Read more »

How to declare PHP variables output variables quotes and more?

In this blog I am going to to how to declare PHP variable output, PHP Variables Scope, PHP Global and Local Scope, PHP Global Keyword variable quotes and more. Creating…

Read more »

Kubernetes basic ingress tutorials with examples and Lab using nodeport

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…

Read more »

Kubernetes ingress tutorials with examples and Lab using Loadbalancer

In this demo, there are following ways to setup ingress as below; Single service Multiple services Services using a default backend Services using name based virtual hosts TLS configuration Sample…

Read more »