Milind Daraniya

A Blog About Software Development And Life

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

Securing Laravel Applications: Top Vulnerabilities to Avoid

Published February 2nd, 2023 25 min read

Securing web applications is of paramount importance to protect user data, prevent unauthorized a

Read more →

Introduction to Laravel Mix: Webpack Made Simple

Published February 1st, 2023 28 min read

Laravel Mix is an elegant wrapper around Webpack, a powerful module bundler widely used in modern

Read more →

Continuous Integration with Laravel and GitHub Actions

Published January 31st, 2023 24 min read

Continuous Integration (CI) has become an integral part of modern software development workflows.

Read more →

Laravel Nova: Building Custom Admin Panels

Published January 30th, 2023 23 min read

Laravel Nova is a beautifully designed administration panel for Laravel applications. It provides

Read more →

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 →