Use the jQuery callback function
You can utilize the jQuery callback function mechanism to stop events from firing until an effect is completely finished, such as doing something after slide animat...
In this article, we will discuss about how you can get number of items in collection or array in Laravel collection using count() and countBy() method. This is useful in Admin Panel dashboard where yo...
When working with external services, like API, we need to debug request type from external URL. Sometimes debugging in Javascript also need to find request type.
In PHP, there is $_SERVER global va...
When working in production mode, delete method should not be permanently delete records from the database. There should be backup before delete them. Someone by mistake delete the data which was requi...
After installing ssl certificate in your website, you want to redirect all http traffic to https. This is required becuase modern browsers are preventing direct access to non https websites to open. A...