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 a Custom Module in Magento 2.4?

Published June 18th, 2023 3 min read

Today, We will learn how to create custom module in magento 2.4.x. 

As you know, t

Read more →

How to Upload Image In Laravel 10

Published June 17th, 2023 4 min read

Today, We will learn How to upload image in laravel 10. I will give you simple example for image

Read more →

What is CSS and How it work ?

Published June 16th, 2023 4 min read

CSS, which stands for Cascading Style Sheets, is a stylesheet language used to describe the visua

Read more →

How to Remov a Specific Key from a jQuery Object

Published June 15th, 2023 2 min read

In jQuery, you may encounter situations where you need to remove a specific key-value pair from a

Read more →

How to remove the p tag automatically added by CKEditor?

Published June 14th, 2023 2 min read

To remove the <p> tags automatically added by CKEditor, you can customize the

Read more →

How to Copy Text to Clipboard using jQuery

Published June 13th, 2023 2 min read

The ability to copy text to the clipboard can enhance user experience and simplify certain action

Read more →

How setup project on git repository ?

Published June 12th, 2023 20 min read

Setting up a project in a Git repository is the first step towards utilizing the powerful version

Read more →

How to create custom pagination in PHP/Mysql

Published June 11th, 2023 12 min read

When working with large datasets in PHP and MySQL, it's often necessary to split the data into mu

Read more →