A passionate Full Stack Web Developer who loves tackling challenges and sharing my knowledge.
Latest Tips
More β```php // instead of writing $admins = $users->filter(function (array $user) { return $user->is_admin; }); // You can simply write: $admins = $us...
Read moreDestructuring allows you to unpack values from arrays or objects in a breeze. Here's an example: ```javascript const person = { name: 'Aliceβ, age:...
Read more```php class BusinessDaysCalculator { private $holidays; public function __construct(array $holidays = []) { $this->holidays = co...
Read more```php <?php namespace App\Console\Commands; use Illuminate\Console\Command; use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\Artis...
Read moreUsing the loadCount method, you may load a relationship count after the parent model has already been retrieved. ```php $post = Post::find(1); // Ea...
Read moreLaravel's Eloquent ORM allows you to cast attributes to native types, but sometimes you might want to apply casts dynamically based on certain conditi...
Read moreLatest Projects
More β## Project overview Brasent is a comprehensive delivery platform designed to simplify and streamline the entire process of managing deliveries, pickup...
Read more## Project overview MyCoachPro is a course platform that allows instructors to publish their courses and enables students to register for and particip...
Read more