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

Disable console logs in production in Next.js

September 26, 2024 — Believe it or not, console logging things is still the most used debugging technique by developers. No matter how many advanced tools are available for debugging, logging in to the console still has a sweet spot among developers.

Read More Next.js

The magic behind Laravel's new defer() helper

September 15, 2024 — Laravel has recently been shipped with a new helper called defer() which can be used to defer the execution of a callback until after a successful response has been sent.

Read More Laravel

Temporary and Signed URLs for Local Filesystem in Laravel

September 14, 2024 — If you’re a long-time Laravel user, you might know about the feature that allows you to create temporary and signed URLs for files. This is a great feature that will enable you to share files with other users for a specified time.

Read More Laravel

Make "git diff" look beautiful in the terminal

September 13, 2024 — If you’re working with Git often in the terminal, you might have noticed that the git diff command is not very pretty when displaying unstaged changes.

Read More Git

Container Attributes in Laravel

September 8, 2024 — When you’re working with service classes in Laravel that you would inject into your controllers or anywhere else, you might need to pass some configuration values to them.

Read More Laravel

Inlay hints make it easy to read code in VS Code

September 5, 2024 — You read more code than you write. And it’s true. When working on a large codebase, you might need to read a lot of code (written by others) to understand it better.

Read More VS Code

A package to easily backup database tables in Laravel

September 3, 2024 — Sometimes what happens is that for some reason, you might need to back up your database tables.

Read More Laravel

Enabling Richer PWA Install UI on Desktop

August 27, 2024 — When I wrote this article about adding support for showing app screenshots in the install UI, there wasn’t a way to do the same on the desktop.

Read More PWA

Using Human-friendly dates in Git

August 17, 2024 — Git is a de-facto standard for version control these days. And there’s no doubt that it’s a powerful tool that can help you manage your code and collaborate with others.

Read More Git

Keeping a check on queries in Laravel

August 6, 2024 — Being aware of the queries that are being executed in your application is one of the most important things to do if you want your application to be performant and scalable at all times.

Read More Laravel
Previous 1 ... 5 6 7 ... 78 Next

Download my eBook

NOW AVAILABLE PHP 8.5

Newsletter

Subscribe

Follow me everywhere

My Tiny YouTube Channel ➔ YouTube Icon

Recently Published

  • Partial Function Application is coming in PHP 8.6 NEW

  • One CSS Trick to Eliminate Scrollbar Layout Shifts

  • The modern way to draw squircles using corner-shape in CSS

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

  • The new progress() function in CSS

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