DEV Community

Discussion on: 90% of software engineering is integrating janky APIs, and I love it

Collapse
 
wesen profile image
Manuel Odendahl

What parts of your “toys” do you find fulfilling, and why do you think this kind of software is not useful in a professional setting?

I must admit that I do enjoy software architecture a lot, and so choosing which API, when, for what reason, and how to introduce it is what really gets my creative mind going. Do you chose an event driven architecture or stick with plain old REST calls and a DB transaction? What if you had a big old codebase using node.js and mongodb? What if this thing needs to ship tomorrow?

The creativity is moved from the actual code to the design of the system, the compromises, the realities of running a system production (very worth it using a shitty API if the tooling is better, etc…)