JavaScript Operators.

Operators are the same in all Programming Languages but the way of writing code or using the operators are different. There are 5 types of Operators in…

Read More

PHP intermediate essential guide- PHP setting cookies

In this blog, I am going to What is Php Cookies & How to use Cookies in PHP. PHP cookies are the same in all languages but…

Read More

How to Remove Old Images of Users in Laravel?

How to Remove Old Images of Users in Laravel? Uploading Profile Image of Users Click Step 1. Go to app/Http/Controllers/HomeController.php file and define the deleteOldImage function. Step…

Read More

How to Upload Profile Image of Users in LARAVEL?

How to Upload Profile Image of Users in LARAVEL? Step 1. Create a new Project in Laravel, so open git bash. Write down the following command:- Step 2.  Now, Move to project directory on…

Read More

5 ways to verify site ownership on Google Search Console?

In this tutorial i’m going to describe how many ways to verify sites ownership on Google Search Console. To use this method and verify Google site verification…

Read More

How is the DevOps Market and DevOps Future in Coming Years?

Software applications are mostly developed from the client, customer or end user perspective, and if not, from end-user experience. Often, developers work backward to identify customer needs…

Read More

Sonarqube Errors and Database

Error 1 Solution 1 https://www.devopsschool.com/blog/elastic-search-error-max-virtual-memory-areas-vm-max_map_count-65530-is-too-low-increase-to-at-least-262144/ https://www.devopsschool.com/blog/elastic-search-error-max-file-descriptors-4096-for-elasticsearch-process-is-too-low-increase-to-at-least-65535/ Error 2 Solution 2: SonarQube Tutorial & OWASP SonarQube Tutorial Securing Code (SAST) Crash Course:- https://bit.ly/3x5ZOmA

Read More

PHP 7 Fundamental Tutorial for Beginners – PHP Functions

What is PHP Functions A function is a block of code written in a program to perform some specific task. We can relate functions in programs to…

Read More

Image Upload and Crop using PHP and jQuery

In this PHP tutorial, I am going to tell you how to crop an image using jQuery and upload the image via Ajax. Using the Croppie plugin…

Read More

How to search multiple words at a time in PHP with MySql Database

In this tutorial we are going to learn how can search multiple words from Mysql table in a single query in php. You have show any web…

Read More

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….

Read More

How to use Search Functionality in Laravel?

How to use Search Functionality in Laravel? Step 1. Create a new Project in Laravel, so open git bash. Write down the following command:- Step 2. Now, Move to project directory on git Bash,…

Read More

How to join two tables using left join in SQL.

Step:1 Step:2 Step:3 Step:4 Step:5 Syntax of left join in SQL SELECT column_name(like that CustomerName and OrderID these are column name step-4)FROM table1 (Cumstomers is table name)LEFT JOIN table2 (orders is…

Read More

How to Update Name and Email of Users in Laravel?

How to Update Name and Email of Users in Laravel? To know the Creation of project, User Authentication, Database Connection, Migration of tables. CLICK. Step 1. Go…

Read More

Image Convert to JPG, PNG & GIF using PHP

In this post I help you to convert any uploaded image to JPG, PNG and GIF. Create a file image_converter.php. In this code you see using convert_image()…

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…

Read More

How to install Git on Ubuntu/Linux.

To install Git on Linux/Ubuntu you have to Run the below commands Step 1 :- First check that your packages are updated or not : sudo apt…

Read More

Azure DevOps Simplified & Components Summary

What is Azure? Azure by Microsoft is one of the cloud sevice provider similar to Amazon Web Services and Google Cloud Platform What is DevOps? DevOps is…

Read More

Handy Tips: How to connect on WhatsApp without saving phone numbers in your directory?

If you are a person who use to prefer whatsapp to share information or for conversation with your clients or if you want to reach out to…

Read More

Handy Tips: How to Make or Receive Call/Messages Directly On YOUR PC from your Phone

Are you a person who use to sit in front of your PC most of time and looking for ways or maybe LAZY enough who don’t want…

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…

Read More

How to write a Hello World App in Flutter?

Hey folks, Here we are going to run a Hello World Application in Flutter. so if you want to do this. first of all, you have to…

Read More

What is Google Search Console? How to use it?

In this tutorial i’m going to describe how to use the Search Console to check if your site has any google search manual actions issued against it….

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…

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…

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…

Read More

How to Insert and Retrieve Data in Database – Laravel Framework

In this example, I am going to show you how to insert data in the database using laravel framework PHP. First, creating table the SQL query: Now,…

Read More

How to install Linux on Windows or Virtual machine

we are going to install Linux or virtual machine on widows,let see step by step. Step:1 click this url https://www.virtualbox.org/or you can search virtualbox Step:2 Step:3 Step:4…

Read More

HOW TO: INSTALL COMPOSER ON LINUX MINT

About Composer A composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage…

Read More

How to Generate New Password in Laravel?

How to Generate New Password in Laravel? Step 1. Create a new Project in Laravel, so Open git Bash. Write down the following command:- Step 2. Now, Move to project directory on git Bash,…

Read More