The Code You Will Love

Increase file upload size phpMyAdmin

Posted on: Tuesday December 17, 2024

Step-By-Step Instructions 1. Login to WHM as the root user. 2. Navigate to “”Home / Server Configuration / Tweak Settings”” in WHM. 3. Click on the PHP tab. 4. For the [...]

Read More

React के प्रमुख 9 built-in Hooks

Posted on: Wednesday December 4, 2024

useState: State को manage करने के लिए। उदाहरण: const [state, setState] = useState(initialValue); useEffect: Side effects (जैसे, data fetching, DOM updates) [...]

Read More

How to restart server in React / Node

Posted on: Saturday November 30, 2024

If you changed something and chnages not reflecting and you want to start server [crayon-67679a8b5e551225697881/] but if its shows that port is already running then you have first close this port and [...]

Read More

Image path in React

Posted on: Saturday November 30, 2024

Ensure the image paths (images/logos/APC-(RK).svg, images/cart.png) are accessible: Move the images to public/images or src/assets/images (recommended). Update the paths in your code [...]

Read More

Font Awesome icon in React

Posted on: Saturday November 30, 2024

Include FontAwesome Your code references FontAwesome icons. To use them: 1. Install FontAwesome: [crayon-67679a8b5e900091177500/] 2. Import the CSS in your index.js or App.js file [...]

Read More

HTML Template to React JSX

Posted on: Saturday November 30, 2024

You have to convert your html code to JSX, there are online tools for this you can google it. https://transform.tools/html-to-jsx https://codebeautify.org/html-to-jsx-converter   1. Convert HTML [...]

Read More

React With Node and Boostrap 5 Setup

Posted on: Friday November 29, 2024

React with node, i want to strat with frontend and backend with for proper manageable structure with boostrap 5 theme. I installed npm and node. what next? To set up a React frontend and Node.js [...]

Read More

Blob Image to PDF

Posted on: Monday November 25, 2024

BluDart  API way bill response is in blob, so save it as PDF file inh a folder instead of storing in a database. I already stored in the database so I’ll show you how to save as PDF. [...]

Read More

Disable the button when the form is submitted

Posted on: Saturday November 23, 2024

Solution: Disable the button when the form is submitted. Re-enable the button after the page is loaded or when the form submission is complete. Example Implementation: HTML: [...]

Read More

Database query in view file/template in CodeIgniter 4

Posted on: Friday November 22, 2024

[crayon-67679a8b5f49d582275506/] [...]

Read More
Translate »