Googling is one of the most important skills for every developer.
Let me show you How to get better at Googling and Using Google Search like a Pro ๐
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:mytechmint.com
7. 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
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