Jim Lynch Codes
  • Blog
  • About Jim

Writings about one coder's stories & experiences.

How To Strategically Search Through Stack Overflow Questions

1/24/2017

0 Comments

 
I was recently on a chairlift talking to my uncle who is a technology exec at a finance company in New York, and he told me that one way they vet people is by looking at their Stack Overflow score. I've landed on Stack Overflow pages many times in the past, but successfully finding and answering questions takes putting in a decent amount of effort and requires knowledge about the problem domain (sometimes, a lot of knowledge about it!). Well, in an effort to selfishly increase my own fame and unselfishly help other struggling devs I've recently began to really try to look for questions that I can answer and provide a solid answer for. I've learned some tips to make the search faster, weed out the fluff, and make it much easier to find those low-hanging fruits. The tip I'll share here is to strategically search for Stack Overflow questions. ​Enjoy! :)

It's All About The Query Parameters 

A lot of people don't realize it, but the search box on the Stack Overflow website is actually pretty powerful. 
Picture
If you type in just  regular text then it will return questions and answers that match that text, but the real key is in using the special parameters that the search recognizes. For example, here are some basic pointers for using the search box on Stack Overflow: 
  • [ruby] agile 
    Use square brackets to search for mentions of “agile” within the - [ruby] tag
  • "product manager" 
    Use double quotes to search by a specific phrase or string of special characters
  • [c#] -[java] 
    Use a dash prefix to exclude [java] jobs from your [c#] search
  • dev or designer 
    Use the word “or” to search jobs tagged with either phrase
  • ([r] or [c]) and remote:true 
    Use parentheses to group complex queries

Use the "created" Search Parameter

The default questions that Stack Overflow provides in the search can be from weeks or even months ago. While these may be worth a lot if answered well, they are probably really difficult to answer since other people have passed them up. by putting "created:1d" or "created:1w" you can pick off some easy questions that have just been answered and simply haven't been spotted yet by some other knowledgeable person looking to answer questions.

My Usual Query

I normally like to search for questions that are open, have not yet been answered, are not closed, have been created recently (like within the last day), and have been tagged with things that I know about. 
All together, here's my normal search query:
[tags-to-search] created:1d answers:0 closed:no hasaccepted:no is:question
0 Comments

Your comment will be posted after it is approved.


Leave a Reply.

    ​Author

    Picture
    The posts on this site are written and maintained by Jim Lynch. About Jim...
    Follow @JimLynchCodes
    Follow @JimLynchCodes

    Categories

    All
    Actionscript 3
    Angular
    AngularJS
    Automated Testing
    AWS Lambda
    Behavior Driven Development
    Blockchain
    Blogging
    Business Building
    C#
    C / C++
    ClojureScript / Clojure
    Coding
    Community Service
    CS Philosophy
    Css / Scss
    Dev Ops
    Firebase
    Fitness
    Flash
    Front End
    Functional Programming
    Git
    Go Lang
    Haskell
    Illustrations
    Investing
    Java
    Javascript
    Lean
    Life
    Linux
    Logic Pro
    Music
    Node.js
    Planning
    Productivity
    Professionalism
    Python
    React
    Redux / Ngrx
    Refactoring
    Reusable Components
    Rust
    Security
    Serverless
    Shell Scripting
    Swift
    Test Driven Development
    Things
    TypeScript
    Useful Sites
    Useful Tools
    Video
    Website Development
    WebStorm
    Writing

    Archives

    August 2021
    February 2021
    January 2021
    October 2020
    September 2020
    May 2020
    April 2020
    February 2020
    January 2020
    December 2019
    October 2019
    September 2019
    August 2019
    July 2019
    June 2019
    May 2019
    April 2019
    March 2019
    February 2019
    January 2019
    December 2018
    November 2018
    October 2018
    September 2018
    August 2018
    June 2018
    May 2018
    April 2018
    March 2018
    February 2018
    January 2018
    December 2017
    November 2017
    October 2017
    September 2017
    August 2017
    July 2017
    May 2017
    April 2017
    March 2017
    February 2017
    January 2017
    December 2016
    November 2016
    October 2016
    September 2016
    August 2016
    July 2016
    June 2016
    May 2016
    April 2016
    March 2016
    February 2016
    January 2016
    December 2015
    November 2015
    October 2015

    RSS Feed

  • Blog
  • About Jim
JimLynchCodes © 2021