Amit Merchant

Amit Merchant

A blog on PHP, JavaScript, and more

  • Articles
  • Projects
  • Uses
  • Art
  • About
  • Ctrl K
  • Search
Laravel PHP JavaScript Git React

How to checkout Git branches interactively

June 5, 2022 — Working with Git, the one thing that you would do more often is to checkout branches. The way to checkout to a branch is by using the git checkout command.

Read More ⟶ ⋆ Git

How to use Git Log command efficiently

June 1, 2022 — If you’re a modern developer and using Git as your choice of the version control system, you would have used the git log command at some point of time in your career.

Read More ⟶ ⋆ Git

The new Performance Insights panel in Chrome Dev Tools

May 30, 2022 — A recent release of Chrome, version 102.x, now includes a handy Performance insights panel which can be found in the dev tools. This is, however, an experimental feature that will be evolved based on the feedback received from the users.

Read More ⟶ ⋆ ChromeDevTools

Dark-mode aware scrollbars using CSS

May 27, 2022 — I have created a little web app called Notepad which is also a progressive web app (PWA). It’s a minimal notepad app where you can quickly jot down stuff that gets saved in the browser’s localStorage.

Read More ⟶ ⋆ CSS

Making headers sticky using CSS for a better reading experience

May 25, 2022 — If you have ever visited the categories page of this blog previously, you might have noticed that it first lists all the categories in a pill shape, and then underneath it, category posts are listed along with the category title like so.

Read More ⟶ ⋆ CSS

Array to object conversion in JavaScript

May 21, 2022 — I was working with a group of checkboxes under a redux-form for one of my applications. So, when I select certain checkboxes here’s the format in which I was getting the value of the checkboxes.

Read More ⟶ ⋆ JavaScript

Conditionally loading CSS or any resource using media queries

May 18, 2022 — Unless you’re using something like Tailwind CSS, the stylesheet files are one of the most expensive resources that your application is loading.

Read More ⟶ ⋆ CSS

Reduce array of objects to an object in JavaScript

May 17, 2022 — The other day when working with one of the applications, I needed to convert/reduce an array of objects to an object.

Read More ⟶ ⋆ JavaScript

Unpack arrays conditionally in PHP

May 16, 2022 — Array unpacking is a sleek way of assigning the value of array elements to variables in one shot like so.

Read More ⟶ ⋆ PHP

Useful GNOME extensions that I am using on my Ubuntu 22.04

May 11, 2022 — GNOME is the official desktop environment that is been shipped with Ubuntu desktop versions for quite some time now.

Read More ⟶ ⋆ Miscellaneous
« Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 Next »

Download my eBook

PHP 8 in a Nutshell

Newsletter

By subscribing, you agree with Revue’s Terms of Service and Privacy Policy.

Follow me everywhere

My Tiny YouTube Channel ⟶ YouTube Icon

Recently Published

  • Check which Composer dependencies requires PHP 8 or 8.1 NEW

  • Capturing images and videos from the camera of mobile devices using HTML

  • Making glowing focus state for text input using CSS

  • Accessing Laravel documentation from the terminal

  • Finding security vulnerabilities in packages using Composer Audit command

Top Categories

Laravel PHP JavaScript Miscellaneous CSS React Git Jekyll VS Code ➔
Home About Contact Categories Guestbook
Previous page Next page
Amit Merchant
About Contact Categories Guestbook
Copyright © 2022 — Amit Merchant