Googling is a very important skill for everyone.
Let me show you the top 10 tips on how to get better at Google Search.
Let’s start!
1. Use quotes to force an exact-match search:
"what is amd ryzen"

2. AND operator will return only results related to both terms:
intel and amd
3. You can use the OR operator to get the results related to one of the search terms
(intel OR amd) cpu
4. – operator will exclude results that contain a term or phrase:
cpu -amd
5. You can use the (*) wildcards as placeholders, which will be replaced by any word or phrase.
"how to start * in 2 months"
6. Search inside a single website:
site:tech333.com
7. You can also use a very useful feature that helps to find a specific file type.
filetype:pdf learn maths
8. Search for a range of numbers:
ecmascript 2016..2018
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
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