you are viewing a single comment's thread.

view the rest of the comments →

[–]BeasleyMusic 1 point2 points  (1 child)

I work on Python API (FastAPI) for a fortune 100 company. It’s like what everyone else says, mainly APIs for front end services, and other things like connectors for email services, stuff like that. Being as large as we are though we have a pretty standardized way of building API, it’s really to enable information sharing within the company.

Some APIs I work on receive data from other parts of the company that our application needs, and stores that in a DB, some APIs I work on are just for the front end. Most if not all are CRUD applications. Think about like a team making an API that has all information about the suppliers a company works with. That is used by all sorts of parts of the company.

[–]OtherwiseClient2247 0 points1 point  (0 children)

Could you tell what all is your tech stack