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"
- Scope inside a single website: site: search phrase
- Filter after a specific date: CSS after 2021
- Filter after a specific date: CSS before 2021
- Use the - operator to exclude a certain phrase from your search: javascript -es5
- Filter for a range of numbers: CSS 2015..2021
- Use the () wildcard, which is replaced by any word: "how to create a website in "
- Use the AND operator to return results which are related to both phrases: "Tailwind AND bootstrap"
- Use the OR operator to return results related to one the searched words: "Tailwind OR bootstrap"
- Looking for a file type, use the filetype: feature : filetype:pdf learn javaScript