Tag: php
Behind the Scenes of JWTAuth::attempt() in Laravel
Danyal September 28, 2025
Understanding JWTAuth::attempt($credentials) in Laravel If you’re working with Laravel and using the Tymon JWTAuth package…
10 Best Practices for Optimizing API Endpoints
Danyal September 25, 2025
10 Essential Best Practices for Building High-Performance and Secure API Endpoints APIs are the backbone…
Posted in Daily Tips, PHP, Programming, Python Tagged Apis, laravel, php, technology
SOLID Principles
Danyal April 11, 2024
SOLID is an acronym for five design principles introduced by Robert C. Martin (“Uncle Bob”)…
Posted in Programming Tagged cleancode, coding, php, solid
Queues in Laravel
Danyal November 22, 2022
Sometimes individual process in a workflow takes longer time & increases the response time of…
Posted in Laravel Tagged laravel, php, queues, technology
PHP8: Match Expressions
Danyal November 9, 2022
Switch statements in PHP are useful, yet clunky. Think of the new match expression in PHP 8…
Posted in PHP Tagged new features, php, php8, switch-vs-match








