Trending questions in Web Development

0 votes
1 answer

How to read an external local JSON file in JavaScript?

Hello @kartik, For reading the external Local JSON ...READ MORE

Sep 3, 2020 in Java-Script by Niroj
• 82,840 points
184,007 views
0 votes
1 answer

How to see indexes for a database or table in MySQL?

Hello @kartik, To see the index for a ...READ MORE

Aug 18, 2020 in PHP by Niroj
• 82,840 points
151,429 views
+1 vote
4 answers

How to access images inside public folder in laravel?

If you are inside a blade template {{ ...READ MORE

Dec 14, 2020 in Laravel by Rajiv
• 8,870 points
132,893 views
0 votes
1 answer

How to find event listeners on a DOM node when debugging or from the JavaScript code?

Hii @kartik, It is possible to list all ...READ MORE

Jun 8, 2020 in Java-Script by Niroj
• 82,840 points
128,917 views
+2 votes
2 answers

How to add a new column to existing table of laravel in a migration?

You need do little modification in your ...READ MORE

Dec 10, 2020 in Laravel by anonymous
• 82,840 points
124,913 views
0 votes
3 answers

Explain the difference between visibility:hidden; and display:none?

display:none means that the tag in question will ...READ MORE

Dec 14, 2020 in Web Development by Gitika
• 65,770 points
120,066 views
0 votes
1 answer

How to add a custom HTTP header to ajax request with javascript?

Hello @kartik, There is different way based on ...READ MORE

Aug 25, 2020 in Java-Script by Niroj
• 82,840 points
106,360 views
0 votes
0 answers

http://localhost/phpMyAdmin/ unable to connect

I tried to start phpMyAdmin from my ...READ MORE

May 27, 2022 in PHP by Kichu
• 19,040 points
73,449 views
0 votes
2 answers

How to delete or clear caching in Laravel?

You can call an Artisan command outside ...READ MORE

Dec 16, 2020 in Laravel by Rajiv
• 8,870 points
95,816 views
0 votes
1 answer

Error: Failed to load resource: the server responded with a status of 404 (Not Found)

Your files are not under the JSP folder that's ...READ MORE

Dec 16, 2020 in Web Development by Gitika
• 65,770 points
88,253 views
0 votes
3 answers

How to get full path of selected file on change of <input type=‘file’> using javascript, jquery-ajax?

You have to download the file with ...READ MORE

Nov 29, 2022 in Java-Script by Wilson S.S
75,484 views
0 votes
2 answers

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Hello, You need to install php zip extension. Something ...READ MORE

Mar 26, 2020 in Laravel by Niroj
• 82,840 points
90,561 views
0 votes
1 answer

JQuery checkbox on change and checked event

Have shared an approach which will add ...READ MORE

Feb 23, 2022 in Java-Script by Aditya
• 7,680 points
59,170 views
0 votes
1 answer

How to get input value in PHP ?

Hello, Use PHP's $_POST or $_GET superglobals to retrieve the value of ...READ MORE

Nov 20, 2020 in PHP by Niroj
• 82,840 points
74,912 views
+1 vote
5 answers

How to get user's IP address in Laravel?

Hey, We can get the user's IP address ...READ MORE

Mar 20, 2020 in Laravel by Niroj
• 82,840 points
74,492 views
+1 vote
2 answers

How to convert entire div data into image and save it into directory without using canvas?

Hello @kartik, You can try the sample code ...READ MORE

Apr 29, 2020 in Java-Script by Niroj
• 82,840 points
73,739 views
0 votes
3 answers

How to load external scripts dynamically in Angular?

Hello kartik, You can use following technique to ...READ MORE

Apr 22, 2020 in Angular by Niroj
• 82,840 points
72,316 views
0 votes
1 answer

Which ECMAScript 6 features are natively available in Node.js without the --harmony flag?

Here’s a breakdown of the key ES6 ...READ MORE

Feb 10 in PHP by Navya
762 views
0 votes
0 answers

Explain query behavior in MongoDB with an example.

Can you Explain query behavior in MongoDB ...READ MORE

5 hours ago in Node-js by Ashutosh
• 18,160 points
17 views
0 votes
0 answers

Write a query to fetch specific fields using MongoDB projections.

Can you help me to Write a ...READ MORE

5 hours ago in Node-js by Ashutosh
• 18,160 points
15 views
0 votes
0 answers

How can I determine whether a JavaScript object is empty?

With the help of code can you ...READ MORE

5 hours ago in Java-Script by Ashutosh
• 18,160 points
13 views
0 votes
0 answers

How do you use Journaling for write concern in MongoDB?

With the help of code can you ...READ MORE

5 hours ago in Node-js by Ashutosh
• 18,160 points
12 views
0 votes
0 answers

How can you use MongoDB CRUD operations to build a simple blog app?

With the help of proper code snippet ...READ MORE

5 hours ago in Node-js by Ashutosh
• 18,160 points
12 views
0 votes
0 answers

How do you handle concerns for write operations in MongoDB?

With the help of programming can you ...READ MORE

5 hours ago in Node-js by Ashutosh
• 18,160 points
12 views
0 votes
0 answers

What are MongoDB data types, and how do you define them in a schema?

With the help of code example can ...READ MORE

5 hours ago in Node-js by Ashutosh
• 18,160 points
12 views
0 votes
0 answers

How would you manage the state between different components of the site?

With the help of code can you ...READ MORE

4 hours ago in Node-js by Nidhi
• 8,920 points
8 views
0 votes
0 answers

How do you use Link and NavLink differently?

With the help of code and examples ...READ MORE

4 hours ago in Node-js by Nidhi
• 8,920 points
7 views
0 votes
0 answers

What is the difference between Hooks and router in React?

Can i know What is the difference ...READ MORE

4 hours ago in Node-js by Nidhi
• 8,920 points
7 views
0 votes
0 answers

How can you preload data for a route in React?

Can i know How can you preload ...READ MORE

4 hours ago in Node-js by Nidhi
• 8,920 points
7 views
0 votes
0 answers

How to pass parameters with react-router?

Can you tell me How to pass ...READ MORE

4 hours ago in Node-js by Nidhi
• 8,920 points
7 views
0 votes
0 answers

How do you design a data model for a social media platform using MongoDB?

With the help of proper code example ...READ MORE

5 hours ago in Node-js by Ashutosh
• 18,160 points
9 views
0 votes
0 answers

How do you model a many-to-many relationship in MongoDB with an example?

Can you tell me How do you ...READ MORE

5 hours ago in Node-js by Ashutosh
• 18,160 points
9 views
0 votes
0 answers

How do you handle nested dynamic routes with React-Router?

With the help of code and examples ...READ MORE

4 hours ago in Node-js by Nidhi
• 8,920 points
6 views
0 votes
0 answers

What is the difference between BrowserRouter and createBrowserRouter?

With the help of code and examples ...READ MORE

4 hours ago in Node-js by Nidhi
• 8,920 points
6 views
0 votes
0 answers

How do you create protected routes in React?

With the help of proper programming can ...READ MORE

4 hours ago in Node-js by Nidhi
• 8,920 points
6 views
0 votes
0 answers

How do you implement routing in a React application?

With the help of code can you ...READ MORE

4 hours ago in Node-js by Ashutosh
• 18,160 points
6 views
0 votes
0 answers

What is the difference between RDBMS relationships and MongoDB’s data model?

Can i know What is the difference ...READ MORE

5 hours ago in Node-js by Ashutosh
• 18,160 points
8 views
0 votes
0 answers

How do you redirect a user to a different route in React Router?

Can i know How do you redirect ...READ MORE

4 hours ago in Node-js by Nidhi
• 8,920 points
5 views
0 votes
0 answers

What are the steps to consume an API in a React app using the Fetch method?

Can i know What are the steps ...READ MORE

4 hours ago in Node-js by Ashutosh
• 18,160 points
5 views
0 votes
0 answers

How do you pass and use URL parameters in a React-Router route?

With the help of code can you ...READ MORE

4 hours ago in Node-js by Ashutosh
• 18,160 points
5 views
0 votes
0 answers

How to set read concern in MongoDB?

I was facing the issue related to ...READ MORE

4 hours ago in Node-js by Ashutosh
• 18,160 points
5 views
0 votes
0 answers

How would you use NavLink to style active navigation links in a React application?

With the help of code and examples ...READ MORE

4 hours ago in Node-js by Ashutosh
• 18,160 points
5 views
0 votes
0 answers

How would you implement a chat application using MongoDB’s data model patterns?

Can i know How would you implement ...READ MORE

4 hours ago in Node-js by Ashutosh
• 18,160 points
5 views
0 votes
0 answers

Write a query for a compound index to optimize a search operation in MongoDB.

Can i know Write a query for ...READ MORE

5 hours ago in Node-js by Ashutosh
• 18,160 points
7 views
0 votes
0 answers

What is the use of Switch in React Router?

With the help of code can you ...READ MORE

4 hours ago in Node-js by Nidhi
• 8,920 points
4 views
0 votes
0 answers

What is the best way to handle a 404 page using React-Router?

With the help of code can you ...READ MORE

4 hours ago in Node-js by Ashutosh
• 18,160 points
4 views
0 votes
0 answers

How can you configure routing for a multi-page React application using React-Router?

With the help of code ca you ...READ MORE

4 hours ago in Node-js by Ashutosh
• 18,160 points
4 views
0 votes
0 answers

How would you implement routing in a dynamic Music Store application?

With the help of python programming can ...READ MORE

4 hours ago in Node-js by Ashutosh
• 18,160 points
3 views
0 votes
0 answers

How do I use pointer-events to react only to scroll events, or is there a better approach?

can you tell me with the help ...READ MORE

1 day ago in Node-js by Nidhi
• 8,920 points
26 views
0 votes
0 answers

How can a child component's props be overwritten in React?

With the help of example  and code ...READ MORE

1 day ago in Node-js by Nidhi
• 8,920 points
25 views