Queues in Laravel

Sometimes individual process in a workflow takes longer time & increases the response time of…

 Posted in Laravel Tagged , , ,

PHP8: Match Expressions

Switch statements in PHP are useful, yet clunky. Think of the new match expression in PHP 8…

 Posted in PHP Tagged , , ,

PHP8: Null safe operator 

Null safe operator is a new short syntax in PHP 8.0, that provides an optional chaining feature…

 Posted in PHP Tagged , , ,

MYSQL: Count of online users for last 90 days

Quick tip of the day, wounder you like to take a count of all active/online…

 Posted in Databases, MySQL Tagged , , , , , ,

How to Add Columns to a Table Using MySQL

In this tutorial, you will learn how do you create a new column in the…

 Posted in Databases, MySQL Tagged , , ,

PHP: Flip a coin

In this post, we will write a small program that will flip a coin for…

 Posted in PHP, Tips Tagged , , , ,
javascript

JS: require a JS file only once in Node.js?

Tip of the day: If you are wondering how to stop requiring the same resources…

 Posted in javascript Tagged , ,
laravel_blog_image

How to install all required PHP extensions for Laravel?

Problem This problem can occur while creating Laravel project via composer and the system is…

 Posted in Laravel, PHP

Keystudio 37 in 1 for BBC Microbit

Micro:bit is a powerful hand-held, fully programmable, computer designed by the BBC. It is only…

 Posted in Microbit Tagged , , , ,

Vuejs: Lifecycle Hooks

Each Vue component instance goes through a series of initialization steps when it’s created –…

 Posted in Vuejs Tagged , ,