DEV Community

Cover image for Use Google like a pro
Marko Denic
Marko Denic

Posted on • Updated on • Originally published at markodenic.com

Use Google like a pro

Googling is one of the most important skills for every developer.

Let me show you how to get better at Googling.

Let's start!

1 . Use quotes to force an exact-match search:

"what is javascript"

Exact Match

2 . AND operator will return only results related to both terms:

html AND css

AND operator

3 . You can use the OR operator to get the results related to one of the search terms

(javascript OR python) free course

OR opeator

4 . - operator will exclude results that contain a term or phrase:

javascript -css

Minus operator

5 . You can use the (*) wildcards as placeholders, which will be replaced by any word or phrase.

"how to start * in 6 months"

Wildcard operator

6 . Search inside a single website:

site:freecodecamp.org

Site operator

7 . You can also use a very useful feature that helps to find a specific file type.

filetype:pdf learn css

Search by filetype

8 . Search for a range of numbers:

ecmascript 2016..2018

Search by number range

If you liked this article, be sure to ❤️ it.

Happy coding! ❤️

Latest comments (55)

Collapse
 
zalithka profile image
Andre Greeff

oooh.... TBF, I did already know about many of these, but while reading this and a few of the comments, I just had the most amazing thought: imagine Google Search with syntax highlighting for the input field...

nothing quite like a little splash of colour for some user feedback while typing a search query, hey? (:

now I just wish I didn't have ideas like this while I was at work.. I have other things to do right now.

Collapse
 
shafi_on_dev profile image
Abdullah Al Shafi

Great One

Collapse
 
jeffchavez_dev profile image
Jeff Chavez

I've been thinking of this. Thank you.****

Collapse
 
seokjeon profile image
Se-ok Jeon

Thx for this! This is really what I wanted. Helped A LOT.
Can I translate in Korean this article? If you don't mind, I wanna share this awesome information in Korean. Surely, There will be a link directing to this original one.

Collapse
 
devoskar profile image
Oskar Pietrucha

I love the currency calculations tool as well with the time calculations. For example 100 USD to EUR and it will return you the valid value with latest exchange rate.
For time calculations I love to use it e.g. like this: '(1 hour 25 minutes + 33 minutes - 8 minutes) = '. Keep in mind that you need provide the "=" sign to make it work. It's also useful while converting the units eg '3 hours 44 minutes to minutes' or '8 inches to cm'

Collapse
 
gpingfeng profile image
Gopal

Hello, may I translate your article into Chinese?I would like to share it with more developers in China. I will give the original author and original source.

Collapse
 
denicmarko profile image
Marko Denic

Sure. No problem.

Collapse
 
julesparra profile image
Jules Parra • Edited

i knew about the first once but i'm sure the rest will come in handy as i'm working on new projects with python and SQL - thanks!

Collapse
 
femolacaster profile image
femolacaster

Thank you.

Collapse
 
dominik_gorczyca profile image
Dominik Gorczyca

It's awesome article but how do you exclude a phrase, it seems I can only exclude one word at a time.

Collapse
 
ziizium profile image
Habdul Hazeez

I searched with the keyword: javascript tutorial taking note of the phrase: building tutorials with lots of examples as seen in the image below:

Search result on Google for the keyword javascript tutorial

Then I excluded it by combining the exclusion sign i.e. - and exact word matching character i.e. the double quotes which gives us: javascript tutorial -"building tutorials with lots of examples".

This produces different results excluding that phrase as seen in the image below:

Google search result excluding the phrase "building tutorials with lots of examples"

You should know that in the first search without the exclusion the search result was 1.2 billion, and with the exclusion it's 3.2 billion.

I hope this helps.

Collapse
 
__manucodes profile image
manu

Wow! Very useful tips!

Collapse
 
joaocardoso193 profile image
JoaoCardoso193

Great post, thanks for sharing!

Collapse
 
leenairen profile image
Leena Iren

Ohho, you are look like an SEO guy! Thanks.

Collapse
 
bada815 profile image
Youngsuk Kim

Thanks

Some comments may only be visible to logged-in visitors. Sign in to view all comments.