Refer a friend and Upgrade Yourself |
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"
https://dev-to-uploads.s3.amazonaws.com/i/toa5cjwc3ns90uoj4q4v.PN
2 . AND operator will return only results related to both terms:
html AND css
https://dev-to-uploads.s3.amazonaws.com/i/g2mzmbnmwrqbhb518mmq.PN G" alt="[Image: g2mzmbnmwrqbhb518mmq.PNG]" />
3 . You can use the OR operator to get the results related to one of the search terms
(javascript OR python) free course
https://dev-to-uploads.s3.amazonaws.com/i/ufu4tbbbxon9eppethu4.PN G" alt="[Image: ufu4tbbbxon9eppethu4.PNG]" />
4 . - operator will exclude results that contain a term or phrase:
javascript -css
https://dev-to-uploads.s3.amazonaws.com/i/so2wotovlwq8oslfjlq6.PN G" alt="[Image: so2wotovlwq8oslfjlq6.PNG]" />
5 . You can use the (*) wildcards as placeholders, which will be replaced by any word or phrase.
"how to start * in 6 months"
https://dev-to-uploads.s3.amazonaws.com/i/ecxlmfrf7jct3n0jos8o.PN
6 . Search inside a single website:
site:freecodecamp.org
https://dev-to-uploads.s3.amazonaws.com/i/f19qsogbh16kp0mga2b6.PN G" alt="[Image: f19qsogbh16kp0mga2b6.PNG]" />
7 . You can also use a very useful feature that helps to find a specific file type.
filetype:pdf learn css
https://dev-to-uploads.s3.amazonaws.com/i/txu7yuj4zrvvsqh4ir9x.PN G" alt="[Image: txu7yuj4zrvvsqh4ir9x.PNG]" />
8 . Search for a range of numbers:
ecmascript 2016..2018
https://dev-to-uploads.s3.amazonaws.com/i/gj9tyrfum3uftq7g4qs6.PN G" alt="[Image: gj9tyrfum3uftq7g4qs6.PNG]" />