Skip to content

Amit Merchant

A blog on PHP, JavaScript, and more.

  • By Amit Merchant
  • Based in India
  • Roughly six posts per month
  • First post on

Posts per month

Data for this chart is available in the table below
Posts per month
Month starting Posts
Jan 2023 5
Feb 2023 14
Mar 2023 17
Apr 2023 10
May 2023 6
Jun 2023 10
Jul 2023 18
Aug 2023 16
Sep 2023 17
Oct 2023 14
Nov 2023 11
Dec 2023 13
Jan 2024 8
Feb 2024 9
Mar 2024 2
Apr 2024 5
May 2024 11
Jun 2024 12
Jul 2024 8
Aug 2024 3
Sep 2024 7
Oct 2024 6
Nov 2024 3

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Dynamically build Mail, DB, and Cache configurations in Laravel
Usually, when working with things that require configuration, such as databases, caches, and mailers, you have to define them in their respective configuration files beforehand. So, for instance, you need to define all the mailers …
On , by Amit Merchant, 572 words
Running multiple commands at once in a terminal using this Laravel Package
Modern web development involves modern problems that require modern solutions. One such problem is that we often need to run multiple commands to get our development environment up and running. For instance, if you are …
On , by Amit Merchant, 482 words
Implementing interactive floating windows using Picture-in-Picture API
Imagine watching a tutorial on a streaming platform or a video on YouTube and needing to navigate other sections of the page without losing track of what you are watching. Among all the many ways …
On , by Amit Merchant, 1,031 words