Get "PHP 8 in a Nutshell" (Soon PHP 8.5)
Amit Merchant
Amit Merchant Verified ($30/year for the domain)

A blog on PHP, JavaScript, and more

  • Articles
  • Snippets
  • Projects
  • Uses
  • Stats
  • About
  • Search
Laravel PHP JavaScript Git React

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

Implementing Focused Reading Mode on My Blog

May 9, 2022 — The other day, I was scrolling through my Twitter feed and I saw this tweet from Paco where he implemented what he calls “fuzzy reading mode” on his blog.

Read More Miscellaneous

The new Arr::join() method in Laravel 9.x

May 7, 2022 — A while back, I have written an article on how to convert arrays to human-readable lists in JavaScript. It’s a built-in feature using the Intl.ListFormat object that lets you do that.

Read More Laravel

Boolean toggle using useReducer hook in React.js

May 3, 2022 — Toggles are an integral part of a web application. Toggles usually have two states. Most of the time these would be of type boolean.

Read More React

The new findOr method in Laravel 9.x

May 2, 2022 — A minor release for Laravel 9.x dropped a few days ago and among lots of new features and improvements, this release has introduced a new method called findOr in the Eloquent Builder and Relations.

Read More Laravel

Readonly classes in PHP 8.2

April 29, 2022 — When readonly properties were introduced in PHP 8.1, it has provided a legitimate way of making class properties truly “readonly”.

Read More PHP
Previous 1 ... 34 35 36 ... 77 Next

Download my eBook

COMING SOON PHP 8.5

Newsletter

Subscribe

Follow me everywhere

My Tiny YouTube Channel ➔ YouTube Icon

Recently Published

  • The new, standards‑compliant URI/URL API in PHP 8.5 NEW

  • The new progress() function in CSS

  • Seven Real-World Examples of Using the Pipe Operator in PHP 8.5

  • Using the new session cache in Laravel

  • A free and open-source alternative to Spatie's Ray to debug PHP applications

Top Categories

Laravel PHP Miscellaneous JavaScript CSS VS Code Git React Tools ➔
Home About Contact Categories Links Guestbook
Previous page Next page
Amit Merchant
This is HAL 9000 from 2001: A Space Odyssey
About Contact Archive Tips Guestbook
One of my favorite flowers from Himalayas—Rhododendron
Copyright © 2025 — Amit Merchant