Efficiently Searching Stackoverflow
To search within a tag you can do this: [tag-name] term. For example:
[javascript] react
Read more about tags. See the list of tags.
Find a specific phrase, put the term in quotes:
"angular state management"
Limit search to the title of the question, or limit to the body of the question
title: Flask
body: memory management
Search your posts:
user:me promises
Exclude items from your results:
javascript -jquery
Read more about searching stackoverflow here