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
JS: require a JS file only once in Node.js?
Danyal October 14, 2022
Tip of the day: If you are wondering how to stop requiring the same resources…
Posted in javascript Tagged javascript, js, vuejs
How to install all required PHP extensions for Laravel?
Danyal August 15, 2022
Problem This problem can occur while creating Laravel project via composer and the system is…
Vuejs: Lifecycle Hooks
Danyal May 12, 2022
Each Vue component instance goes through a series of initialization steps when it’s created –…
Posted in Vuejs Tagged javascript, js framework, vuejs