Dependency Lock-In: The Hidden Costs You Pay for Not Owning Your CodeLearn how dependency lock-in impacts your code and why owning your code is essential for control and flexibility in software development.Nov 91Nov 91
PHP 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 …Nov 2Nov 2
Why 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
Git 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
Get 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
Use 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
Published inDev 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
Published inDev 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
Published inDev 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
Published inWebtipsWriting 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