Here’s a comparison between HTTP/1, HTTP/2, and HTTP/3 in a table format: FeatureHTTP/1HTTP/2HTTP/3MultiplexingNo (Serial processing)Yes (Concurrent processing)Yes (Concurrent processing)Header CompressionNo (Headers are...
When I was trying to import tables using a SQL file to my MySQL database, I got error saying Got a packet bigger than 'max_allowed_packet' bytes MariaDB [wp_rohutech]> source...
This article will walk you through the process of importing dummy data to your locally installed WordPress Ever thought of checking any default feature of WordPress and you don’t have data to test that feature. Here is a...
By the end of this article, you will able to install WordPress locally on a mac without MAMP. What is MAMP? MAMP – stands for “Mac OS X, Apache, MySQL, and PHP.” MAMP is a software package that...
This article will guide you on How to install Laravel and create Laravel Project, further how you can also achieve auth routes scaffolding with laravel ui package How to install Laravel and create Laravel Project –...
Have you ever came across this git error “fatal: refusing to merge unrelated histories”. If yes then this article is especially for you. fatal: refusing to merge unrelated histories I got this error by doing...
It all started when I just wanted to install Laravel Jetstream and then I faced the Problem with friendsofphp/php-cs-fixer and php 7.3 To install Laravel Jetstream, technically the command is something like this Install...
Apple came up with a fourth major update to the macOS Catalina operating system on 24th March 2020 – macOS Catalina 10.15.4 Update macOS Catalina source – macOS Catalina 10.15.4 is available to download from...
This article is about HTTP Strict Transport Security (HSTS) and has covered the most precise and relevant content related to it. Topics Covered – What is HSTS?What is HSTS preload list? What is HSTS ? What is...
WordPress default htaccess rules explained – This article is a step by step guide to understand what exactly WordPress default htaccess file consists of and what does it mean. WordPress default htaccess rules explained...