What is SEO ?

Through SEO you can make your website ranking. Search engine optimization is a process that brings Google Top List feet to your website. There are three ways…

Read More

List of best 51 Facebook Groups/Community for DevOps – Cloud – Containers Technology, DevOps Engineers, and Software Engineers

Hi, this is Ashwani, In this Blog, I going to share you something related to List of best 51 Facebook Groups/Community for DevOps – Cloud – Containers…

Read More

Top 56 Linkedin Groups/Forums for DevOps Professionals

1 DevOps Professionals 25224 2 CLOUD & DEVOPS Professional 3297 3 Python DevOps 7803 4 DevOps Kanban 5342 5 Docker Professionals Network ▶️ Container Infrastructure Architects Developers…

Read More

List of best 50 LinkedIn Groups/Community for DevOps – Cloud – Containers Technology, DevOps Engineers, and Software Engineers

Hi, this is Ashwani, In this Blog, I going to share you something related to List of best 50 LinkedIn Groups/Community for DevOps – Cloud – Containers…

Read More

Do you want daily updates on New Tutorials/Content @DevOpsSchool.com – Use Google Alerts!!!

What is Google Alerts? Google Alerts is a content change detection and notification service, offered by the search engine company Google. The service sends emails to the…

Read More

Laravel Error – Call to undefined method Illuminate\Database\Query\Builder::seokeyw()

I got this error today so I am going to tell you how to solve this error in your Laravel project. First of all, You should check…

Read More

Top 50 Linkedin Groups/Community for DevOps – Cloud – Containers Technology

LinkedIn Groups are hubs on LinkedIn which provide you the opportunity to strengthen connections with like-minded individuals in an exclusive forum to share content, find answers, make…

Read More

Top 52 Facebook Groups/Community for DevOps practitioners

Linux Experts 48570 Sysadmin | Cloud | DevOps 16151 DevOps-Beginner 4592 DevOps 9797 Test Automation Professionals 10596 Docker Kubernetes DevOps 3976 Amazon AWS Certified 3560 Amazon Web…

Read More

Upload multiple Image in local drive with Progressbar using laravel 5.8

Step: 1– Install Laravel 5.8 ApplicationStep: 2– Create ControllerStep: 3– Create View Blade FileStep: 4– Set Route of Controller MethodStep: 5– Run Laravel Application Step:1 composer create-project…

Read More

Here are top 50 Facebook Groups/Community for DevOps, Cloud Computing, DevOps Engineers, and Software Engineers.

Facebook Groups are pages which are created within the Facebook social networking site that are based around a real-life interest or group or to declare an affiliation…

Read More

Top 50 Facebook Groups for DevOps.

Facebook group is a page meant for users with common interests, where they can share information or their knowledge. Any person can create a group about any…

Read More

Bootstrap 4 upgrade in laravel 5.5

Introduction Hello Friends,In this article I will describe how to create a Laravel 5.5 application from scratch and also I am going to describe how you can…

Read More

Its all about HashiCorp Certified Terraform Associate Exam!!!

The Terraform Associate certification is for operations, IT, or devops professionals who know the basic concepts and skills associated with open source HashiCorp Terraform. Qualified candidates may…

Read More

Minikube – Addons

Hi All, This is part 4 of Minikube Series on DevOpsSchool.com. Minikube is feature loaded which gives us liberty to test many of the scenarios, without giving…

Read More

How to get data from the database in descending order in laravel.

Through Model To get data from the database in descending order(by default it returns in ascending order) or the latest data we have added we use latest()…

Read More

[SOLVED] Laravel Error: Integrity constraint violation: 1062 Duplicate entry

This Error is found when we insert duplicate data which already exist in the database. To overcome from it just make the key_name unique in Validation. See…

Read More

Laravel Error – Impossible to create the root directory

I found this error on my laravel project. when I want to upload images to my profile pic then I saw the above error. so please be…

Read More

Minikube Exposing Kubernetes workload from EC2 Instance.

Part 1 – Step by step guide on MINIKUBE installation on EC2 instance can be found here, Folks in this tutorial we will try to learn how…

Read More

Minikube Tutorials: Minikube Installation On EC2

Kubernets’s is a demanding technology and needs lots of hands on and through practise to master it. Luckily we have tools to bootstrap single node cluster on…

Read More

[SOLVED] Laravel Error: ‘The page has expired due to inactivity. Please refresh and try again.’

If you’re getting( ‘The page has expired due to inactivity. Please refresh and try again.’) error in your laravel project then follow the below steps to remove…

Read More

What is Site Reliability Engineering Certified Professional aka SRECP?

What is Site Reliability Engineering? This is one of the Software branch which is growing rapidly in recent days after DevOps and DevSecOps. As per wiki, Site…

Read More

DevSecOps Certified Professionals (DSOCP)

Official Social Network Handles of DevSecOps Certified Professionals (DSOCP) Facebook Page Facebook Group Linkedin Group Youtube Channel Blogger Posts WordPress Posts Twitter Medium

Read More

Social Links: DevOps Certified Professionals (DCP)

Official Social Network Handles of DevOps Certified Professionals (DCP) Facebook Page Facebook Group Linkedin Group Youtube Channel Blogger Posts WordPress Posts Twitter Medium

Read More

Social Links: Site Reliability Engineering Certified Professionals (SRECP)

Official Social Network Handles of Site Reliability Engineering Certified Professionals (SRECP) Facebook Page Facebook Group Linkedin Group Youtube Channel Blogger Posts WordPress Posts Twitter Medium

Read More

How can send a mail with Attachment using laravel 5.5

Step:1- composer create-project laravel/laravel mail orcomposer create-project –prefer-dist laravel/laravel mail “5.8.*” Step:2 – Create Controller php artisan make:controller:SendEmailController This command will make SendEmailController.php file in app/Http/Controllers Step:3- Go to the…

Read More

Request Validation using Custom Validator in Laravel.

To use the custom validator, first, we have to load it in our controller by writing use Validator. After that, we have to use make method of…

Read More

DevOps Training Online – Class Recordings – March 2020

Dear Participants, Here are the consolidated URLs of DevOps training videos/class recordings/tutorials. AWS Video Tutorial – March 2020 Docker Video Tutorial – March 2020 Sonarqube Video Tutorial…

Read More

Request Validation using Form Request in Laravel.

First of all, we have to make a request class by below command php artisan make:request Now, we have to load the custom request file into the…

Read More

Insert Data in Database using Html Form in laravel.

First, we create a simple HTML form to Fill data. See the below code:- Now, we make a controller in which we make two functions, the first…

Read More

Request Validation using ValidatesRequest Trait in Laravel.

Q1. What is Validation? Validation is used to protect or validate the request we’re getting from the user. Suppose we make a form and we’ve not used…

Read More