How to merge two or multiple tables to each other in the Laravel PHP Framework? (Part-3)

Part-1 Part-2 Now, we’ll create the 2nd table State to merge with the Country table. Step 1. Create child file resources/views/State folder with name create.blade.php. Step 2. Create edit.blade.php file. In this file within resources/views/State folder. Step…

Read more »

How to merge two or multiple tables to each other in the Laravel PHP Framework? (Part-2)

How to merge two or multiple tables to each other in the Laravel PHP Framework? Part-1 Part-3 Step 1. Go to app/Country.php. Now, we need to list all the properties…

Read more »

What is Azure? Why Should You Use DevOps On Azure?

Azure, is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through Microsoft-managed data centers. Azure DevOps is a Software as a service…

Read more »

How to Store Countries, States, Cities seed classes into the Database in Laravel PHP? (Part-3)

How to Store Countries, States, Cities seed classes into the Database in Laravel PHP Part-1 Part- 2 Step 1. Create a City seeder file. Write down the following command as…

Read more »

How to Store Countries, States, Cities seed classes into the Database in Laravel PHP? (Part-1)

How to Store Countries, States, Cities seed classes into the Database in Laravel PHP? Part- 2 Part- 3 Step 1. Create a Country seeder file. Write down the following command…

Read more »

How to Store Countries, States, Cities seed classes into the Database in Laravel PHP? (Part-2)

How to Store Countries, States, Cities seed classes into the Database in Laravel PHP? Part-1 Part-3 Step 1. Create a State seeder file. Write down the following command as follows:…

Read more »

Example of S3 Bucket Policy to allow from IP address and Domain name

Read more »

Hashicorp Certified Terraform Associate Training & Exam

Hello folks, below you can find all the details regarding Terraform training & certification, if you have done infrastructure deployment like creating a server, installing applications, and creating a production…

Read more »

All Laravel Tutorials is in one place

Setting a Local Development Environment for Laravel on Windows | Install Laravel on Windowshttps://www.devopsschool.com/blog/setting-a-local-development-environment-for-laravel-on-windows-install-laravel-on-windows/ Introductionhttps://www.devopsschool.com/blog/how-to-install-and-create-a-project-in-laravel-for-windows-user/ How to pass data to views in Laravel.https://www.devopsschool.com/blog/how-to-pass-data-to-views-in-laravel/ Master/fixed layout in Laravel.https://www.devopsschool.com/blog/master-fixed-layout-in-laravel/ How to check…

Read more »
Laravel-Resources

How to Create Rest API with Laravel 5.5 Passport Authentication (Part 1)

Read more »

What is the difference between stateless and stateful widgets? >>Flutter.

I am learning Dart/flutter and trying to understand how Widgets system works and I found out some useful things, hope it helps you too. Actually There are 3 kind of…

Read more »

Fundamental of Digital Marketing?

Today’s world is a digital world. The world is changing at a very fast pace and there are so many favourable for businesses with a global population Online. Nowadays so…

Read more »

kubernetes ingress complete reference

Kubernetes basic ingress tutorials with examples and Lab using nodeport Kubernetes ingress tutorials with examples and Lab using NodePort Kubernetes ingress tutorials with examples and Lab using Loadbalancer

Read more »

Kubernetes POD observability and Deep Dive

Understanding Node Selector and Node Affinity in Kubernetes

Read more »

Kubernetes cluster backup and restore using “etcdctl” tool

What is etcd?etcd is a distributed reliable key-value store for the most critical data of a distributed system, with a focus on being: Simple: well-defined, user-facing API (gRPC) Secure: automatic…

Read more »

Kubernetes Cluster Administration: Complete Reference

top: -Display Resource (CPU/Memory/Storage) usage What is metrics-server and How to Install metrics-server in kubernetes? taint: -Update the taints on one or more nodes Update the taints on one or…

Read more »

schedulable/unschedulable kubernetes node using kubectl cordon uncordon commands

Read more »

What is metrics-server and How to Install metrics-server in kubernetes?

Metrics Server is a scalable, efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines. Metrics Server collects resource metrics from Kubelets and exposes them in Kubernetes apiserver through…

Read more »

Top 10 best browsers based password managers in 2020

Google Password Manager https://passwords.google.com/ Firefox Lockwise Firefox Lockwise is a password manager for the Firefox web browser, as well as the mobile operating systems iOS and Android. On desktop, Lockwise…

Read more »

Kubernetes Resource requests and limits of Pod and Container

CPU and memory are each a resource type. A resource type has a base unit. CPU represents compute processing and is specified in units of Kubernetes CPUs. Memory is specified…

Read more »