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 »Kubernetes ingress tutorials with examples and Lab using NodePort
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 »PHP 7 Fundamental Tutorial for Beginners – If, Else and Elseif Conditional Statements
PHP Conditional Statements Like most programming languages, PHP also allows you to write code that performs different actions based on the results of logical or comparative test conditions at run…
Read more »
What is Chef tools? Benefits of Using Chef tools.
What is Chef tools? A Chef is an Open-source configurations management tools it’s developed by AAPS code community in the year 2008. Chef tools is written in Ruby and Erlang….
Read more »What are the sequence settings in adobe premiere?
Create a custom sequence preset in Adobe Premiere Choose File > New > Sequence>Sequence project elect the preset that matches the requirements of your video clip in the Sequence Presets…
Read more »How to show City List as per Country and State select in DropDown using AJAX in Laravel? Part-1
How to use AJAX in DropDown in Laravel? Example as in Country, State, and City. What is the DropDown? Create a dropdown box that appears when the user moves the…
Read more »What are the Operators in PHP?
What is Operators in PHP ? Operators are symbols that tell the PHP processor to perform certain actions. For example, the addition (+) symbol is an operator that tells PHP…
Read more »
What is capture format in Adobe Premiere Pro?
Capture DV or HDV video Capture in Adobe Premiere is provided for video editors. Video and audio are allowed to be recorded at Adobe Premiere. You can capture audio and…
Read more »How to upload file in database with Laravel 5.8
Step:1 composer create-project –prefer-dist laravel/laravel uploadfile Step:2 make a controller like that.php artisan make:controller ImageUploadController Step:3 amke a Modelphp artisan make:model File -m Step:4 put this code in the create_files_table $table->string(‘filenames’);…
Read more »How to create alternating row colors challenge in PHP?
In this blog, I am going to explain how to recreate alternating rows colors challenge in PHP. So, before creating a .php file in XAMPP/htdocs file and write code and…
Read more »How to creating and accessing string function in PHP?
What is String in PHP? A string is a sequence of letters, numbers, special characters and arithmetic values or combination of all. The simplest way to create a string is…
Read more »How to adding array in PHP in different ways?
In this blog I am going to explain that how to add array in PHP with different ways. I am talking about Arrays how different ways to manipulate Arrays by…
Read more »
How to start a new project in Premiere Pro?
All editing software has new project, open project and save facility. To do video editing or photo editing, firstly your new project is created. In which it is very important…
Read more »How to create captcha code in Laravel 5.8
Step:1composer create-project –prefer-dist laravel/laravel captcha “5.8.*” Step:2 we have to add mews Captcha package.composer require mews/captcha Step:3 open config/app.php file and add service provider and alias. Step:4 routes/web.php paste this code in…
Read more »How to Convert HTML to Pdf in laravel.
Step:1 Step:II make controllerphp artisan make:controller PdfController Step:III Install Package composer require barryvdh/laravel-dompdf Step:IV open your config/app.php put this code after Providers Barryvdh\DomPDF\ServiceProvider::class,Step:V open your config/app.php put this code after aliases ‘PDF’…
Read more »How to implement CRUD functions in the Laravel PHP Framework? Part-3
How to implement CRUD functions in the Laravel PHP Framework? In previous blog Part-2, We have seen create() store() and index() functions. Step 18. Go to app/Http/Controller/CustomerServiceController.php and in that we have to…
Read more »How to implement CRUD functions in the Laravel PHP Framework? Part-2
How to implement CRUD functions in the Laravel PHP Framework? In previous blog Part-1, We have seen that how we start to implement CRUD functions. Step 12. Now, Go to…
Read more »PHP 7 Fundamental Tutorial for Beginners – PHP Data Types
The name itself indicating, data types means type of data. The values assigned to a PHP variable may be of different data types including simple string and numeric types to…
Read more »How to implement CRUD functions in the Laravel PHP Framework? Part-1
How to implement CRUD functions in the Laravel PHP Framework? Within computer programming, the acronym CRUD stands for create, read, update and delete. Step 1. Create a DataBase CustomerService. Step…
Read more »How to Delete data in Multiple Tables (with Relationship) Laravel.
To delete data from database with with relationship with two tables in Laravel we have to use the solution that I’ve used. Now, Question is Where and when we use…
Read more »
Keyboard Shortcuts for Adobe Premiere Pro ( Video Editing Software ) ( Part 8 )
Adobe Premiere Pro is a timeline based video editing software. Premiere Pro supports video-editing with up to 1920 resolution by 1080 in both RGB and YUV, with up to 32-bit…
Read more »
Keyboard Shortcuts for Adobe Premiere Pro ( Video Editing Software ) ( Part 7 )
Adobe Premiere Pro is a timeline based video editing software. Premiere Pro supports video-editing with up to 1920 resolution by 1080 in both RGB and YUV, with up to 32-bit…
Read more »
Which SEO tools are the most precise?
What is SEO? Search engine optimization (SEO) is to increase the quantity and quality of traffic to your website through organic search engine results. Organic search engine results are those…
Read more »Difference Between echo and print in PHP
Echo vs. Print PHP echo and print both are PHP Statements Both are used to displaying the output in PHP. What is echo The echo is a statement i.e used…
Read more »
Keyboard Shortcuts for Adobe Premiere Pro ( Video Editing Software ) ( Part 6 )
Adobe Premiere Pro is a timeline based video editing software. Premiere Pro supports video-editing with up to 1920 resolution by 1080 in both RGB and YUV, with up to 32-bit…
Read more »
Top 5 Digital Transformation Trends for 2021?
The thing about the trend of digital transformation is that sometimes they move like jaggery, and other times they skyrocket in new and unexpected directions. But over the years, most…
Read more »Echo And Print Statements In PHP
What is echo in PHP This statement is used to output the data to the screen or printing text on screen. The echo statement can output one or more strings….
Read more »How to Display Navigation Menus of our Custom Theme in WordPress? Part-8
How to Display Navigation Menus of our Custom Theme in WordPress? In blog Part-7, we have seen how to register Navigation Menus of our Custom Theme. We have to create…
Read more »