Programming Fields

  • Interview Q&A
    • Laravel Interview Q&A
  • Laravel
  • Livewire
  • React
  • Angular
  • Node
  • CodeIgniter

How to Create a Virtual Host in XAMPP For PHP in Windows

November 19, 2021 by Umesh Rana Leave a Comment

Apache virtual host in windows 10

The Virtual Host in PHP provides a domain URL in the local system. It allows you to run your application on a domain virtually. You can configure Apache virtual host easily for your application. If you create the Apache Virtual Host in PHP application then it will be super easy for you. You can run […]

Filed Under: Laravel Tagged With: Apache Virtual Host, Apache Virtual Host For Windows, Configure Virtual Host in Windows, Virtual Host For PHP, Virtual Host in Windows, Virtual Host in Windows 10, XAMPP Apache Virtual Host

How to Use Toastr JS in Laravel 8 For Showing Notification

November 12, 2021 by Umesh Rana Leave a Comment

Use toastr js in Laravel 8

While creating a web application, it is common to show the notification on the client-side for a certain action. Suppose, for adding a new record, or updating a record. On completion of that action, we show a notification. It shows the response based on that action. There are lots of libraries for showing notifications or […]

Filed Under: Laravel Tagged With: Implement Toastr JS, Toastr JS CDN, Toastr JS in Laravel, Toastr JS Notification, Toastr Notification, Use Toastr JS in Laravel

Form Handling in React JS Using React Hook Form Library

November 5, 2021 by Umesh Rana Leave a Comment

react hook form

There are lots of ways to validate and form handling in React JS. You may write the custom validation rules for every input inside the form. It can be good when you have fewer inputs in the form. This can be handled by writing a few lines of code. But think, when you have a […]

Filed Under: React Tagged With: Form Validation in React JS, Hook Form in React, React Form Handling Using Hook, React Hook For Form Handling

API Handling in React Functional Component Using Hook

October 30, 2021 by Umesh Rana 1 Comment

API handling using Hook

In React, we have already seen the API request handling in a class component. The class component is the old approach in React JS. After releasing React 16.8, we are accustomed to the functional component. The functional component helps in writing a more cleaned-up code than the class component. In React posts, I have already shared […]

Filed Under: React Tagged With: APIs in React, Axios in React, Effect Hook in React JS, Hooks in React JS, HTTP Request Handling in React, React Axios API Handling, State Hook in React JS

Login and Registration Authentication in Codeigniter 4

October 3, 2021 by Umesh Rana 5 Comments

Codeigniter login and registration

The authentication system in any application is the main security feature. If you don’t want to give the open-access of your application to the user then it will require to have a lock. Here the authentication will work as an access key for that lock. At the application level, the user will need to enter […]

Filed Under: CodeIgniter 4 Tagged With: CodeIgniter 4 Login, Filter in CodeIgniter 4, Login Auth in CodeIgniter, Login Sign Up in CodeIgniter 4, Middleware in CodeIgniter, Route Filter in CodeIgniter

How to Use Effect Hook in React Functional Component

September 15, 2021 by Umesh Rana Leave a Comment

React useEffect Hook

The React hooks are a very powerful feature that allows us to hook into the React functionality. It is a JavaScript function that can be used or called inside the React functional component. You cannot use a hook inside the custom function in the component. So, it is necessary to call the hook function at […]

Filed Under: React Tagged With: Effect Hook in React, React Hook in Functional Component, React Life Cycle Methods, React Life Cycle Using Hook, React useEffect Hook, React useState Hook

State in Functional Component in React Using useState Hook

September 7, 2021 by Umesh Rana 1 Comment

React usestate hook

The state is a kind of instance of the React component class. It can be used to hold information about the component. The data can be changed in the component over time. It is an updatable structure that can be updated while values are changed. Firstly, the state was used with the class component in […]

Filed Under: React Tagged With: Hooks in React, React State in Functional Component, React State Management, State Management in React, useState in Functional Component, useState in React jS

How to Create Custom Password Reset Link in Laravel 8

August 31, 2021 by Umesh Rana 1 Comment

Custom Password Reset Link in laravel 8

Whenever you create login and signup functionality for user authentication, you require a password reset option. This password reset link will help when the users forgot their password. In the reset link, there will be generally a token and that token needs to validate. In Laravel, there are default auth scaffolding like UI auth, Breeze […]

Filed Under: Laravel Tagged With: Change Password in Laravel, Custom Password Reset LInk, Custom Password Reset Token, Forgot Password in Laravel 8, Laravel Password Reset with Token, Password Reset in Laravel 8, Password Reset Link in Laravel

Encrypt Form Data in JavaScript Before Sending to Server

July 15, 2021 by Umesh Rana 10 Comments

Encrypt form data before submit

While submitting the form data from the client-side to the server-side the data is visible in the network tab. For the development end, there is nothing to worry about it. But when you are in production mode, you always think about the security things. Obviously, it is thinkable because data is a big asset nowadays. […]

Filed Under: AJAX Tutorial, jQuery, PHP Tagged With: Encrypt and Decrypt Form Data, Encrypt Form Data, Submit Encrypted Form DAta

How to Create Loading Spinner Using Bootstrap in React JS

July 14, 2021 by Umesh Rana Leave a Comment

create loading spinner in react js

Generally, an API takes time to return the response. It depends upon the server configuration and the data size. While fetching the data through API the screen goes blank until the response shows. It is not a good user experience for real-world applications. There can be possibilities that the user will change the screen or […]

Filed Under: React Tagged With: Axios in React, Bootstrap Loading Spinner, Loading Spinner in React JS, React Boostrap Spinner, React Spinner, Spinner with Axios

  • « Previous Page
  • 1
  • …
  • 9
  • 10
  • 11
  • 12
  • 13
  • …
  • 22
  • Next Page »

Categories

  • AJAX Tutorial (13)
  • Angular (3)
  • CodeIgniter 4 (13)
  • Git (3)
  • Interview Questions & Answers (1)
  • jQuery (17)
  • Laravel (142)
  • Linux (14)
  • Livewire (8)
  • MacOS (3)
  • Node (2)
  • PHP (16)
  • React (21)
  • Tailwind CSS (1)
  • WordPress (7)

Support Us on YouTube

The Mind Behind This Blog

A passionate Full Stack Developer with a flair for crafting web and mobile solutions that deliver outstanding user experiences. With 6+ years of hands-on experience in the world of software development. I thrive on turning complex ideas into elegant, efficient, and user-friendly applications. Apart from it, I am a knowledge enthusiast, and devoted content creator. Read More…

Quick Navigation

  • Home
  • About Us
  • Privacy Policy
  • Contacts

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Copyright © 2025· Programming Fields· All rights Reserved. And Our Sitemap.All Logos & Trademark Belongs To Their Respective Owners·

Programming Fields
  • Interview Q&A
    • Laravel Interview Q&A
  • Laravel
  • Livewire
  • React
  • Angular
  • Node
  • CodeIgniter