Milind Daraniya

A Blog About Software Development And Life

Welcome to my blog. Subscribe and get my latest blog post in your inbox.

Laravel Events and Listeners: Managing Asynchronous Actions

Published January 29th, 2023 22 min read

In modern web applications, responsiveness and performance are crucial factors to provide a seaml

Read more →

Introduction to Laravel Sanctum: API Authentication

Published January 28th, 2023 11 min read

Laravel Sanctum is a lightweight package that provides a simple and secure way to handle API auth

Read more →

Working with JSON in PHP: Best Practices

Published January 27th, 2023 19 min read

JSON (JavaScript Object Notation) has become the de facto data interchange format for web applica

Read more →

Using Redis with Laravel: Caching and Session Management

Published January 26th, 2023 15 min read

Redis is an in-memory data store known for its speed and efficiency. In Laravel, Redis is utilize

Read more →

Error Handling in PHP: Best Practices and Error Types

Published January 25th, 2023 12 min read

Error handling is a critical aspect of PHP development, as it allows you to gracefully handle une

Read more →

Creating Custom Artisan Commands in Laravel

Published January 24th, 2023 21 min read

Artisan is Laravel's command-line interface (CLI) tool that simplifies various development tasks.

Read more →

PHP Data Structures and Algorithms: A Primer

Published January 23rd, 2023 10 min read

Data structures and algorithms are essential concepts in computer science that enable efficient d

Read more →

Optimizing Database Queries in Laravel: Eloquent Tips

Published January 22nd, 2023 17 min read

Database queries play a vital role in the performance of your Laravel applications. With Laravel'

Read more →