Get "PHP 8 in a Nuthshell" (Now with PHP 8.4)
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

Stashing individual files in Git

December 29, 2022 — Stashing is a very useful feature in Git. It allows you to temporarily save your changes in a stash and then apply them later. This is very useful when you want to switch to another branch but don’t want to commit your changes yet. You can stash your changes and then apply them later.

Read More Git

Additional anonymous component paths in Laravel 9.x

December 27, 2022 — Anonymous components are a great way to create reusable components in Laravel. Essentially, you can create an anonymous component without creating an associated class. For example, you can do something like this.

Read More Laravel

Free and open-source SVG icon resources for your next project

December 22, 2022 — There are times when you may want to use SVG icons in your web application. For example, you may want to use SVG icons for your navigation menu or buttons.

Read More Miscellaneous

Extract every array keys to variables of the same name in PHP

December 20, 2022 — There are times when you may want to extract every array keys to variables of the same name. For example, you have an array like so.

Read More PHP

What's new in PHP 8.3 (Features and Improvements)

December 18, 2022 — PHP 8.3 is the next major release of the PHP programming language. It is scheduled to be released sometime in 2023.

Read More PHP

Open-source tools I use as a developer on Linux

December 14, 2022 — As a developer on Linux, I use a lot of open-source tools to get the job done. In this article, I’ll be listing down all the fantastic open-source tools (not the obvious ones) I use as a developer on Linux.

Read More Miscellaneous

Singleton routes for one-off resources in Laravel 9.x

December 7, 2022 — The way routes work in Laravel is that you define a route and then you define a controller action to handle the request.

Read More Laravel

Take full-size screenshots of websites without any tools in Chrome

December 6, 2022 — If you’re a web developer, you might have come across a situation where you need to take a full-size screenshot of a website. For instance, you might want to take a screenshot of a website to show it to your client or your team members.

Read More Miscellaneous

PHP type declarations — A guide for beginners

December 4, 2022 — PHP 7 introduced a lot of new features to the language. One of them is the ability to declare the type of a function argument and the type of value that a function returns. This is called type declaration.

Read More PHP

Handling images with inconsistent height in CSS

November 30, 2022 — When you’re working with CSS, you often stumble upon a situation where you need to display a list of images with different heights.

Read More CSS
Previous 1 ... 26 27 28 ... 76 Next

Download my eBook

NOW AVAILABLE PHP 8.4

Newsletter

Subscribe

Follow me everywhere

My Tiny YouTube Channel ➔ YouTube Icon

Recently Published

  • Innovative Solutions for eCommerce — How Shopify Headless Works NEW

  • The best paid SVG icon resources that money can buy

  • The new if() function in CSS has landed in the latest Chrome

  • The pipe operator is coming to PHP 8.5

  • The absolute fastest way to install PHP on your system in 2025

Top Categories

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