Spyke
umbrarozereply
kbin.social

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

125
hstdereply
feddit.de

At least you do get a response.

88
marlowe221reply
lemmy.world

As someone currently in the job market after being laid off, I really felt this comment.

2
hstdereply
feddit.de

Stay strong and spam those applications.

2
marlowe221reply
lemmy.world

Sorry for the super delayed reply but... I got a job! Thanks for the encouragement!

2
kbin.social

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

29

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

41

Because “code slave” is no longer culturally acceptable for the same role

21

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.

2
lemmy.world

A few things about that stuck out to me.

One interesting question to others here: Would you agree with the line under this comparison that the HTML response is self-describing?

Because frankly... I kinda don't. You need an interpreter to make sense of it, namely a web browser that knows the HTML-specification and can translate the HTML tags into meaningful semantics. But the moment I need that, I could also have a JSON interpreter in my system that uses a DSL we use internally to make sense of the JSON received, no? It's essentially the same thing.

1

Yeah, HTML only makes sense in the context of a hypermedia system. They explain it in the book titled so. The main point, I think, is that JSON API consuming clients are too thick (for most purposes they're trying to achieve) which slows down development, adds unnecessary complexity and causes developer fatigue.

1

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"

3

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 😔

0
fuboreply
lemmy.world

"Hardcore Coding Bro Ready To Crush Some Code"

29

"Adderall-Chuggin' Monster-Energy Fiend With Mad Full-Stizzack Java Skizzills, Brah"

4
kbin.social

“You write fast, efficient and safe code”

I don’t think any of that is possible on a blockchain.

36

Ya I wouldn't apply to any role at this company if I saw that, that's a major red flag that their VC money has either run out or is about to lol

1
lemmy.world

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.

76
StudioLEreply
programming.dev

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

25

You could have different versions of the API that have a different requirements.

1

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!

7

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.

1
abbadon420reply
lemm.ee

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.

50

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

18
r00tyreply
kbin.life

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.

14

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).

3

Someone linked to what appears to be original post about it, its from 2020...

2
lemmy.world

I really like this for technical roles. Or tech companies in general. That said, they don't have any job descriptions or requirements beyond the API request so it's not easy to tell what they're looking for or how qualified you are. Plus there's no posted salary range

62
Klamereply
lemmy.ml

The terms "super power" and "code ninja" takes a lot of the offers credibility in my eye.

64

"blockchain" tends to be rather iffy too, especially since it's seemingly inevitably tied with cryptocurrency or something like it in some form or another.

10
OwlPastereply
lemmy.world

Once had an applicant with "Excellent Excell skills" on their cv

4
evatronicreply
lemm.ee

Hey, I'm a senior developer with 25+ years' experience and more languages and tools and stacks and environments and so on that is reasonable to list in a comment. In my decades of experience, finding someone who is legitimately good at Excel is a rarity.

3

Cuz you either graduate to real programming and databases, or languish in some kind of hell where you work in excel all day and have to get good at it to save your sanity

1

Honestly that's more user friendly than 9 out of 10 application forms I've run into.

The best way for me to avoid this mess for now has always been an email with my pdf files attached.

53
feddit.de

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.

36

That's stupid. Any company who wants to hire people via API has the ability to set up the API.

31
athlonreply
lemm.ee

…this is literally something an intern could write in a single afternoon.

28

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.

20

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

8
lemmy.world

API is not versioned. Also REST API should not use verbs in their endpoint. POST is already the HTTP verb -- /submit is superfluous.

15

Resume field would get an api endpoint that only returns a json resume, and only if the request header is application/json. And the json resume would have embedded json.

11
feddit.de

And no field to submit my API for answers? I need a phone and a pdf?

11
lemmy.ca

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.

10

I can't get past "Verbwire". Like they picked the second half of the name, but then creativity ran out.

10

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

3

You'd be surprised at how many imbeciles a simple step like this will weed out. Lotta unqualified people applying to everything

1
lemm.ee

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.

0

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

0

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".

0
lemmy.ml

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.

-1