Programming Fields

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

Pass Data to Master Layout By Service Provider in Laravel 8

July 11, 2021 by Umesh Rana Leave a Comment

Pass dynamic data to master layout

In Laravel, it is easy to break down the layouts into different sub layouts. It is a good approach to have a sub layout for a large view. Laravel supports the master layout concept. The master layout works as a placeholder where you can load different sub layouts. Also, you can pass data from different […]

Filed Under: Laravel Tagged With: Laravel Master Blade Layout, Laravel Master Layout, Laravel Service Container, Laravel View Composer, Pass Data to Master Layout

Redirect HTTP to HTTPS Using Middleware in Laravel 8

July 6, 2021 by Umesh Rana Leave a Comment

redirect http to https using middleware

After the development of any application, it needs to be hosted on the server. After uploading and configuration of the application, you will be able to access your website through a URL. You also need an SSL certificate to secure the domain URL. But, after installing the SSL certificate the site doesn’t redirect from HTTP […]

Filed Under: Laravel Tagged With: HTTPS Redirection, Laravel Middleware, Redirect Laravel Application to HTTPS

File Upload in React JS Using Laravel 8 RESTful API

June 27, 2021 by Umesh Rana 3 Comments

File upload in React JS

To upload the file you always need a server-side application. The file will be uploaded to the server-side and its name will be stored in the database. At the client-side application, you required the file that will be sent to the server-side using the API. You can implement File upload in React JS. For the […]

Filed Under: React Tagged With: File Upload in React, File Upload in React Using Axios, Image Validation in React, Multiple FIle Upload in React, React File Upload Using Laravel API, Single File Upload in React

How to Use Axios in React JS For API Requests Handling

June 26, 2021 by Umesh Rana Leave a Comment

Axios React API Request handling

When you are working at a client-side application then you need to submit the data to the server-side. Here the term API comes to make an easy communication between the client-side application and the server-side. The API helps to send and receive the data from both applications. You already know React JS is used for […]

Filed Under: React Tagged With: Axios POST Request, Form Handling in React, GET Axios, HTTP Request Handling in React, Send POST Request in React

How to Send Email in CodeIgniter 4 Using Gmail SMTP

June 22, 2021 by Umesh Rana 4 Comments

send email using gmail

You can send an email using Gmail SMTP In CodeIgniter 4. For sending an email, you have to configure the email settings in your application. If you are sending email through the SMTP then there are two protocols that are TLS and SSL. Both protocols work on different ports. In this post, I will show […]

Filed Under: CodeIgniter 4 Tagged With: CodeIgniter Send Email, Gmail Host, Gmail SMTP in CodeIgniter 4, SMTP Protocol

Form Handling in React JS With Validation Using React State

June 21, 2021 by Umesh Rana Leave a Comment

React Form Handling and validation

The form is a collection of inputs that collects the information from the user. For the form handling in React JS, you will have to understand the events. The events handling in React elements is very similar to handling events on DOM elements. You can write the same events inside React. But it allows writing […]

Filed Under: React Tagged With: Form Handling in React JS, Form Validatin in React, React Form, React Form Handle Using State, React Props, React State

Brief Overview of React Routing Using React Router DOM

June 19, 2021 by Umesh Rana 2 Comments

React Router DOM

Do you want to handle and render multiple components in React? If yes then this post is only for you. Yeah, I am talking about navigating from component to component. While navigating to components the page doesn’t refresh in React. Also, it needs to change the route dynamically. If you render the child components in […]

Filed Under: React Tagged With: React Component Navigation, React Components, React NavLink, React NavLink Path, React Router DOM, React Routes, React Routing, React Switch

How to Implement jQuery Datatable in CodeIgniter 4

June 16, 2021 by Umesh Rana Leave a Comment

jQuery datatable in codeigniter 4

jQuery provides the datatable library to use in an HTML table. The jQuery datatable provides you the flexibility of pagination, searching, and ordering the data in the table. Even you can apply custom filters to the data. It also allows us to use column filters inside the table. You can implement it on any server-side […]

Filed Under: CodeIgniter 4 Tagged With: Datatable in CodeIgniter 4, jQuery datatable in CodeIgniter 4

Generate Fake Data in CodeIgniter 4 Using Seeder and Faker

June 14, 2021 by Umesh Rana Leave a Comment

Database Seeder in Codeigniter 4

If you are working in a development environment, you always need to test your functionality. So for testing, you generally use the test data. You cannot perform the test on real data. Actually, the data may get updated and deleted according to the test cases. So, you can’t use the real data for the testing. […]

Filed Under: CodeIgniter 4 Tagged With: Database Seeding, Faker Factory For Test Data, Generate Fake Data, Seed Fake Data in CodeIgniter

CRUD Application in PHP 8 Using Prepared Statement

June 12, 2021 by Umesh Rana Leave a Comment

Security is a measured challenge while creating an application in PHP. The raw SQL query in PHP can be injected through a malicious function. This may affect your entire functionality. Even you can lose your database or particular table and even any record. Due to the SQL injection, the vulnerable code or script can be […]

Filed Under: PHP Tagged With: CRUD App, PHP 8 CRUD, PHP CRUD, PHP Object Oriented, Prepared Statment in PHP, Prevent SQL Injection, Sanitize Inputs in PHP

  • « Previous Page
  • 1
  • …
  • 10
  • 11
  • 12
  • 13
  • 14
  • …
  • 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