avatarNitin Sharma

Summary

The web content provides advanced Google search techniques to enhance productivity, tailored for programmers but applicable to all users.

Abstract

The article "Sorry to Say But You Don’t Know How to Use Google" outlines six effective strategies for improving Google search efficiency, particularly useful for programmers seeking specific information. It emphasizes the use of quotation marks for exact phrase searches, the "site:" operator to limit results to a specific domain, the hyphen to exclude certain words, the colon for date-specific searches, the "filetype:" operator for finding documents of a particular format, and the asterisk as a wildcard for broadening search terms. The author, a programmer, illustrates these techniques with examples, demonstrating how they can be applied to find precise information quickly, thereby significantly increasing productivity.

Opinions

  • The author believes that most people use Google ineffectively, missing out on its full potential.
  • Using quotation marks is presented as a method to find precise phrases, which the author suggests is underutilized.
  • The "site:" operator is highly recommended for focused research within a specific website, especially for documentation or tutorials.
  • The author values the ability to exclude certain websites or terms from search results using the hyphen, as it tailors the search more closely to the user's needs.
  • Date-specific searches are considered crucial for finding the most recent or relevant information, avoiding outdated content.
  • The use of "filetype:" is advocated for when seeking downloadable resources, such as PDFs, directly from search results.
  • The asterisk is highlighted as a powerful tool for open-ended searches, helping to uncover a wide range of related content.
  • The author is confident that mastering these search techniques can lead to a significant boost in productivity, especially for those in technical fields like programming.

Sorry to Say But You Don’t Know How to Use Google

Here’s how you can 10x your productivity.

Photo by Firmbee.com on Unsplash

Google is a tool that we all regularly utilize. As a programmer, I devote the majority of my time to understanding new ideas and resolving errors. You could even try to use Google according to your line of work, but did you realize that most people use it incorrectly?

Let me describe the normal process we use.

Every time we come across new terms, we just conduct a Google search. Google is made for it, so for sure that you will discover anything linked to that. However, you can boost your output and accurately identify the ideal approach to take.

Since I am a programmer, I will give you some examples that are relevant to programming, but you are free to apply them however you see fit.

How? Read on.

  1. Use Quotation Marks

Find the precise word or phrase by using the quotation mark.

If you were trying to find a certain term, it can be the error you have got or something different. Therefore, you may just Google the sentence included in the quotes.

Let’s look up a sentence from one of my earlier posts to provide you with an appropriate illustration.

When you type exactly this phrase: “So, here’s the post that comprises numerous tools.”

You will find a single post of mine.

Since none of my blogs include any copied content, using quotations in my articles makes it impossible for me to see several results on Google.

You can do that and search more effectively in the same way.

2. Use the word “site:” in front of the search

What would you do if you wanted to look for certain topics on a specific website?

You may use “site:websitename.com” before the keyword or subject you wish to look up.

For example, if you want to study JavaScript from w3schools, simply put “site:w3schools.com javascript” into the search engine and you will only receive results for w3schools.

When I first started learning about Flutter, I wanted to understand some concepts exclusively from the documentation, but there are some other blogs that score well on Google. That’s when the phrase “site:” came in handy.

Here’s an illustration.

As you can see in the image above, I will only get javascript-related blogs from w3schools.

3. Use a Hyphen

You can use a hyphen to exclude the word.

For instance, if I search on Google to buy books online, the first link that it will show is Amazon.

But what if I don’t want to buy books from Amazon? Well, that’s where I can use hyphens.

As you can see I have just used “-amazon” and it will exclude everything related to the word amazon.

4. Use Colon

Most often, I want to find some tutorials after a specific period because most often I find the tutorial that uses the older version and that’s where it will show me the error.

You may even want to read some of the latest blogs related to some technology for that you can use a colon.

For instance, suppose I want to learn about golang and want the tutorials only after the year 2022.

So I search like this.

And as you can see, not a single one of these videos were posted prior to 2022.

You may also add “after:year” if you don’t want to use “:year,” and the outcome will be the same.

What if you want to look for anything before a particular year? In such a case, “before: year” might be used.

5. Use Filetype

When you search for information on a certain subject, do you want the results in PDF format? You can use filetype:[file type] in such a situation.

Let’s say I’m looking for some PDFs on the latest technology trends. I can easily search on Google using the file type pdf.

Here is what the search result and output look like.

6. Use Asterisk

You can use an asterisk to search for anything related to a specific search, specific technology, or concepts.

For instance, I want to create some tutorials with the help of flutter and golang. And for that, I want to search on google.

Do you know how can I search for it in a more professional way? Let me show you.

So searching for “how to build * with flutter and golang” will show you related resources that you build from flutter and golang.

Insane, right?

Hope you like it.

That’s it — thanks.

Consider becoming a Medium member if you appreciate reading stories like this and want to help me as a writer. It costs $5 per month and gives you unlimited access to Medium content. I’ll get a little commission if you sign up via my link.

Productivity
Technology
Motivation
Programming
Life Lessons
Recommended from ReadMedium