this post was submitted on 29 Jul 2023
982 points (98.6% liked)

Programmer Humor

31251 readers
1098 users here now

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

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 52 points 11 months ago (1 children)

Front end developer must have rage quit ๐Ÿ˜

[โ€“] [email protected] 46 points 11 months ago (2 children)

Who sends API requests if not frontend developers?

[โ€“] [email protected] 16 points 11 months 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 11 months ago

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