How would one search for postings from a particular company in jobs.stackoverflow.com? I'm having a lot of trouble accomplishing this.
|
feedback
|
migrated from stackoverflow.com Aug 4 '09 at 0:21
This question came from our site for professional and enthusiast programmers.
|
There is no direct way to search for specific companies. However, there are a couple filters with which you can narrow your search (location and job type). From the resulting list, the search results are pretty well formatted to allow a glance at each job listing's associated company. | |||
|
feedback
|
|
Google the contents: site:jobs.stackoverflow.com php The example above will search for jobs mentioning "PHP" | |||
|
feedback
|