Milind Daraniya

A Blog About Software Development And Life

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

Common PHP Coding Mistakes: How to Avoid Them

Published February 6th, 2023 27 min read

PHP is a versatile and widely used server-side scripting language in web development. While PHP p

Read more →

Laravel Telescope: Real-time Monitoring and Debugging

Published February 5th, 2023 21 min read

Laravel Telescope is a powerful debugging and monitoring tool provided by the Laravel framework.

Read more →

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 →