Milind Daraniya

A Blog About Software Development And Life

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

Laravel Package Development: Building Reusable Code

Published February 14th, 2023 16 min read

Laravel's elegant and expressive syntax, combined with its robust ecosystem, makes it an excellen

Read more →

PHP Unit Testing Best Practices: Code Coverage and More

Published February 13th, 2023 12 min read

Unit testing is a crucial aspect of software development that ensures the reliability and robustn

Read more →

Deploying Laravel Applications on AWS: Step-by-Step Guide

Published February 12th, 2023 31 min read

Deploying a Laravel application on Amazon Web Services (AWS) can be a powerful way to host your w

Read more →

Best PHP Libraries for Image Manipulation

Published February 11th, 2023 25 min read

Image manipulation is a common task in web development, ranging from resizing and cropping to app

Read more →

Implementing ACL in Laravel: Role-Based Access Control

Published February 10th, 2023 33 min read

Access Control Lists (ACL) are a fundamental part of web application security, allowing you to co

Read more →

Best PHP Extensions for Improved Performance

Published February 9th, 2023 13 min read

PHP, as a popular server-side scripting language, has a vast ecosystem of extensions that can sig

Read more →

Creating Custom Middleware in Laravel: Step-by-Step Guide

Published February 8th, 2023 20 min read

Middleware in Laravel allows you to filter HTTP requests entering your application. It provides a

Read more →

Working with Dates and Time in PHP: Best Practices

Published February 7th, 2023 23 min read

Handling dates and times is a common task in web development, and PHP provides a robust set of fu

Read more →