• katy ✨
    link
    fedilink
    English
    332 years ago

    To be fair, that’s one of the relatively tame and clever one of those.

  • @[email protected]
    link
    fedilink
    English
    912 years ago

    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.

    • @[email protected]
      link
      fedilink
      72 years ago

      SAP developement has become international, even the german version is badly translated. Paired with industry best practices (this is what Volkswagen does, with a little customization you can adopt it for your beauty salon) it will make businesses thrive!

      • minkshaman
        link
        fedilink
        English
        42 years ago

        SAP, the worst thing to come out of Germany since WW2

    • Echo Dot
      link
      fedilink
      English
      52 years ago

      I wish we just had a standardized format for resumes. Then as you say various front ends could just formatted however was most convenient for the reviewer.

      Besides it’s almost all handle by AI these days anyway so there isn’t a lot of point making it look flashy.

    • @[email protected]
      link
      fedilink
      40
      edit-2
      2 years ago

      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?!

  • Daniel Quinn
    link
    fedilink
    202 years ago

    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.

  • @[email protected]
    link
    fedilink
    9
    edit-2
    2 years ago

    It has a built-in filter for the poor folks that use these proprietary services like Twitter X, Microsoft GitHub, and Discord Username.

    I wouldn’t apply anywhere asking exclusively for these platforms instead of something generic like: instant messaging, public code forge(s), weblog/microblog(s). I would encourage you, reader, to ask around & make sure your org isn’t hiring based on proprietary service usage. Heaven forbid your applicant is from a place under US sanctions & literally couldn’t use the services even if they wanted …or like your candidate has any values about privacy.

  • @[email protected]
    link
    fedilink
    512 years ago

    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.

  • @[email protected]
    link
    fedilink
    English
    122 years ago

    Honestly as far as hiring for this stuff goes, this is more in the “cute” category for me rather than the “annoying” category.

  • TehPers
    link
    fedilink
    English
    122 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).

    • @[email protected]
      link
      fedilink
      42 years ago

      It’s only invalid if it generated errors.

      But yeah, I typically play it safe and follow the standards. I do wish JSON5 would catch on though.

      • TehPers
        link
        fedilink
        English
        122 years ago

        It’s only invalid if it generated errors.

        I understand this line of thinking, but unless they specify what “flavor” of JSON they accept, I think it’s safe to assume they only accept what’s in spec. What I find weird is that they immediately contradict the spec with their example by writing JavaScript. Should the content-type then be application/javascript? They can easily document the parameters outside the request body instead of adding comments.

        Also, yes, I know I’m being pedantic, but if I’m applying for a job, it’s a two way application. They need to give me reason to trust that they’re worth working for. Making up rules along the way when referencing a commonly known spec doesn’t give me much confidence.

      • JackGreenEarth
        link
        fedilink
        52 years ago

        That looks like a JavaScript object. It’s not incorrect sytax for a JavaScript object.

    • @[email protected]
      link
      fedilink
      742 years ago

      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.

      • exu
        link
        fedilink
        292 years ago

        It says optional in the comment behind. Would be even better if they allow custom fields for Mastodon and Gitea links.

        • r00ty
          link
          fedilink
          222 years ago

          Until they redirect twitter.com to x.com and not the other way, and actually change twitter on the site, it’s still twitter but with a new logo.

          I suspect eventually he’ll do that though.

          I never quite understood the point of twitter though, so never had an account. I dare say there’s less chance I’ll get one now.

          • @[email protected]
            link
            fedilink
            42 years ago

            For me Twitter was and I guess still is the best thing for immediate notifications of stuff you like.

            I used it for notifications about preorders of limited editions, news, people, etc. It wasn’t perfect as some accounts are quite spammy but it was the best thing out there. RSS isn’t used as much nowadays, newsletter usually are sent at certain time or delayed so not very immediate and Idk what else is out there sort from those two (or using an equivalent social account).

          • MK Rexx
            link
            fedilink
            12 years ago

            Always will call X as Twitter. Same as Meta as Facebook Inc, Microsoft 365 as MS Office, or whatever other companies unnecessarily rebranding themselves these days with their ugly less iconic logos.

      • @[email protected]
        link
        fedilink
        English
        22 years ago

        Not to defend Twitter, but if by “dead” you mean “dying,” well yes, gradually. If you actually meant dead “dead,” not really.

    • VanillaGorilla
      link
      fedilink
      362 years ago

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

        • IWantToFuckSpez
          link
          fedilink
          432 years ago

          Also “rockstar developer” all they were missing is “10x Programmer” to complete the bullshit programmer labels trifecta

      • @[email protected]
        link
        fedilink
        22 years ago

        Hey, that’s me! I query my workforce data from the HRIS with M and SQL. In HR land, that makes me a super senior data scientist compared to VLOOKUP guy who hasn’t even heard of XLOOKUP or even INDEX/MATCH, that asshole.

    • umbraroze
      link
      fedilink
      1722 years ago

      /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”.

    • @[email protected]
      link
      fedilink
      82 years ago

      That’s better than some I’ve seen. Like 200 for everything and the text could even be “error”.

      Or 500 with the text “invalid input”

    • deejay4am
      link
      fedilink
      English
      22 years ago

      I also notice that the job you apply for seems to be a different value than what is displayed on the page. Seems like the documentation needs updating as well 😔

      • @[email protected]
        link
        fedilink
        102 years ago

        Basically every backend which needs to connect to external services. Like authentication/authorization for example.

      • VanillaGorilla
        link
        fedilink
        162 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.