Skip to content

Amit Merchant

A blog on PHP, JavaScript, and more.

  • By Amit Merchant
  • Based in India
  • Roughly one post 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 5

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

Most recent posts

Cloning queries in Laravel
Reusing database queries is a common practice to maintain clean, DRY (Don’t Repeat Yourself) code and ensure consistency across your application. With Laravel, you have a host of options to reuse queries. For instance, you …
On , by Amit Merchant, 234 words
Ignore and acknowledge class attribute on elements in CSS
Sometimes, when working with some common elements, for instance, <ul>, <a>, or <div>, you might add the class attribute to some of them and then use that class to style them. Many times, these classes …
On , by Amit Merchant, 253 words
The new Quick Search Text in VS Code is Gooood!
When you want to search for something across your project in VS Code, the usual way is to open the Search panel and type in the search term, and VS Code will show all the …
On , by Amit Merchant, 292 words