Ask HN: Self-taught developers, what repo helped land your first job?
81–90 of 121 posts
Re: Ask HN: Self-taught developers, what repo helped land your first job?
#82Nobody ever looks at my repos :(. Software hiring is stupidly broken. Google has done much research on hiring and a code sample+cognitive ability are the two most important predictors of job performance. Tell that to anyone that hired me ever.... The first time you'll even talk to another dev is your on-site. When I was in charge of hiring once we made a huge deal of user repos and probably spent more time looking at…
What about people that don't have much on their github? I like the idea of judging people based on their code, but I would say the majority of people don't feel like coding at home after doing it for 8+ hours day.
Re: Ask HN: Self-taught developers, what repo helped land your first job?
#83very short video: https://i.imgur.com/4zDAQe7.mp4
Was hoping to publish this app but could not find an appropriate service provider for the images.
Re: Ask HN: Self-taught developers, what repo helped land your first job?
#84I got my first job in a company that was desperate, because their only other developer was leaving in days. Got my second job under similar circumstances. And a third one. I did well at all of those companies and left on my own accord. I should also mention that none of those companies were even on a map as far as serious software development is concerned. Reality is that companies that are not desperate will be pick…
Maybe there should be job boards for desperate company?
Re: Ask HN: Self-taught developers, what repo helped land your first job?
#85Been coding since I was 12 though, had a good grasp of HTML/CSS, jQuery (but not really of javascript), VBScript, C#, SQL. All stuff I picked up either while making plugins/themes for a BBS I operated, or writing scripts for bots for MMORPGs. My code quality sucked, but I made stuff that people (other BBS operators or bot users) kinda liked and got hooked on the accolades. Sadly that was all in middle school and I didn't know enough to keep backups.
A few weeks after exams ended, and a few months before I would graduate with my Bachelor of Commerce degree (Finance Specialist), I went to my first interview for a developer position at my University. After talking with the manager/team-lead, I was handed a page of 12 questions ranging from logic, sorting, jQuery and databases, and given 30 minutes to complete them. I aced most of it (hiccuped on the sorting). Got the job. Made this: http://m.map.utoronto.ca (just the mobile version, which was a ground-up rewrite SPA)
Been 5 years now. Have worked on projects for Facebook and Google (although not employed by them, but via agency vendors), went through Intermediate Developer, Developer, Senior Developer, now an Architect at a cancer research place.
Still no portfolio (never got around to it), but here's my Github: http://github.com/cheapsteak/
Re: Ask HN: Self-taught developers, what repo helped land your first job?
#86Re: Ask HN: Self-taught developers, what repo helped land your first job?
#87Somehow I managed to land my first programming job in the most stereotypical means possible. I had connected with this young startup through my budding network. I was young, they were young, and we were both involved in TeensInTech (formerly a community of teens interested in startups). I had done a couple rounds of UI/UX feedback for them, that they had requested via TinT. The company made a password & bookmark mana…
Re: Ask HN: Self-taught developers, what repo helped land your first job?
#88Somehow I managed to land my first programming job in the most stereotypical means possible. I had connected with this young startup through my budding network. I was young, they were young, and we were both involved in TeensInTech (formerly a community of teens interested in startups). I had done a couple rounds of UI/UX feedback for them, that they had requested via TinT. The company made a password & bookmark mana…
Are you saying that the password field returned a password hash of the correct password when you mistyped it? That's extremely bizarre.