this post was submitted on 29 Jul 2023
960 points (98.5% liked)

Programmer Humor

31812 readers
567 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] HolidayGreed 54 points 1 year ago (1 children)

Front end developer must have rage quit ๐Ÿ˜

[โ€“] [email protected] 45 points 1 year ago (2 children)

Who sends API requests if not frontend developers?

[โ€“] [email protected] 16 points 1 year 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.

[โ€“] [email protected] 10 points 1 year ago

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