1. Use quotes to force an exact-match search:

"what is javascript"
2. AND operator will return only results related to both terms:

html AND css
3. You can use the OR operator to get the results related to one of the search terms

(javascript OR python) free course
4. - operator will exclude results that contain a term or phrase:

javascript -css
5. You can use the (*) wildcards as placeholders, which will be replaced by any word or phrase.

"how to start * in 6 months"
6. Search inside a single website:

site:https://t.co/4Npq4GVa0h
7. You can also use a very useful feature that helps to find a specific file type.

filetype:pdf learn css
8. Search for a range of numbers:

ecmascript 2016..2018
If you like this thread, maybe you'd love to bookmark it as a post: https://t.co/nRmMiLR72O

More from Marko ⚔ Denic

All my dev programming threads and job hunting resources in one list. šŸ‘‡

Free web development


GitHub repositories to improve your programming


You want to learn HTML & CSS but don't know where to get


You want to learn JavaScript but don't know where to get
8 free APIs for you projects:

1/ Unsplash (@unsplash)

Create with the largest collection of high-quality images that are free to use.

https://t.co/1i5msm2AjF


2/ Marvel (@Marvel)

The Marvel Comics API allows developers everywhere to access information about Marvel's vast library of comics—from what's coming up, to 70 years ago.

https://t.co/2BwomES1VP


3/ NASA (@NASA)

The objective of this API is to make NASA data, including imagery, eminently accessible to application developers.

https://t.co/BWZSOKK7bU


4/ Weather (@OpenWeatherMap)

Simple and fast and free weather API from OpenWeatherMap you have access to current weather data, hourly, 5- and 16-day forecasts.

https://t.co/EaenYRCgw9

You May Also Like