To open the side panel by default in google Chrome extension, you can use the Side Panel API introduced in…
Imagine you want to define some variables that can be accessed from anywhere in your laravel project. To achieve that,…
Laravel has its own command-line interface named Artisan. It has a list of useful commands. You'll need to use artisan…
Today I'm going to share another snippet for Chart.js, that you can use to put a watermark image or logo…
I was working on a tool where I needed to show Chart.js chart as image. I'm going to share a…
List.js is a tiny vanilla JavaScript library that adds search, sort, filters, and flexibility to plain HTML lists, tables, or…
The Comma Separated Values, known as CSV file format is a very popular way to exchange data between applications. Now…
As we know a CSV file is a Comma Separated Values file that contains plain texts as a list of…
Having a drag and drop zone for file uploads is a very common thing these days, and it's very user…