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

Dynamically build Mail, DB, and Cache configurations in Laravel

November 18, 2024 — Usually, when working with things that require configuration, such as databases, caches, and mailers, you have to define them in their respective configuration files beforehand.

Read More Laravel

Running multiple commands at once in a terminal using this Laravel Package

November 11, 2024 — Modern web development involves modern problems that require modern solutions. One such problem is that we often need to run multiple commands to get our development environment up and running.

Read More Laravel

Implementing interactive floating windows using Picture-in-Picture API

November 6, 2024 — Imagine watching a tutorial on a streaming platform or a video on YouTube and needing to navigate other sections of the page without losing track of what you are watching. Among all the many ways to accomplish this, putting the video in a floating window is one of the most convenient ones.

Read More JavaScript

How Document-oriented Databases Store Data Similar to JSON Objects

October 24, 2024 — JSON (JavaScript Object Notation) has many uses for developers. We have covered several applications of it on this site, such as deep copying objects using JSON.stringify and JSON.parse.

Read More Miscellaneous

Combine and simplify multiple commands using Composer Scripts

October 22, 2024 — I was watching this video by Nuno Maduro the other day where he was explaining how they are using Composer Scripts to simplify the process of running multiple commands in their flagship product, Laravel Cloud.

Read More Composer

Some great open-source alternatives to Postman

October 19, 2024 — When it comes to API clients to make requests to your APIs, most developers end up using Postman. It’s a great tool that has been around for a long time and covers everything you expect from an API client.

Read More Miscellaneous

Prohibit running destructive DB commands in Laravel

October 14, 2024 — It’s always a good idea to follow best practices when it comes to software development. One of the best practices is to restrict the running of destructive commands on your servers, intentionally or unintentionally.

Read More Laravel

A growing list of well built open-source apps in Laravel

October 6, 2024 — Sometimes, it would be interesting to see what you can build using your favorite framework. This is especially useful when you’re in the phase of selecting a framework for your next project.

Read More Laravel

cpx — The npx counterpart of the PHP ecosystem

October 3, 2024 — If you’re coming from the JavaScript world or even if you’ve worked with modern JavaScript briefly, you might know the importance of npm and its package ecosystem.

Read More PHP

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
Previous 1 ... 4 5 6 ... 78 Next

Black Friday Deal

NOW AVAILABLE PHP 8.5
50% OFF This Weekend
GET IT NOW FOR $4.99

Newsletter

Subscribe

Follow me everywhere

My Tiny YouTube Channel ➔ YouTube Icon

Recently Published

  • One CSS Trick to Eliminate Scrollbar Layout Shifts NEW

  • 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

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

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