software development

7 Googling Tips You Probably Don’t Know Exist

Googling tips will make your search faster and more interesting. When used rightly, Google is one of the most powerful tool in the world. But most people don’t know how to utilise its power qualities.

Here are 7 Googling tips that will make you a browsing ninja!

1. Eliminate Unwanted Results By Adding a Minus Sign

For instance, the result below shows that you don’t want to see search results for 2021.

Googling tips

2. Use Quotation Marks

Putting quotation marks around a search term lets you search for exactly that word. All search results will have that term in it.

3. Use Two Periods

Use two periods to search between two number ranges

Example car racing 1999..2022

4. Filetype

You can also filter a certain file type related to your search

Example software development filetype:pdf

This filters out all the click bait news about software development that you don’t want to read.

5. Location

Find news related to a particular location

Example: software development location:abuja

6. Tilde ~

Use tilde as part of your search parameters when you want synonyms to appear in the result

Example: software development~training

Here you get results like software development training, lessons, guide, coaching, etc

7. In Chrome Ctrl + Shift + N

This opens up a new private browsing session.

Conclusion

These are some of the Googling tips that you can use to make your search results a bit more concise and clearer.

What did I miss? Let me know in the comments.

Gmail Productivity Hacks You Should Know

Author

Recent Posts

Observer Pattern in JavaScript: Implementing Custom Event Systems

Introduction The Observer Pattern is a design pattern used to manage and notify multiple objects…

3 weeks ago

Memory Management in JavaScript

Memory management is like housekeeping for your program—it ensures that your application runs smoothly without…

1 month ago

TypeScript vs JavaScript: When to Use TypeScript

JavaScript has been a developer’s best friend for years, powering everything from simple websites to…

1 month ago

Ethics in Web Development: Designing for Inclusivity and Privacy

In the digital age, web development plays a crucial role in shaping how individuals interact…

1 month ago

Augmented Reality (AR) in Web Development Augmented Reality (AR) is reshaping the way users interact…

1 month ago

Node.js Streams: Handling Large Data Efficiently

Introduction Handling large amounts of data efficiently can be a challenge for developers, especially when…

1 month ago