Marko Denic Profile picture
Software engineer.

Sep 6, 2021, 13 tweets

Googling is one of the most important skills for every developer. Here are 10 tips to Google efficiently!

🧵

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

"what is javascript"

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

html AND css

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

(javascript OR python) free course

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

javascript -css

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

"how to start * in 6 months"

6. Search inside a single website:

site:freecodecamp.org

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

filetype:pdf learn css

8. Search for a range of numbers:

ecmascript 2016..2018

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

javascript before:2020

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

web development after:2020

If you liked this, retweet the 1st tweet and help others discover it.

I write monthly emails full of real-world web development tips and resources.

You can subscribe from my profile @denicmarko.

Share this Scrolly Tale with your friends.

A Scrolly Tale is a new way to read Twitter threads with a more visually immersive experience.
Discover more beautiful Scrolly Tales like this.

Keep scrolling