Arman AhmadiPHP vs. GoLang: A Developer’s Perspective on Control, Simplicity, and Ecosystem DifferencesPHP relies on frameworks for speed, but GoLang’s simplicity fosters deeper control. PHP builds quickly, while GoLang builds deliberately …4d ago4d ago
Arman AhmadiWhy 99% Coverage Isn’t Enough: The Critical Importance of Testing That Final 1%Discover why achieving 99% code coverage isn’t enough: Unveiling the risks and implications of leaving even 1% untested in software…Apr 191Apr 191
Arman AhmadiGit merge conflict in the composer.lock fileIf you’ve worked with Git, you’ve probably seen merge conflicts when more than one developer is working on the project…Aug 5, 2021Aug 5, 2021
Arman AhmadiGet the list of available updates for PHP dependencies using ComposerIf you have a PHP application, and you use Composer as the package manager, then this article is for you.Mar 7, 2021Mar 7, 2021
Arman AhmadiUse Laravel query builder without hard-coding the table namesThere might be sometimes that you want to use Laravel query builder instead of the Eloquent either because of performance issues or …Feb 15, 20213Feb 15, 20213
Arman AhmadiinDev GeniusCaching Eloquent queries with Redis in LaravelWe’ve all seen many websites that were so slow making us crazy not being fast enough, and we ended up leaving them and not coming back to…Aug 8, 20204Aug 8, 20204
Arman AhmadiinDev GeniusHow to get the referer URL in PHP and Laravel?If you have a PHP or Laravel based application, there was a time wondering where the users are coming from, and that’s is so important…May 29, 2020May 29, 2020
Arman AhmadiinDev GeniusAvoid N+1 problem using Eloquent ORMAs you might have used Eloquent in all of your Laravel projects you feel the comfort the Eloquent brings to your life.May 24, 20201May 24, 20201
Arman AhmadiinWebtipsWriting unit tests in PHP using PHPUnitIn simple terms, unit testing is the process of writing tests for individual parts of a program.Dec 7, 20191Dec 7, 20191
Arman AhmadiinDev GeniusWhat’s new in PHP 7.4?The PHP development team has just released the PHP 7.4.0 version on the 28th of November 2019.Nov 29, 20191Nov 29, 20191