How to Avoid Job Duplication in a Distributed Laravel Queue Environment Current Infrastructure: Two EC2s behind a Load Balancer with a MySQL server 1. Problem Description In our current infrastructure, Laravel queue...
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...