2

14 tips to Google like a pro

 2 years ago
source link: https://dev.to/ruphaa/14-tips-to-google-like-a-pro-14jo
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
14 tips to Google like a pro

Google is one of the most powerful tools, and believe it or not, Googling is one of the most important skills out there. Here are some handy tips to master it.

Tip #1: Search for an exact word or phrase

Use quotes to search for an exact word or phrase.

"what is kubernetes"
Enter fullscreen modeExit fullscreen mode

Tip #2: Excluding a word

The minus sign allows you to specify words that shouldn’t appear in your results. Use - to exclude words.

hover over an element -css
Enter fullscreen modeExit fullscreen mode

Tip #3: Site search

The site: operator allows you to perform a search within the specified site.

site:geeksforgeeks.org merge sort
Enter fullscreen modeExit fullscreen mode

Keep a Domain Out of Search:

Tired of seeing Wikipedia articles on your search results?
Use -site:wikipedia.org before your search term to remove results from that site.

Tip #4: Asterisk(*)

The asterisk is a wildcard that can match any word. Use * for missing words or phrases.

build a todo app with *
Enter fullscreen modeExit fullscreen mode

Tip #5: File type

The filetype: operator allows you to search for files specific to a type.
Some available types: pdf, ppt, doc, xls

filetype:pdf how to learn react
Enter fullscreen modeExit fullscreen mode

Tip #6: Word definitions

Use the following search trick to find an inline definition:

define:machine learning
Enter fullscreen modeExit fullscreen mode

Tip #7: Use ~ to search for a word and all its synonyms

How to increase font-size of paragraph ~tag
Enter fullscreen modeExit fullscreen mode

Tip #8: Use OR to perform multiple searches

how to code in C# OR how to program in C#
Enter fullscreen modeExit fullscreen mode

Tip #9: Related

Use related to finding sites that are similar to the specified site.

related: udemy.com
Enter fullscreen modeExit fullscreen mode

Search for a cached website:

cache:epictutorials.com
Enter fullscreen modeExit fullscreen mode

Tip #10: Number range

Use ... to search within a range of numbers

Updated css course 2020...2021
Enter fullscreen modeExit fullscreen mode

Tip #11: Time range

javascript after:2021
Enter fullscreen modeExit fullscreen mode
javascript before:2019
Enter fullscreen modeExit fullscreen mode

Tip #12: +

Using + will return pages that contain both words

JavaScript Oops+React
Enter fullscreen modeExit fullscreen mode

Tip #13: AND

Use to get results that must contain some given words.

React AND CSS
Enter fullscreen modeExit fullscreen mode

Tip #14: All words In text

If you want to find a web page that includes every word of your search query, you can put allintext: followed by the words and/or phrases you want to search.

allintext: CSS fundamentals like the box model, cascade and specificity
Enter fullscreen modeExit fullscreen mode

Bonus tips

Translations

You can use Google search to translate words and phrases from one language to another.

translate perfect to Italian
Enter fullscreen modeExit fullscreen mode

Timer

You can pull up a timer within Google by typing an amount of time followed by the word timer.

5 min timer
Enter fullscreen modeExit fullscreen mode

Stopwatch

You can also pull up a stopwatch within Google simply by typing stopwatch.

Further reference:

Google Search Operators: The Complete List (42 Advanced Operators)

Use Google like a pro

Google's Advanced search


Thanks for reading, hope you all enjoyed this post. Stay tuned for more tips and tricks 🥳

Stay safe and stay happy!


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK