Trending questions in Edureka Community

0 votes
1 answer

How do I redirect with JavaScript?

To redirect to another page by Using ...READ MORE

Feb 16, 2022 in Java by Aditya
• 7,680 points
641 views
0 votes
1 answer

All in one seo pack and qtranslate title attributes

try changing one of the plugins and ...READ MORE

Feb 17, 2022 in Others by narikkadan
• 63,600 points
633 views
0 votes
1 answer

Get a list of numbers as input from the user

value = [int(num) for num in input().split()] Output 1 ...READ MORE

Feb 17, 2022 in Python by Dev
• 6,000 points
602 views
0 votes
1 answer

Can an "SEO Friendly" url contain a unique ID?

beware you can get penalised for duplicate ...READ MORE

Feb 17, 2022 in Others by narikkadan
• 63,600 points
627 views
0 votes
0 answers

Pre-rendering VS Server-side rendering for Angular SEO

i want to integrate an seo optimization ...READ MORE

Feb 14, 2022 in Others by Kichu
• 19,040 points
759 views
0 votes
1 answer

This page didn't load Google Maps correctly. See the JavaScript console for technical details

The solution to your query is relatively ...READ MORE

Feb 11, 2022 in Java by Rahul
• 9,680 points
846 views
0 votes
0 answers

Blockchain and HyperLedger Fabric difference

While I was trying to understand blockchain ...READ MORE

Mar 3, 2022 in Blockchain by Soham
• 9,710 points

edited Mar 4 22 views
0 votes
0 answers

Get bitcoin historical data

I want to do my own bitcoin ...READ MORE

Mar 3, 2022 in Blockchain by Soham
• 9,710 points

edited Mar 4 20 views
0 votes
1 answer

Add a new item to a Dynamodb using a AWS lambda function each time a function is executed with Cloudwatch

The problem here is that the PutItem ...READ MORE

Feb 14, 2022 in AWS by Rahul
• 2,120 points
716 views
0 votes
1 answer

Symfony2 / Sonata SEO Bundle / og:image

cdn: server: ...READ MORE

Feb 17, 2022 in Others by narikkadan
• 63,600 points
616 views
0 votes
1 answer

difference between cloud computing and grid computing

 Cloud Computing: Cloud computing is a client-server architecture ...READ MORE

Feb 4, 2022 in Cloud Computing by Edureka
• 13,620 points
1,143 views
0 votes
1 answer

How to disable a link using only CSS

[aria-current="page"] {   pointer-events: none;   cursor: default;   text-decoration: none;   color: black; } <a href="link.html" ...READ MORE

Feb 14, 2022 in Others by narikkadan
• 63,600 points
739 views
0 votes
1 answer

jquery $.each() for objects

The $.each() works for objects and arrays ...READ MORE

Feb 16, 2022 in Java by Aditya
• 7,680 points
606 views
0 votes
1 answer

why aws s3 transfer acceleration is not working?

AWS S3 Transfer Acceleration enables fast, easy ...READ MORE

Feb 16, 2022 in Cloud Computing by anonymous
608 views
0 votes
1 answer

How to rename a column in a database table using SQL?

For SQL Server, use sp_rename USE AdventureWorks; GO EXEC sp_rename 'Customers.CustomerTerritory.TerritoryID', ...READ MORE

Feb 9, 2022 in Database by Neha
• 9,020 points
904 views
0 votes
1 answer

Reverse a string in Python

To reverse a string in Python we ...READ MORE

Feb 15, 2022 in Python by Dev
• 6,000 points
649 views
0 votes
1 answer

GET vs POST in SEO

the one way is to format your ...READ MORE

Feb 14, 2022 in Others by narikkadan
• 63,600 points
727 views
0 votes
1 answer

Ceon SEO URl gives the error page not found in zen cart

in the admin section there is  an ...READ MORE

Feb 18, 2022 in Others by narikkadan
• 63,600 points
526 views
0 votes
0 answers

AWS VPC - Internet Gateway vs. NAT [closed]

What is an Internet Gateway? What is ...READ MORE

Feb 22, 2022 in AWS by Rahul
• 2,120 points
387 views
0 votes
0 answers

How to return dictionary keys as a list in Python?

Now, in Python >= 3.3, I get something ...READ MORE

Feb 18, 2022 in Python by Dev
• 6,000 points
513 views
0 votes
1 answer

Difference between python programing and scripting

Hi,@Sashi, Generally, all the scripting languages are considered ...READ MORE

Nov 27, 2020 in Python by Gitika
• 65,770 points
19,860 views
0 votes
1 answer

What is the difference between Python's list methods append and extend?

Python's list methods append and extend add ...READ MORE

Feb 9, 2022 in Python by Nandini
• 5,480 points
899 views
0 votes
0 answers

EC2 CLI. Help creating VPCs with name

I am trying to streamline the process ...READ MORE

Feb 22, 2022 in AWS by Rahul
• 2,120 points
384 views
0 votes
1 answer

What is Mocking?

The meaning of the word refers to ...READ MORE

Feb 8, 2022 in Others by Soham
• 9,710 points
940 views
0 votes
1 answer

