top 50 comments

sorted by: hot top controversial new old
[–] 24 points 3 years ago* (4 children)

Here's an article about it: https://dev.to/maggiecodes_/how-i-applied-to-a-tech-job-using-a-post-request-193d

The thing that annoys me is the response. It should return status 201 created and the id of the new resource for future delete/update operations. Instead it returns 200 ok and some clear text. Wouldn't want to work with such an API.

  • source
  • hideshow 7 child comments
  • [–] 30 points 3 years ago (1 child)

    /serious Well, yes, most APIs are meant for system-to-system interaction, that's kind of a given. But since this particular API is clearly meant for human-to-system interaction, returning a human-readable response is adequate. Yes, a better design would probably allow the client to specify additional parameters about the desired response.

    /back-to-jokes Yeah, well this kind of sums up most of my job applications. I send an application and the recruiting people are all like "OK".

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 3 years ago (1 child)

    That's hilarious. Probably the lovechild of some clueless HR dude that thought he was a genius.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 6 points 3 years ago (2 children)

    The cringe term "code ninja" supports your theory.

  • source
  • parent
  • hideshow 4 child comments
  • load more comments (1 reply)
    [–] 19 points 3 years ago (1 child)

    I like it, but it's a dick move to require that the resume be hosted at a remote URL. Lots of developers don't have their CV on a website, and one of the strongest devs I've met doesn't even have a LinkedIn profile.

    Support a file upload or just Base64-encoded data and you've got something here though.

  • source
  • hideshow 2 child comments
  • [–] 13 points 3 years ago (3 children)
  • [–] 5 points 3 years ago (1 child)
  • [–] 5 points 3 years ago (2 children)

    Twitter is even worse. I don't have twitter, I don't want twitter, I don't need twitter and neither does anybody else. On top of that, twitter is dead.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 3 years ago (2 children)

    I love it. If everyone did that, we could even write a sensible fontend for people, so they can look for a job instead of fighting with some sap module that's not even properly translated from german.

  • source
  • hideshow 4 child comments
  • [–] 2 points 3 years ago* (3 children)

    Mmm. It's not going to happen though. Even this company have failed at standardising their own API.

    Key for twitter: "twitter": Key for discord: "discordUsername":

    Why are they inconsistent?! Who wrote this? Who signed off on it?!

    Oh, and for GitHub you provide a url but for twitter and discord it's just the username?! But the twitter handle has to be prefixed with @. Why?!

  • source
  • parent
  • hideshow 3 child comments
  • load more comments (3 replies)
  • [–] 4 points 3 years ago (1 child)

    Cute but I mean... You just copy paste it into postman and fill in the blanks. It doesn't really show anything, it's just novel.

    I'm not gonna be as cynical as the other people on here saying that it's because they just want to have a machine/AI process your application. But at the same time I'm gonna be even more cynical, because if they think that machines/AI aren't already processing your PDF resumes, then you're crazy lol

  • source
  • hideshow 2 child comments
  • [–] 3 points 3 years ago (2 children)

    You can book this as a service for only $499/$999 per month from a dodgy website with no company adress but bold claims about time savings. Lol. Source: https://applybyapi.com/#pricing

    But the best thing is: you can't send your open jobs by API. You need to use a rich text editor:

    Post your job Upload your logo and use our easy rich text editor to make your posting shine. Unlimited job postings are included with every plan.

  • source
  • hideshow 4 child comments
  • [–] 2 points 3 years ago

    Is it just me, or does their sample request use invalid JSON? The keys should be in quotes, comments aren't in spec (but commonly supported), and trailing commas are invalid as well (but commonly supported).

  • source
  • [–] 1 point 3 years ago

    I honestly enjoy stuff like this. I'm employed again recently, fully remote and decent pay thankfully, but I do appreciate stuff like this. It takes some of the monotony out of applying for jobs at least lol

  • source
  • [–] 1 point 3 years ago* (1 child)
    • Needless hoop to jump though - red flag 1
    • Having not switched to GraphQL - red flag 2 /s
  • source
  • hideshow 2 child comments
  • [–] 1 point 3 years ago

    Actually pretty cool idea. :)

  • source
  • To be fair, that's one of the relatively tame and clever one of those.

  • source
  • [–] 1 point 3 years ago (1 child)

    Front end developer must have rage quit 😁

  • source
  • hideshow 2 child comments
  • [–] 1 point 3 years ago (2 children)

    Who sends API requests if not frontend developers?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 3 years ago

    Obviously the backend developer trying to test the API. Then creating an openapi spec and the frontend developer importing that to not writing the client by hand.

    Besides that, that has to be the lamest DTO possible. They could have added some kind of skills array or an embedded address field to make it more than a flat object.

  • source
  • parent
  • [–] 0 points 3 years ago (2 children)

    Wow, I would pass on this job so fast.

    Not because it's hard to fire up curl or something, but because any company that thinks this is a better solution than a human reviewing a resume needs to be smacked. Because you know what the very next step is? They're going to ask for a resume, and then make you sit through that bullshit where you type your resume into a hundred different boxes into their candidate management system / workday / talento / etc., and promise to "get back to you soon."

    You know how you can check if a candidate can interact with an API? Send them a coding test. Ask questions. Do some whiteboarding with them. This sort of shit is just some HR lackey ninja thinking they're clever and edgy.

  • source
  • hideshow 4 child comments
  • [–] 1 point 3 years ago

    Because you know what the very next step is? They’re going to ask for a resume, and then make you sit through that bullshit where you type your resume into a hundred different boxes into their candidate management system / workday / talento / etc., and promise to “get back to you soon.”

    That's a lot of assumptions. What I see here is "Do fizzbuzz before we look at your resumee, will you".

  • source
  • parent
  • I mean an API call isn't hard, it cuts down in the amount of resumes probably meaning your resume will be more likely to be looked at. And it let's then know you know the very basics, I've seen some shit on recruiting hell forums and I'm ok with this one. You don't even have to retype anything since the resume field is just a link.

    The cringy stuff is "rockstar developer" and ninja, etc. Those are always red flags to me

  • source
  • parent
  • load more comments
    view more: next ›