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 Call Laravel Route in jQuery and JavaScript

Published September 21st, 2023 13 min read

Laravel, a popular PHP framework, provides a powerful routing system that makes it easy to define

Read more →

React Table - Server-Side Pagination, Search, and Sort/Order

Published September 20th, 2023 13 min read

React Table is a powerful library for building flexible and customizable data tables in React app

Read more →

Magento 2: Fastest Way to Import/Update Product Prices in Bulk

Published September 19th, 2023 19 min read

Managing product prices is a critical aspect of running an e-commerce store. If you have a large

Read more →

Magento 2: Creating Products Attributes Programmatically

Published September 18th, 2023 11 min read

In Magento 2, product attributes are crucial for categorizing and providing information about you

Read more →

How to Get Item Customizable Option in Observer in Magento 2?

Published September 17th, 2023 10 min read

In Magento 2, customizable options allow customers to personalize products by selecting different

Read more →

How to Add a New Column to an Existing Table Using db Schema in Magento 2.4+ ?

Published September 16th, 2023 8 min read

In Magento 2, the database schema is defined using XML files that describe the structure of datab

Read more →

PHP JWT Login Storage

Published September 15th, 2023 15 min read

JSON Web Tokens (JWT) have become a popular method for implementing stateless authentication in w

Read more →

How to Create Customer Group Programmatically in Magento 2 using a Single Script

Published September 14th, 2023 12 min read

In Magento 2, you can create customer groups programmatically using a single script. This can be

Read more →