Skip to content

Amit Merchant

A blog on PHP, JavaScript, and more.

  • By Amit Merchant
  • Based in India
  • Roughly two posts per week
  • 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 7

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

Most recent posts

Request fingerprints and how to use them in Laravel
A fingerprint, in general, refers to a unique pattern or characteristic that can be used to identify an individual or an object. This concept is widely used in various fields. For instance, to uniquely identify …
On , by Amit Merchant, 566 words
Separating Database Hosts to Optimize Read and Write Operations in Laravel
When it comes to database performance, it would be primarily judged by the fact that how well the database can handle read and write operations. The read and write dynamics The master and slave approach …
On , by Amit Merchant, 457 words
Using Generics in Laravel Eloquent
Generics in programming are a feature that allows you to define functions, classes, and data structures with placeholder types. This enables you to write more flexible and reusable code. Generics are commonly used in statically …
On , by Amit Merchant, 585 words