Internet search tips & tricks for developers
January 18, 2025 ยท View on GitHub
All of the below mentioned tips works in both DuckDuckGo & Google (i use both :wink:), it should work fine in other search engines too.
-
file:pdf golangUse it to search for books, presentations or specific file types
-
inurl:docs.djangoproject.com templatesUse it to look for occurence of some phrases in the URL of the website mentioned.
inurldocs.djangoproject.com look fortemplatesphrase. -
site:github.com synatx errorLimit search results to a specific site, good for looking for bug fixes.
-
"how to add pagination in django"Double quotes can be used for exact matches of the phrase (doesn't work sometimes).
-
related:http://freecodecamp.orgRelated specifier, "related:DOMAIN" returns the root domain of similar websites
-
intitle:best vim pluginsIntitle specifier returns results that contains your searched word in the title.