Open in app

Sign in

Write

Sign in

Aman jain
Aman jain

40 Followers

Home

About

Pinned

Exploring the Power of Custom Rule Validation in Laravel 10

Greetings, esteemed reader. I extend to you a warm welcome to my latest article, in which we shall embark upon an exploration of the formidable prowess inherent in custom rule validation within the Laravel 10 framework. Introduction Welcome to the world of Laravel Custom Rules Validation! If you thought the standard…

PHP

6 min read

Exploring the Power of Custom Rule Validation in Laravel 10
Exploring the Power of Custom Rule Validation in Laravel 10
PHP

6 min read


Pinned

Laravel Design Pattern: Simplifying Web Development

1. What are Design Patterns? Software development’s recurrent issues can be solved through design patterns. They act as guidelines for writing organised, reusable code. Design patterns in the context of Laravel offer programmers a set of principles and best practises that guarantee the production of high-quality applications. Here are some common design patterns used in…

Laravel

8 min read

Laravel Design Pattern: Simplifying Web Development
Laravel Design Pattern: Simplifying Web Development
Laravel

8 min read


Pinned

Understanding Mutators and Accessors in Laravel: Simplifying Data Manipulation

In this article , We will understand about the mutator and accessor with an example. Introduction Accessors and Mutators are like handy tools in web development that help us write cleaner and more organized code while following the principle of “Don’t Repeat Yourself.” What are Mutators ? In Laravel’s Eloquent models, mutators also called setters…

Laravel Framework

5 min read

Understanding Mutators and Accessors in Laravel: Simplifying Data Manipulation
Understanding Mutators and Accessors in Laravel: Simplifying Data Manipulation
Laravel Framework

5 min read


Pinned

SOLID Principles in Laravel…

Let’s quickly define the SOLID concepts before delving into them. The abbreviation SOLID stands for a group of five design principles intended to increase the flexibility, maintainability, and understandability of software. These principles help programmers create organized, modular code that ensures the scalability and extensibility of their programs. SOLID is…

Larave

8 min read

SOLID Principles in Laravel..
SOLID Principles in Laravel..
Larave

8 min read


Pinned

Laravel Validation Using Request.

1. What is Laravel Validation? Laravel validation is a feature-rich component that helps developers validate user input effortlessly. It provides a fluent and expressive syntax for defining validation rules, enabling you to ensure that the data submitted by users is valid before further processing. Laravel validation integrates seamlessly with form input, JSON requests, and more. …

Laravel

7 min read

Laravel Validation Using Request.
Laravel Validation Using Request.
Laravel

7 min read


Nov 28

React Reconciliation

React Reconciliation Toh, picture ye hai ki React ka reconciliation ek bahut important concept hai. Ye basically process hai jisme React check karta hai ki kya changes huye hai component ke props ya state mein aur phir wo changes ko reflect karta hai DOM mein. Toh aap imagine karo, ki aapki website…

Reconciliation

2 min read

React Reconciliation
React Reconciliation
Reconciliation

2 min read


Nov 26

Internal Process of Virtual Dom

Virtual DOM ka funda samajhne ke liye pehle real DOM ke baare mein thoda sa bata doon. Real DOM woh actual HTML elements hote hain jo browser mein dikhte hain, jaise ki heading tag, paragraph tag, ya koi bhi HTML tags. Virtual DOM basically real DOM ki copy hai . Jab hum koi change karte hain apne webpage mein, jaise ki koi text update ya element remove karna ho, toh sabse pehle woh change Virtual DOM mein hota hai, Real DOM mein nahi. Yeh Virtual DOM kaafi fast hota hai as compared to Real DOM, because it’s just a copy, not the actual thing that the user sees.

JavaScript

1 min read

Internal Process of Virtual Dom
Internal Process of Virtual Dom
JavaScript

1 min read


Jul 12

How to Use Laravel Middleware to Protect Your Application

What is Middleware? Middleware in Laravel is the programme that executes before a controller responds to a request. It is a method of preventing requests from reaching the controller and processing them instead. Logging, caching, authentication, and permission are just a few applications for this. Let’s create a middleware example…

Laravel

4 min read

How to Use Laravel Middleware to Protect Your Application
How to Use Laravel Middleware to Protect Your Application
Laravel

4 min read


Jun 29

Laravel Route Mission Method.

Laravel’s New Missing Method for Handling Missing Records. Laravel 8.26.0 introduced a new method to the Router class called missing(). This method allows you to customize the behavior of route model binding when a model cannot be found. An exception would be thrown in previous versions of Laravel if a model wasn’t found during route model binding. If…

Laravel

3 min read

Laravel Route Mission Method.
Laravel Route Mission Method.
Laravel

3 min read


Jun 24

Laravel Polymorphic RelationShip (part1).

What is Laravel Polymorphic Relationship? Laravel Polymorphic Relationship is a feature that allows you to establish associations between different model types using a single association. In simpler terms, it enables a model to belong to multiple other models on a single association. …

Laravel

4 min read

Laravel Polymorphic RelationShip (part1).
Laravel Polymorphic RelationShip (part1).
Laravel

4 min read

Aman jain

Aman jain

40 Followers

Web Developer

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams