Danny Steenman via Twitter:

Whether you’re a Junior or Senior Developer, everyone uses Google to find solutions to their problem. However, not everyone knows how to use it properly.

AND

This returns a result if both terms are in the search result.

html AND css

OR

This is a binary operator that returns a result if it contains both operands or one of them e.g.

(angular OR react) javascript tips

NOT

You use this operator to exclude results if it contains the operand using “-“ e.g.

javascript -frameworks

Exact

Use quotation marks to return an exact match in your search result e.g.

python tutorial "full course"

Exact puls Wildcard

"the * javascript tutorial"