no 'access-control-allow-origin' header is present on the requested resource

The java <class-name> command syntax is one ...READ MORE

Feb 8, 2022 in Java by Soham
• 9,710 points
939 views
0 votes
1 answer

SQL WITH clause example

Oracle introduced the SQL WITH clause in ...READ MORE

Feb 17, 2022 in Database by Neha
• 9,020 points
544 views
0 votes
0 answers

Excel: Highlighting duplicates with exact matches

1 I've got two columns of data, and ...READ MORE

Feb 17, 2022 in Others by Edureka
• 13,690 points
546 views
0 votes
0 answers

Excel 2010, how to keyboard shortcut to filter dropdown checkboxes?

how do I get to the filter ...READ MORE

Feb 10, 2022 in Others by Edureka
• 13,690 points
401 views
0 votes
1 answer

Is it possible to have a link to raw content of file in Azure DevOps

Sure, here's the call for the rests: GET ...READ MORE

Feb 10, 2022 in Other DevOps Questions by Bhavitha
• 1,000 points
846 views
0 votes
1 answer

seo component gatsby- effecting layout

<link ...READ MORE

Feb 20, 2022 in Others by narikkadan
• 63,600 points
455 views
0 votes
0 answers

SQL: Display Full Name + Filter By Subject

Feb 22, 2022 in Database by Neha
• 9,020 points
357 views
0 votes
1 answer

Generate SEO friendly URLs (slugs)

function format_uri( $string, $separator = '-' ) {     $accents_regex ...READ MORE

Feb 14, 2022 in Others by narikkadan
• 63,600 points
700 views
+1 vote
1 answer

how to learn selenium?

Prerequisites. Before learning the concepts of Selenium, ...READ MORE

Feb 7, 2022 in Selenium by Bhavitha
• 1,000 points
928 views
0 votes
1 answer

Squash my last X commits together using Git

You can do this relatively easily without ...READ MORE

Feb 16, 2022 in Others by Aditya
• 7,680 points
574 views
0 votes
1 answer

What is the python keyword "with" used for?

The PEP343 documentation contains details regarding the ...READ MORE

Feb 9, 2022 in Python by Dev
• 6,000 points
896 views
0 votes
1 answer

Access Amazon RDS database in VPC from Lambda locally

Your database is not connected to the ...READ MORE

Feb 14, 2022 in AWS by Rahul
• 2,120 points
659 views
0 votes
1 answer

What was Hadoop named after?

The creator of Hadoop, Doug Cutting named ...READ MORE

Dec 10, 2021 in Big Data Hadoop by CoderGirl
• 500 points
3,681 views
0 votes
1 answer

React Server Components Performance on SEO

for rendering into html  you have to ...READ MORE

Feb 14, 2022 in Others by narikkadan
• 63,600 points
683 views
0 votes
0 answers

Is there a difference between "==" and "is"?

In Python, are the following two tests ...READ MORE

Feb 18, 2022 in Python by Dev
• 6,000 points
472 views
0 votes
0 answers

How to use string.replace() in python 3.x

The string.replace() is deprecated on python 3.x. ...READ MORE

Feb 18, 2022 in Python by Dev
• 6,000 points
473 views
0 votes
1 answer

Which is faster amongst an Array and an ArrayList?

Array is faster in to an access ...READ MORE

Feb 16, 2022 in Java by Saurabh Maurya

edited Mar 5 28,738 views
0 votes
0 answers

TypeError: 'list' object is not callable in python

I am a beginner in Python, created ...READ MORE

Feb 3, 2022 in Python by Nandini
• 5,480 points
1,166 views
0 votes
1 answer

what is selenium testing

The Selenium testing tool is used to automate ...READ MORE

Feb 3, 2022 in Selenium by Bhavitha
• 1,000 points
1,156 views
0 votes
1 answer

Is Addon domain affecting SEO

search engines wont automatically link your addon-domain ...READ MORE

Feb 17, 2022 in Others by narikkadan
• 63,600 points
541 views
0 votes
1 answer

How to see any module details in Ansible from the command line?

Hi@akhtar, Ansible has a very attractive command named ...READ MORE

Aug 11, 2020 in Ansible by MD
• 95,460 points
24,485 views
0 votes
0 answers

Google IP address range for whitelist

I'm setting up a captive gateway and ...READ MORE

Feb 14, 2022 in Cyber Security & Ethical Hacking by Edureka
• 13,620 points
683 views
0 votes
1 answer

How to split a string in Java

By using the appropriate method, this can ...READ MORE

Feb 9, 2022 in Java by Rahul
• 9,680 points

edited Jul 6, 2023 by Khan Sarfaraz 848 views
0 votes
1 answer

Does "IndexError: list index out of range" when trying to access the N'th item mean that my list has less than N items?

IndexError occurs when the item you want ...READ MORE

Feb 16, 2022 in Python by Nandini
• 5,480 points
545 views
0 votes
1 answer

Amazon RDS Instance Password?

There is a Set Master Password  field ...READ MORE

Feb 8, 2022 in AWS by anonymous
884 views