Moved on to Object Relational Mapping. Didn’t know what to expect here. We are getting to know all the oft-used tools of the trade:
– Sequelize is an abstraction layer through which a developer no longer has to write SQL statements! Very cool.
– Insomnia for getting/posting/putting/deleting through HTTP. So quick and visual.
– Heroku for deploying node.js apps. Look ma, no hosting!
– Express for creating servers and request/response actions and middleware.