Redux provides flexibility to manage the state at the application level. We have already seen the basic implementation of Redux in React Js. Once, you create the state using Redux, it can be used in any of your components in the entire app. Today, by using Redux, we will create a React Todo App. But […]
Create UI Auth Using React Auth Scaffolding in Laravel 9
You can implement Laravel UI Auth using React auth scaffolding. This is similar to using Laravel Bootstrap auth, and Laravel Vue Auth. The front-end auth scaffolding will be generated by the React auth. You will have the same auth functionalities like Login, Register, and the Forgot Password. Now, it totally depends on you to use […]
Create UI Auth Using Vue Auth Scaffolding in Laravel 9
Like Laravel Bootstrap UI Auth, you can use Vue Auth scaffolding in Laravel 9. The front-end auth scaffolding will be generated using Vue js. The auth scaffolding will remain identical with the same functionalities. Even for the UI, it will also install Bootstrap CSS and JS. But, you are free to customize it as per […]
Create UI Auth Scaffolding Using Bootstrap in Laravel 9
Laravel provides a couple of auth scaffolding packages for the user. These packages consist User Register, Login, and Password Reset options. For any user-based authentication system, these three functionalities are almost required. If you will be creating these features in your application, you will have to write a couple of lines of code. That will […]
Use Yajra Datatable in Laravel 9 with Server Side Processing
For displaying large data sets in tabular form, you can use datatable in Laravel 9. You can use Yajra datatable in Laravel 9 using composer. It is a package available to install in your project. Once, it will be added, you can extend its functionalities. Basically, this works on the Ajax technique. It is very […]
How to Use Routing in React JS Using React Router V6
React router is used to navigate from one component to another. It provides different elements through which the components can be wrapped out. Also, you can render the component separately based on the route. In this post, we will talk about React Router DOM. Recently the React Router has upgraded to React Router V6. This […]
How to Upload Multiple Images Using Ajax in Laravel 9
Like a single image upload, you can upload multiple images using Ajax in Laravel 9. Everything will be quite similar. The main thing is to handle the images in the form of an array. Also, you will need to add an attribute named multiple in the input type file. While sending the Ajax request, you […]
How to Upload Image Using Ajax in Laravel 9 with Validation
Using Ajax, you can upload image in Laravel 9. The image upload functionality will remain same as you did with normal upload. We will prevent the form refreshing on image upload. Only the form request will be sent out using Ajax. In this process, I will handle the file validation and file processing using jQuery. […]
How to Create a CRUD Application Using Ajax in Laravel 9
Ajax is a web development technique mainly used to synchronize the data without loading the page. This is a unique feature that feels us a single-page application. The Ajax works with the data without changing any behavior. Only it prevents the page from refreshing after the event is fired. This is very helpful while working […]
How to Install and Configure Python in Linux Ubuntu 21
Python is a trending, popular, and high-level programming language. You can build different types of applications using Python. There are different frameworks released by Python. These frameworks are used to create different types of applications. Such as Web applications, Blockchain applications, Command line applications, Game app development, Machine learning application, and many more. Everywhere you […]
- « Previous Page
- 1
- …
- 6
- 7
- 8
- 9
- 10
- …
- 22
- Next Page »