Are you a programmer? Here are 10 tips to better your google searches

Are you a programmer? Here are 10 tips to better your google searches

As a programmer googling should be a skill.

Being a web developer, I find myself 80% relying on google while doing my projects.

Here are some tips to improve your searches.

  • Find the exact-match search by using qoutes. "TailwindCSS"

Screenshot 2021-11-09 003655.jpg

  • Scope inside a single website: site: search phrase

Screenshot 2.jpg

  • Filter after a specific date: CSS after 2021

Screenshot 3.jpg

  • Filter after a specific date: CSS before 2021

Screenshot 4.jpg

  • Use the - operator to exclude a certain phrase from your search: javascript -es5

Screenshot 5.jpg

  • Filter for a range of numbers: CSS 2015..2021

Screenshot 6.jpg

  • Use the () wildcard, which is replaced by any word: "how to create a website in "

Screenshot 7.jpg

  • Use the AND operator to return results which are related to both phrases: "Tailwind AND bootstrap"

Screenshot 8.jpg

  • Use the OR operator to return results related to one the searched words: "Tailwind OR bootstrap"

Screenshot 9.jpg

  • Looking for a file type, use the filetype: feature : filetype:pdf learn javaScript

Screenshot 10.jpg