Hello Folks π
This is Savio here. I'm young dev with an intention to enhance as a successful web developer. I love building web apps with React. I have proved my superiority in frontend technologies.
Today, I'd like to share 11 pro tips to search google!! π
Why Googling is Must Have Skill?
Googling is the most important skill a developer. Most people donβt know how to google. Googling require a certain ingenuity and hack in order to find exactly what you are looking for. You donβt have to stop googling if the search engine is not finding your first query. There are many tricks you can use and here you can find the pro tips.
I tell people, βI have a Ph.D. from Google University.β βKris Carr**
So, here are the 11 pro tips to make you an efficient google.
1. Quotations (" ")
If you want to get results with exact phrases, put the words inside quotes " ". Using quotes " ", google will only show results that have the exact words.
π Example Search: "html 2021"
2. Asterisk ( * )
You can use ***** to fill missing words or phrases. This makes searching easy and will help you get the best results.
π Example Search: how to * in JavaScript
3. Range ( ... )
You can use ... to search within a range of numbers. It makes searching easy for number related topics, such as years, versions and so on.
π Example Search: JavaScript in 2010....2020
4. Search:
You can use search: to search anything within a website. Using this, you can directly search from google without switching from different websites.
π Example Search: search:w3schools.com javascript arrays
5. AND
To find the results that must contain some given words, AND operator will be super useful. Helps in solving many problems in real life.
π Example Search: React AND CSS
6. Filetype:
Using filetype, we can fetch results that are in a definite filetype. This will help in finding ebooks, docs etc.
π Example Search: React ebook filetype:pdf
7. OR
We can use OR Operator to get the result of one of the search terms. This will fetch results that should either have the first word or the second word.
π Example Search: React OR Vue masterclass
8. Define:
Using Define: we can find the definition of particular words. It will help a lot in understanding the words, also become handy in exams or so.
π Example Search: define:oops
9. Related:
You can use related: to find sites that are similar to other sites and do the same purpose. This will become super handy if you're looking for an alternatives of a site.
π Example Search: related:w3schools.com
10. Plus ( + )
You can use + between two words to get results that must contain the two given words. This is very helpful if you find something that should be related with the other one.
π Example Search: JavaScript Oops+React
11. Hyphen ( - )
You can use hyphen - exclude certain words from results. This will ultimately help in retrieving the results you only wanted to, blocking spam stuffs.
π Example Search: react js -github
π Wrapping Up
Yeah, that's a wrap. Hope you enjoyed the article. Do not hesitate to share your feedback. I am on Twitter @saviomartin7. Give a follow!
Follow me on Github @saviomartin, Don't miss my amazing projects! π―
Feedbacks are greatly appreciated! π Have an amazing day!
Top comments (7)
that's really handy, I like it
fireship
Hi. I want to suggest fixing this incorrect example.
And this bad grammar.
Googling is the most important skill a developer
The most important skill of a developer. Or to be a developer. Or ...skill a developer can have.
Wow, you made my day!
Very useful. I didn't know a few of these
πͺπͺπͺ
Thanks. Also remember to look at advanced search so you can fill in a form to achieve the same results even if you don't know the syntax.