Amit Merchant

Amit Merchant

A blog on PHP, JavaScript, and more

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

List down outdated npm packages in your project

April 17, 2021 — It’s always a good idea to keep a check on the npm packages you have installed in your project/product. Because these packages are ever updating and try to solve the vulnerabilities they have got in them.

Read More ⟶ ⋆ Node.js

Asynchronous HTTP client requests are coming in Laravel 8.x

April 15, 2021 — Back in March 2020, when Laravel 7 got released, a brand new HTTP client was introduced which was essentially a wrapper of Guzzle HTTP client. This made the developer experience a lot smoother and easier.

Read More ⟶ ⋆ Laravel

Add auto-completion in Bash terminal using Fish shell

April 11, 2021 — The default terminal shell you get in Linux systems is pretty basic and bare-bones. For instance, in Ubuntu, the default shell is GNU Bash and while it can get your job done, it lacks some of the power user features.

Read More ⟶ ⋆ Bash

Function properties in JavaScript

April 10, 2021 — Today I learned something new about JavaScript. i.e JavaScript functions can have properties which can be accessed from within the function scope.

Read More ⟶ ⋆ JavaScript

Quick tip - Using lightweight pagination in Laravel

April 4, 2021 — If you want to paginate database records in Laravel, you can use the paginate method on the query builder or an Eloquent query.

Read More ⟶ ⋆ Laravel

Delay dispatching actions in Redux using Thunk middleware

April 1, 2021 — Managing the application state in a modern frontend application is hard. But it’s tools like Redux which makes it all breeze for us.

Read More ⟶ ⋆ Redux

The prohibited validation rule in Laravel 8.x

March 30, 2021 — Sometimes, all you would need is to forcefully prevent some of the fields in the request. Essentially, to “prohibit” or ban the fields to be mandatorily empty or not present in the request at all.

Read More ⟶ ⋆ Laravel

How to specify default value for props in React.js

March 28, 2021 — While working on an application which is built using React.js, I stumbled upon a use-case where I needed to set a default value for a specific component prop. Let’s check the following example to understand how I approached this problem.

Read More ⟶ ⋆ React

Moving to a privacy-focused and open-source comment system on my blog

March 24, 2021 — If you’re running any sort of blog, it would be really important to interact with your audience. One way to doing this by having a comment system that can enable a visitor on your blog to drop their view and opinions.

Read More ⟶ ⋆ Miscellaneous

Best Ways to Learn How to Code

March 24, 2021 — Any new beginning is always a challenge. When it comes to learning how to code, many individuals back off simply because it looks not-so-easy to understand the programming principles at the first sight.

Read More ⟶ ⋆ Programming
« 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 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

  • Do cleanup from useEffect in React.js whenever possible NEW

  • Plural strings based on the count in Laravel

  • Detecting slow database operations in Laravel 9.x

  • Keeping track of the last value of state in React.js

  • How to validate JSON in Laravel

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