It's specifically aimed at helping people find their very first dev job (mainly for people who are trying to transition into tech). Right now there are three parts that help with different aspects of the process:
- jobs: jobs for junior positions(through AngelList, HN etc.)
- posts: knowledge in the form of articles. (from learning to code to interview prep)
- stories: interviews of people who have successfully made the career switch to development
If you are a developer who is looking for his first(or maybe 2nd?) developer job, I would love to have your feedback!
Thank you for this! I coming up on graduation and am looking for my first job. Perhaps I am a narrow use case, but I would like to see a distance slider for the filter; I am looking to relocate to the SF area but I really don't care what city it is.
Also, it would be nice to see a little bit of information underneath the posting before you view the full ad: maybe show the "skills" section from AngelList?
Again, thanks! I already applied to FormSwift through your site.
Personally, they both make sense to me. I've always seen a slider option but I'm sure it's more work to implement. State could be an easy way to search on a bigger scope.
I feel like you would have to ask yourself how most people use these features: perhaps someone is searching for the city they live in and are willing to commute "30 miles." They certainly wouldn't want to search the entire state of Texas. Is that the major use-case for users of your site? Forgive me if I'm using an incorrect logic here as I have never done user interface testing but this seems like the sort of thing to think about when designing features.
Honestly though I love the simplicity in design of your site, but the way your job-tile elements are created they're just begging to be clicked on to expand them for more detail.
Thank you so much for making this. I graduated in December and I've been having a rough time finding all of the junior positions that more obscure companies may be offering.
EDIT: Also as a suggestion, it would be cool to filter by full-time/part-time/contract if possible
I just tried the search and couldn't seem to get any results to appear for Seattle. I tried "Seattle", "Seattle, United States", and "Washington" and the top result was never a job in Seattle or in Washington. Now it's certainly possible there's no jobs listed in Seattle however I don't see how I would be able to check. So my feedback is this, maybe give some thought on the way you'd like to handle queries that don't have any matches rather than what appears to be random listings when it occurs.
Looking at it on mobile, all of the jobs in the Philly region are crowded out by NYC. They might be close by West Coast standards, but are very much two different places for those who live here.
(It shows 59 jobs in PA, most of which seem to be NYC jobs.)
There were comments that including salary range was preferred. Have you thought of adding that to your format string? I've just updated our posting to match the string (1) but that required removing the salary range.
I would actually prefer for remote jobs to keep their location data, if provided; I want to be able to view remote jobs in my country, so I don't have to worry about eligibility.
Just a heads-up, you aren't marking up email addresses where the username contains a period correctly. The link presented on your site (nifty, btw) ignores everything before the period.
Can the admin make this the preferred format and include it in the question itself? and perhaps move this comment down so that it won't push down the rest of thread.
It looks like something related LocalStorage in browsers. I'm logging those events with Sentry. For now it looks like I have 3 events like this from FF.
Sounds a little complicated from a managing hr's perspective--might be cool if you had a tool whereby people list on your site and it cross-posts to hackernews from their account, and could even have it re-schedule monthly till they've filled all needed positions..
https://whoishiring.io
or just HN items
https://whoishiring.io/search/36.0440/-90.8984/4?source=hn
If you post here, please use the below format to help me with parsing. If you won’t, no worries, I will do my best to get all the things right.
or I’m using this regex to test the firstline. You can test it in Python or here https://regex101.com/r/relwQD/3 (for the match look right).