Use Google like a pro - Marko Denic

Use Google like a pro - Marko Denic

Marko Denic

tools

Use Google like a pro banner

by Marko | April 23, 2021

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"

Google search exact match example

html AND css

Google search with AND keyword

(javascript OR python) free course

Google search OR keyword example

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

javascript -css

Google search with - operator example

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

"how to start * in 6 months"

Google search with wildcard example

6. Search inside a single website:

site:freecodecamp.org

Google search inside a single website example

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

filetype:pdf learn css

Google search for specific filetype

8. Search for a range of numbers:

ecmascript 2016..2018

Google search for specific range of numbers

9. Use the `before` operator to return only results before a given date

You must provide year-month-day dates or only a year. For example:

javascript before:2020

Google search with before operator

10. Use the `after` operator to return only results after a given date

You must provide year-month-day dates or only a year. For example:

web development after:2020

Google search with after operator

Did you like this article? Share it with your friends: LAST UPDATED April 23, 2021 HITS 222776 « CSS Generators Make your first open source contribution »

Join the newsletter.

I write monthly emails full of real-world web development tips and resources.
No spam, unsubscribe at any time.

Report Page