Milind Daraniya

A Blog About Software Development And Life

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

Authentication in PHP: JWT vs. OAuth

Published February 4th, 2023 28 min read

Authentication is a crucial aspect of web development to ensure secure access to resources and pr

Read more →

Building a RESTful API with PHP and Slim Framework

Published February 3rd, 2023 16 min read

Building a RESTful API is a fundamental aspect of modern web development, allowing seamless commu

Read more →

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 →