A GitHub repo of jobs listings with bounties
31–40 of 59 posts
Re: A GitHub repo of jobs listings with bounties
#32Who "owns" the repo? Why have this structure compared to linkedin jobs or whatever?
The logic behind the github interface is articulated in this blog post: https://blog.rezscore.com/job-bounty-share-github-repo-78cba...
There are many great UX for finding jobs. For my case, I get things done a lot faster on the command line so I would personally prefer such an interface for browsing jobs, and judging by the reaction to this post it seems others might agree.
Re: A GitHub repo of jobs listings with bounties
#33@ghall Is there a planned feature where one might generate a list of the most frequent keywords and market needs to guide one's self study efforts?
Seems like it would be a good exercise to clone the repo and build the script yourself. Then you could even submit a pull request to put the script in the repo.
Re: A GitHub repo of jobs listings with bounties
#34Can we please call this project "git jobs"?
Re: A GitHub repo of jobs listings with bounties
#35Earlier quoted context omitted.
Is there an easier way to read the job postings? Overall, the repo is very easy to navigate. The challenge is that the .txt files aren't .txt files. They're markup. Perhaps: - Use an extension other than .txt to communicate that it's markup - Generate a website where these postings are easier to read
Thanks for the tip -- another user commented this as well, so we switched over to .md Markdown format. Shoot us a note and let us know if this looks better.
Re: A GitHub repo of jobs listings with bounties
#36Earlier quoted context omitted.
Thank you! Would it be more helpful to break this into separate repos by every geography? We have a "remote" folder at the moment: https://github.com/zcor/githubjobs/tree/master/remote
The problem is that job openings are often for multiple locations. (You can work in our SF or NYC offices.) In general: Try to avoid organizing your data in hierarchies, and instead navigate by filters. (This is why SQL won over older hierarchal databases.)
Re: A GitHub repo of jobs listings with bounties
#37I do hope that more remote opportunities are posted. I am an iOS developer who has worked remotely for the last 5 years, but increasingly noticing the trend towards fewer remote opportunities. In the age of constant high-bandwidth video communication you'd imagine that the reverse would hold true.
Re: A GitHub repo of jobs listings with bounties
#38Thanks for the effort! It looks amazing. I do hope that more remote opportunities are posted. I am an iOS developer who has worked remotely for the last 5 years, but increasingly noticing the trend towards fewer remote opportunities. In the age of constant high-bandwidth video communication you'd imagine that the reverse would hold true.
Re: A GitHub repo of jobs listings with bounties
#39Re: A GitHub repo of jobs listings with bounties
#40Awesome, nice work. And kudos on the rapid responses to feedback in this thread!