Milind Daraniya

A Blog About Software Development And Life

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

How to Consume REST APIs in React

Published August 26th, 2023 14 min read

Hello, React developers! we'll explore how to consume RESTful APIs in React applications. REST AP

Read more →

How to Pass a Custom Variable from Controller to PHTML File In Magento 2.4?

Published August 25th, 2023 17 min read

Hello, Magento developers! In this tutorial, we'll explore how to pass a custom variable from a c

Read more →

Update Existing Table's Column with Migration Without Losing Data in Laravel

Published August 24th, 2023 14 min read

In this tutorial, we'll explore how to update an existing table's column using a migration in Lar

Read more →

Magento 2.4: Change price of a particular product on cart update

Published August 23rd, 2023 23 min read

In this tutorial, we'll explore how to dynamically change the price of a specific product when a

Read more →

How to Get Order Item Selected Options in Magento 2?

Published August 22nd, 2023 7 min read

Today, we'll explore how to retrieve the selected options of order items in Magento 2. This featu

Read more →

How to zip and unzip files and folders on your remote server

Published August 21st, 2023 22 min read

Hello, fellow developers! Today, we'll explore the process of compressing and extracting files an

Read more →

How to Create a Multilevel Category and Subcategory in Laravel with Bootstrap UI

Published August 20th, 2023 26 min read

Hey there, fellow developers! 🤗 In this tutorial, we'll walk through the process of creating a

Read more →

Laravel Dropzone Image Upload Example

Published August 19th, 2023 17 min read

Hello fellow developers! Today, we'll explore how to implement a fantastic image upload feature u

Read more →