
Everything's an API
In the world of engineering today, everything seems to have become an API. If you’re a front-end engineer, you’re likely going to be working with frameworks–which are abstractions (that are invoked like an API). Even if you’re working in pure html/css/js, you’re still interacting with the standard APIs that the browser exposes. If you’re a back-end engineer, you’re likely going to be working with servers like Tomcat, working with tools like AWS, and interacting with the CPU and memory through libraries....