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 Create Customer Group Programmatically In Magento 2

Published September 13th, 2023 11 min read

In Magento 2, you might need to create customer groups programmatically as part of custom module

Read more →

How to Create and Assign Customer Group in Magento 2?

Published September 12th, 2023 10 min read

In Magento 2, customer groups are an essential feature that allows you to segment your customers

Read more →

Laravel 10 Multiple Image Upload with Preview using AJAX

Published September 11th, 2023 20 min read

In many web applications, allowing users to upload multiple images at once can be a valuable feat

Read more →

Laravel 10 Ajax Image Upload Preview Example

Published September 10th, 2023 20 min read

Implementing image upload functionality with preview using Ajax in a Laravel application is a sea

Read more →

Laravel Get Next and Previous Record and URL Tutorial

Published September 9th, 2023 21 min read

In a Laravel application, there might be instances where you need to retrieve the next and previo

Read more →

Laravel 10 Check User Login, Online & Last Seen Status Example

Published September 8th, 2023 30 min read

Tracking user login status, online presence, and last seen timestamp are essential features for m

Read more →

How to Get Order Status Label in Magento 2

Published September 7th, 2023 7 min read

Are you a Magento 2 developer looking for a quick and easy way to fetch the order status label in

Read more →

How to Manipulate HTML and CSS Using JavaScript: Examples Included

Published September 6th, 2023 15 min read

JavaScript is a powerful programming language that allows you to interact with and manipulate HTM

Read more →