Milind Daraniya

A Blog About Software Development And Life

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

What is MongoDB

Published July 18th, 2023 6 min read

MongoDB is a popular document-oriented NoSQL database that provides a flexible and scalable appro

Read more →

How to create an archive of git repository

Published July 17th, 2023 3 min read

Introduction:

Managing code repositories effectively is essential for

Read more →

How To Load Quote Data By Id In Magento 2.4

Published July 16th, 2023 1 min read

You can fetch the quote object by quote id in Magento 2.

Load quote by id using QuoteFa

Read more →

How to generate dummy data using factory in laravel

Published July 15th, 2023 2 min read

If you want to start writing some tests for your Laravel project then chances are you will need t

Read more →

How to Get Formatted Price With Currency In Magento 2

Published July 14th, 2023 2 min read

Today we will understand the process to get formatted price with currency in Magento 2. Form

Read more →

Laravel raw SQL update query

Published July 13th, 2023 1 min read

You can make use of db::raw when you want to test or use some arbitrary string inside the query b

Read more →

How to add modal popup in Magento 2.4

Published July 12th, 2023 1 min read

When working with Magento 2, we try to take advantage of all the utilities that Magento has suppo

Read more →

How to delete a file from the public folder in Laravel

Published July 11th, 2023 2 min read

In this article, we will see how to delete files from the public folder in laravel 9. Here,

Read more →